@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Satisfy&display=swap');

:root {
  --theme-color-dark: #151515;
  --theme-color-light: #4e4e4e;
  --font-color: #303030;
  --font-color-light: #4b4b4b;
  --background-color: #ececec;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: var(--background-color);
  /* background: url(../images/body_bg.png) no-repeat; */
  color: var(--font-color);
  background-size: cover;
  font-family: "Hanken Grotesk", sans-serif;
  counter-reset: item pbmitbox1 pbmitbox2 pbmitbox3 pbmit-rev-counter;
}

p {
  text-align: justify;
  color: var(--font-color-light);
}

/* Fonts */
@font-face {
  font-family: "mona-Black";
  src: url(../fonts/Mona-Sans-Black.ttf);
}

@font-face {
  font-family: "mona-Bold";
  src: url(../fonts/Mona-Sans-Bold.ttf);
}

@font-face {
  font-family: "mona-SemiBold";
  src: url(../fonts/Mona-Sans-SemiBold.ttf);
}

@font-face {
  font-family: "mona-Regular";
  src: url(../fonts/Mona-Sans-Regular.ttf);
}

@font-face {
  font-family: "mona-Medium";
  src: url(../fonts/Mona-Sans-Medium.ttf);
}

@font-face {
  font-family: "mona-Light";
  src: url(../fonts/Mona-Sans-Light.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "mona-SemiBold";
  font-weight: 500;
}

.subheading-font {
  /* font-family: "Satisfy", cursive; */
}

a {
  text-decoration: none;
  color: var(--font-color);
}

ul {
  list-style: none;
}

a:hover {
  color: var(--font-color);
}

/* Navbar */
.navbar {
  /* position: absolute; */
  /* top: 50px; */
  /* left: 0; */
  /* right: 0; */
  /* z-index: 9; */
  background: var(--background-color);
}



.navbar.sticky {
  /* position: sticky; */
  /* top: 0; */
  z-index: 9999;
  box-shadow: 0 10px 10px #0000000c;
  background: white;
}

.nav-link {
  color: var(--font-color);
  font-size: 16px;
  font-weight: 500;
  margin: 5px 10px;
}

.nav-item:last-child .nav-link {
  margin-right: 0;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  background-color: var(--background-color) !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--background-color) !important;
  color: var(--font-color);
}

a:-webkit-any-link:focus-visible {
  outline: none;
}

.offcanvas {
  background-color: var(--background-color);
}

/* Home Banner */


.bounce {
  -webkit-animation: yellow 2s infinite;
  animation: yellow 2s infinite;
  position: relative;
  z-index: 9;
}

@keyframes yellow {

  0%,
  100% {
    box-shadow: 1px 0px 19px 4px var(--theme-color-dark), inset 0px 0px 10px rgba(255, 255, 255, 0.211);
  }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes bounce {

  20%,
  53%,
  80%,
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  20%,
  53%,
  80%,
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}


@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  25% {
    transform: scale(0.7);
    opacity: 1;
  }

  50% {
    transform: scale(1);
    opacity: .6;
  }

  75% {
    transform: scale(1.2);
    opacity: .3;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.image {
  /* height: 700px; */
  width: 100%;
}


.swiper {
  width: 100%;
  height: 100%;
}

.home-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.home-card {
  background-color: #e9e9e9dc;
  padding: 2rem;
}

.home-banner {
  position: relative;
  top: 0;
  left: 0;
  /* height: 100vh; */
}

/* .home-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-banner .container {
  position: relative;
  top: 0;
  height: 100%;
} */

.theme-button {
  background-color: var(--theme-color-dark);
  padding: 10px 15px;
  color: var(--background-color);
  display: inline-block;
  border-radius: 5px;
}

.theme-button:hover {
  background-color: var(--theme-color-dark);
  padding: 10px 15px;
  color: var(--background-color);
  display: inline-block;
  border-radius: 5px;
}

.theme-button:hover {
  color: var(--background-color);
}

/* services */
/* --------------- features st7 --------------- */
/* 
.tc-features-st7 {
  position: relative;
}

.tc-features-st7 .content {
  position: relative;
}

.tc-features-st7 .content .year {
  position: absolute;
  right: 0;
  top: 125px;
}

.tc-features-st7 .feature-card {
  position: relative;
  padding: 0;
  text-align: center;
}

.tc-features-st7 .feature-card.one-shap {
  left: 15px;
}

.tc-features-st7 .feature-card.one-shap .shap1 {
  display: none;
}

.tc-features-st7 .feature-card .icon {
  height: 85px;
  margin-bottom: 40px;
}

.tc-features-st7 .feature-card .info {
  padding-top: 20px;
}

.tc-features-st7 .feature-card .info h6 {
  font-size: 21px;
}

.tc-features-st7 .feature-card :is(.shap1, .shap2) {
  opacity: 0.4;
  height: 100%;
}

.tc-features-st7 .feature-card .shap1 {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  -webkit-transform: translateX(-52%);
  transform: translateX(-52%);
}

.tc-features-st7 .feature-card .shap2 {
  position: absolute;
  right: 0;
  top: 15px;
  width: 100%;
  -webkit-transform: translateX(52%);
  transform: translateX(52%);
}

.border-dark {
  border-color: #77777784 !important;
} */


.service-card {
  background-color: #e9e9e9;
  box-shadow: 0 0 10px #d7d7d7;
  padding: 1rem;
  height: 100%;
  /* box-shadow: 0 0 10px #4b4b4b38; */
  transition: .5s all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}

.service-card a {
  width: fit-content;
}

.service-card:hover {
  background-color: #e9e9e9;
  box-shadow: 0 0 10px #d7d7d7;
  padding: 1rem;
  height: 100%;
  box-shadow: 0 0 10px rgba(75, 75, 75, 0.312) !important;
  transition: .5s all;
}

.service-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service-card img {
  height: 85px;
  transition: .5s all;
}

.service-card:hover img {
  transform: rotateY(180deg);
}

.border-line {
  border-bottom: 1px solid var(--font-color);
}

/* testimonial */
/* 
.testimonials .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card {
  padding: 40px;
  position: relative;
}

.testimonial-card .icon {
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  right: 50px;
  bottom: -47px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  color: var(--theme-color-dark);
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color-dark);
}

.testimonial-card .ratings {
  color: var(--theme-color-dark);
}

.testimonials .swiper-slide {
  filter: blur(1px);
  transform: scale(0.8);
  transition: 0.5s;
}

.testimonials .swiper-slide-active {
  filter: blur(0);
  transform: scale(1);
}

.swiper-pagination-bullet-active {
  background: var(--theme-color-dark) !important;
} */

/* 
.eye-care-testimonials-area .container-fluid {
  padding-left: 0;
  padding-right: 0
} */



.eye-care-testimonials-area {
  overflow: hidden;
}

.eye-care-testimonials-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.eye-care-testimonials-area .row {
  background-color: #e9e9e9;
}

.eye-care-testimonials-image {
  background-image: url(../images/testimonial-inner-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.eye-care-testimonials-content-box {
  padding-top: 100px;
  padding-bottom: 100px;
}

.eye-care-testimonials-content-box .content span {
  display: inline-block;
  margin-bottom: 15px;
}

.eye-care-testimonials-content-box .content h3 {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 500;
}


.testimonial-card {
  padding: 1rem;
}

.testimonial-swiper {
  transform: translateX(-120px);
  background-color: var(--background-color);
}

.swiper-pagination-bullet-active {
  background-color: var(--theme-color-dark);
}

.testimonial-swiper .swiper-pagination {
  text-align: right;
  padding-right: 1rem;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  padding: 5px;
}

/* contact */

.contact-links li a {
  font-size: 32px;
  font-weight: bold;
  margin: 5px 0;
}

.form-group input {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--theme-color-dark);
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 10px;
}

.form-group textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--theme-color-dark);
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 5px;
  height: 45px;
}

input:focus-visible {
  outline: 0;
}

.form-control:focus {
  color: var(--font-color);
  background-color: transparent;
  border-color: var(--theme-color-dark);
  outline: 0;
  box-shadow: none;
}

.contact-us .social-media i {
  font-size: 2rem;
  padding: 5px;
}

/* about uskiot content */
/* .content-aboutuski img {
}

.border-top.border-dark.border-2 {
  padding-top: 0;
  line-height: 1;
  border-color: var(--font-color-light) !important;
}

 */


/* footer */

/* --------------- footer st7 --------------- */
.tc-footer-st7 {
  position: relative;
  /* background-color: #000000; */
  background: linear-gradient(#ececec, rgba(255, 255, 255, 0.2)), url(../images/footer_bg.png) center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.tc-footer-st7 .container {
  position: relative;
  z-index: 20;
}

.tc-footer-st7 .main-footer {
  position: relative;
  padding: 40px 0;
}

.tc-footer-st7 .main-footer .lg-txt {
  font-size: 195px;
  color: #fff;
  opacity: 0.05;
  position: absolute;
  right: 5%;
  bottom: 0;
  line-height: 1;
  /* -webkit-transform: translateY(35%);
  transform: translateY(35%); */
  font-weight: 300;
}

.tc-footer-st7 .main-footer .foot-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tc-footer-st7 .main-footer .fav-line {
  position: absolute;
  top: 0;
  left: calc((100% - 1320px) / 2);
  width: 30vw;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-footer-st7 .links-wrapper {
  position: relative;
  margin-top: 100px;
}

.tc-footer-st7 .links-wrapper .contact-links a {
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0;
}

.tc-footer-st7 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}

.tc-footer-st7 .links-group .links a {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
  color: var(--background-color);
}

.tc-footer-st7 .links-group .links {
  padding-left: 0;
}

.tc-footer-st7 .links-group .links a:hover {
  opacity: 1;
}

.tc-footer-st7 .working-time {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff2;
}

.tc-footer-st7 .foot {
  position: relative;
  padding: 20px 0;
  background-color: #0f0f0f;
}

.tc-footer-st7 .foot p {
  margin-bottom: 0;
  color: var(--background-color);
}

.tc-footer-st7 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
  margin-inline-start: 30px;
  color: var(--background-color);
}

footer .contact-links li a {
  color: var(--background-color);
}

.tc-footer-st7 .logo img {
  height: 80px;
  object-fit: contain;
}

.footer-icons li a {
  /* background-color: var(--font-color);
  border-radius: 50%; */
  color: var(--font-color);
  height: 50px;
  width: 50px;
  display: inline-block;
}

.footer-icons i {
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .tc-footer-st7 .main-footer .lg-txt {
    font-size: 70px;
  }

  .tc-footer-st7 .foot p {
    text-align: center;
  }
}





/* *************************************************************about page ************************************** */

/* about us */

.about-us {
  background-color: #e9e9e9;
}

.about-content .list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.about-content .list li i {
  margin-right: 10px;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  /* background-color: var(--theme-color-dark); */
  color: var(--background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color-dark);
  border: 1px solid;
}

.about-card {
  border: 10px solid #aba6a6;
  padding: 40px 40px;
}

.about-card h4 {
  text-align: end;


}



.text-left {
  text-align: left;
}


.list-unstyled {
  padding-left: initial;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.opening-hours ul li {
  border-bottom: 1px dashed #00a3c8;
}

.opening-hours ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 0 !important;
}

.opening-hours ul li {
  border-bottom: 1px dashed #a19696;
  padding: 10px 0;
  margin-bottom: 0;
}

.opening-hours ul li {
  padding-bottom: 10px !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.opening-hours ul li span {
  float: right;

}

.about-content .list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

/* 
.about-content .list li i {
  margin-right: 10px;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  background-color: var(--font-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.about-content .bottom-card {
  display: flex;
  align-items: center;
}

.about-content .bottom-card .icon {
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-color);
  box-shadow: 0 0 10px #4b4b4b38;
  border-radius: 50%;
  margin-right: 1rem;
  transition: .5s all;
}

.about-content .bottom-card:hover .icon {
  background: var(--theme-color-dark);
}

.about-content .bottom-card:hover .icon img {
  filter: brightness(0) invert(1);
}


.about-image img {
  /* height: 530px; */
  width: 100%;
  object-fit: contain;
}



/* banner */
.about-banner {
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/abt-banner.png); */
  background: url(../images/abt-banner.png);
  height: 50vh;
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url(../images/aboutus-banner.jpg);
      height: 50vh; */
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;



}


.about-banner h1 {
  margin-bottom: 0;
}

/* 
.member-details {
  padding: 100px 0 50px;
} */

.member-details .col-md-8 .member-info {
  display: flex;
  flex-wrap: wrap;
  align-content: center
}

.team-member-img {
  text-align: right;
}

.team-member-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.member-info {
  /* background: #7a7a7a; */
  /* background: #e9e9e9dc; */
  background: #e9e9e9;
  height: 100%;
  padding: 60px 40px;
  /* color: var(--background-color); */
}

.member-info .section-title {
  margin-bottom: 25px;
}

.member-info .section-title h3 {
  color: var(--secondry-color);
}

.member-info .section-title h2 {
  color: var(--accent-color);
}

.member-info .member-about-data {
  margin-bottom: 45px;
}

.member-info .member-about-data p {
  color: var(--secondry-color);
}

.member-info .member-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.member-info .member-social-icon ul li {
  margin-right: 30px;
}

.member-info .member-social-icon ul li:last-child {
  margin-right: 0px;
}

.member-info .member-social-icon ul li a i {
  font-size: 22px;
  color: var(--accent-color);
  transition: all 0.3s ease-in-out;
}

.member-info .member-social-icon ul li a i:hover {
  color: var(--secondry-color);
}

.member-about-details {
  padding: 50px 0 100px;
}



/* appoinment card  */

.border_radius_4 {
  border-radius: 4px;
}

.banner {
  padding: 40px;
}


.banner .banner-content {
  position: relative;
  padding: 30px 20px 45px;
  border: 4px solid #9c9c9c;

  background-image: url(../images/about-page-image.png);
  background-size: cover;
  background-position: center;
}

.semibold a:hover {
  /* color: ; */
}

.border_radius_4 {
  border-radius: 4px;
}

.text-center {
  text-align: center;
}


.banner .banner-content .icon {
  width: 42px;
  height: 42px;
  bottom: auto;
  top: -21px;
  margin-left: -21px;
  background-image: url(../images/image.png);
  background-position: center;
  background-repeat: no-repeat;
}

.banner .banner-content div {
  padding: 10px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -80px;
}

.scheme_background {
  background-color: #e3e2e2 !important;
}


.fontsize_24 {
  font-size: 24px;
  line-height: 1.6;
}

.bottommargin_10 {
  margin-bottom: 10px;
}

.regular {
  font-weight: 400;
}

.highlight2 {
  /* color: #e04f4f; */
}

.semibold {
  font-weight: 600;
}

.highlight2 {
  /* color: #e04f4f;
  border-color: #e04f4f; */
}

.size_normal {
  /* font-size: 42px; */
  font-size: 35px;
}

/* 
.banner .banner-content div {
  padding: 10px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -112px;
} */

.scheme_background {
  background-color: var(--theme-color-light);
}


.theme_buttons a,
.theme_button {
  color: #fff;
}

.theme_buttons.color1 a,
.theme_button.color1 {
  background-color: #4fc9e0;
  border-color: #4fc9e0;
}

.theme_button_about {
  font-family: montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 28px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  min-width: 8.5em;
  text-align: center;
  color: #fff;
  border: 2px solid #3c3c3c;
  background-color: #3c3c3c;
  border-radius: 2px;
  position: relative;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
}

.scheme_background_button a:hover {
  /* color: var(--theme-color-light) !important; */
  color: #fff;

}

.theme_button_about:hover {
  color: #fff;
}


/* appoinment */
.simple-process-box {
  position: relative;
}

.simple-process-box:before {
  background: url(../images/step-counter-bg.png) repeat 0 0;
  content: "";
  position: absolute;
  width: 1366px;
  height: 190px;
  background-repeat: no-repeat;
  background-position: top;
  left: -25px;
}


.pbmit-ihbox-style-5 {
  text-align: center;
  position: relative;
}

.pbmit-ihbox-style-5 h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
  margin-bottom: 35px;
  color: #071323;
  display: inline-block;
  position: relative;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .07);
  object-fit: cover;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-content {
  margin-top: 15px;
  padding: 0 30px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper:before {
  content: counter(pbmitbox1, decimal-leading-zero) " ";
  counter-increment: pbmitbox1;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-weight: 800;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: var(--theme-color-light);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper:after {
  width: 56px;
  height: 56px;
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: var(--theme-color-light);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {
  margin-bottom: 35px;
  color: #071323;
  display: inline-block;
  position: relative;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .07);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-content {
  margin-top: 15px;
  padding: 0 30px;
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper:before {
  content: counter(pbmitbox1, decimal-leading-zero) " ";
  counter-increment: pbmitbox1;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-weight: 800;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: var(--theme-color-light);
}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper:after {
  width: 56px;
  height: 56px;
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.358);
}


.service-page-img {
  border-radius: 10px;
  /* height: 450px; */
  width: 100%;
}

.service-page .form-appoinment,
.service-btn-card {
  border: 1px solid var(--theme-color-light);
  border-radius: 10px;
  padding: 1rem;
}

.service-btn-card ul {
  padding: 0;
}

.service-btn {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid var(--theme-color-dark);
  margin-bottom: 1rem;
}

.service-btn.active {
  color: #fff;
  background-color: var(--theme-color-dark);
}


.service-page .form-appoinment,
.service-btn-card {
  border: 1px solid var(--theme-color-light);
  border-radius: 10px;
  padding: 1rem;
}

.service-btn-card ul {
  padding: 0;
}

.service-btn {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid var(--theme-color-dark);
  margin-bottom: 1rem;
}

.service-btn.active {
  color: #fff;
  background-color: var(--theme-color-dark);
}

.sidebar .sidebar-widget.style-two {
  padding: 0;
  background-color: transparent;

}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar .sidebar-widget {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.contact-widget {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--theme-color-dark);
}

.contact-widget img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.contact-widget .contact-info {
  background-color: var(--optionalColor);
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 10;
  border-radius: 0 0 5px 5px;
}

.contact-widget .contact-info h3 {
  font-size: 22px;
  line-height: 35px;
  margin: 0;
}

/* ********************************contact page ************************************ */
.appoinment-form {
  height: 470px;
}


.index-form {
  height: 465px;
}

.service-form {
  height: 440px;
}

.contact-form {
  height: 440px;
}

.contact-appoinmentcard .form-appoinment {
  border: 1px solid var(--font-color-light);
  /* box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.12); */
  border-radius: 10px;
  padding: 20px 20px;
}

.contact-contactmap .contact-details .phone-icon a {
  font-size: 1.3rem;
}


.contact-contactmap .contact-details .phone-icon i {
  color: var(--font-color-light);
  height: 30px;
  width: 30px;
  font-size: 1.2rem !important;
  border: 1px solid;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding: 21px;
  font-size: 1.8rem;
}

.service-page-img {
  border-radius: 10px;
  /* height: 450px; */
  width: 100%;
}

.service-page .form-appoinment,
.service-btn-card {
  border: 1px solid var(--font-color-light);
  border-radius: 10px;
  padding: 1rem;
}

/* .service-btn-card ul{
  padding: 0;
}
.service-btn {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid var(--background-color);
  margin-bottom: 1rem;
}
.service-btn.active {
  color: #fff;
  background-color: var(--background-color);
} */

.phone-icon a {
  font-size: 2rem;
  display: flex;
  align-items: center;
}

.phone-icon a i {
  align-self: flex-start;
}





/* *****************************************testinomial******************************************************* */
/* 
.images img {
  height: 100%;
}




.testi-card {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #9c9c9c !important;
}

.testi-card .testi-card-box {
  width: 50%;
}

.testi-card .testi-card-content {
  padding: 1rem;
} */

/* 
.testimonial-card.style-three {
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  border-radius: 5px;
  background-color: var(--whiteColor);
  padding: 25px 22px 25px;
  margin-bottom: 25px;
}

.testimonial-card.style-three .client-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
}

.testimonial-card.style-three .client-info-wrap .client-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.testimonial-card.style-three .client-info-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-card.style-three .client-info-wrap .client-info {
  width: calc(100% - 110px);
  margin-left: 20px;
}

.testimonial-card.style-three .client-info-wrap .client-info h5 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  margin: 0 0 5px;
}

.testimonial-card.style-three .client-quote {
  padding-left: 42px;
  position: relative;
}

.testimonial-card.style-three .client-quote .quote-icon {
  position: absolute;
  top: -7px;
  left: -4px;
  transform: rotate(180deg);
}

.testimonial-card.style-three .client-quote .quote-icon i {
  color: #4e4e4e;
  font-size: 30px;
  line-height: 0.8;
  transition: var(--transition);
}

.testimonial-card.style-three .client-quote p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.testimonial-card.style-three .client-quote .rating li {
  margin-right: 3px;
  display: inline-block;
}

.testimonial-card.style-three .client-quote .rating li i {
  font-size: 18px;
  line-height: 0.8;
  color: var(--yellowColor);
}

.testimonial-card.style-three:hover .client-quote .quote-icon i {
  color: var(--primaryColor);
}
 */




/* ******************************************************gallery ******************************************************** */

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}



/*--------------------
 Back to Top Button
---------------------*/
.scrollToTopBtn {
  background-color: var(--theme-color-light);
  border: none;
  border-radius: 50%;
  color: var(--background-color);
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  right: 30px;
  /* keep it on top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all .5s ease
}

.showBtn {
  opacity: 1;
  transform: translateY(-50px)
}

.border-top.border-dark.border-2 {
  padding-top: 0;
  line-height: 1;
}





.before-after-container {
  aspect-ratio: 1/1;
  background: var(--whiteColor);
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.before-after-container figure {
  background-image: url(../images/schedule-the-appointment-2.jpg);
  position: relative;
  margin: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#before_after {
  background-image: url(../images/schedule-the-appointment-1.jpg);
  background-size: cover;
  bottom: 0;
  border-right: 4px solid rgba(255, 255, 255, 0.95);
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}

input#before_after_slider {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}

input#before_after_slider::-moz-range-track {
  background: transparent;
}

input#before_after_slider::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  position: relative;
  cursor: col-resize;
  color: transparent;
}

input#before_after_slider::-ms-fill-lower {
  background-color: transparent;
}

input#before_after_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}

input#before_after_slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}

input#before_after_slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}

input#before_after_slider::-ms-tooltip {
  display: none;
}

#before_after::before {
  background: url(../images/slider-btn.svg) no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -39px;
  position: relative;
  top: 0;
  width: 75px;
}

@keyframes first {
  0% {
    width: 0%;
  }

  50% {
    width: 80%;
  }

  100% {
    width: 50%;
  }
}



.testimonial-card.style-one {
  margin: 10px 0 0;
}

.testimonial-card.style-one .client-quote {
  position: relative;
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  padding: 30px 30px 60px;
}

.testimonial-card.style-one .client-quote:after {
  position: absolute;
  bottom: 0%;
  left: 50%;
  content: "";
  width: 51%;
  height: 2px;
  background-color: var(--primaryColor);
  transform: translateX(-50%);
}

.testimonial-card.style-one .client-quote .quote-icon {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 100px;
  line-height: 0.8;
  color: var(--optionalColor);
  z-index: -1;
}

.testimonial-card.style-one .client-info {
  text-align: center;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.testimonial-card.style-one .client-info .client-img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto 20px;
  border-radius: 50%;
  position: relative;
}

.testimonial-card.style-one .client-info .client-img img {
  border-radius: 50%;
}

.testimonial-card.style-one .client-info h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 3px;
}

.testimonial-card.style-two {
  border-radius: 5px;
  background-color: var(--whiteColor);
  padding: 25px 22px 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  position: relative;
}

.testimonial-card.style-two:hover {
  box-shadow: -2px 4px 0px -1px var(--primaryColor);
}

.testimonial-card.style-two .rating {
  position: absolute;
  top: -25px;
  right: 30px;
  z-index: 10;
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  border-radius: 500px;
  padding: 9px 23px;
  background-color: var(--whiteColor);
}

.testimonial-card.style-two .rating li {
  display: inline-block;
  margin-right: 4px;
}

.testimonial-card.style-two .rating li i {
  font-size: 18px;
  color: var(--yellowColor);
}

.testimonial-card.style-two .client-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
}

.testimonial-card.style-two .client-info-wrap .client-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.testimonial-card.style-two .client-info-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-card.style-two .client-info-wrap .client-info {
  width: calc(100% - 110px);
  margin-left: 20px;
}

.testimonial-card.style-two .client-info-wrap .client-info h5 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  margin: 0 0 5px;
}

.testimonial-card.style-two .client-quote {
  padding-left: 42px;
  position: relative;
}

.testimonial-card.style-two .client-quote .quote-icon {
  position: absolute;
  top: -7px;
  left: -4px;
  transform: rotate(180deg);
}

.testimonial-card.style-two .client-quote .quote-icon i {
  color: #eee;
  font-size: 30px;
  line-height: 0.8;
  transition: var(--transition);
}

.testimonial-card.style-two .client-quote p {
  margin-bottom: 0;
  letter-spacing: 0.03em;
}

.testimonial-card.style-two:hover .client-quote .quote-icon i {
  color: var(--primaryColor);
}

.testimonial-card.style-three {
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  border-radius: 5px;
  background-color: var(--whiteColor);
  padding: 25px 22px 25px;
  /* margin-bottom: 25px; */
  height: 100%;
}

.testimonial-card.style-three .client-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
}

.testimonial-card.style-three .client-info-wrap .client-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* border: 1px solid var(--font-color); */
}

.testimonial-card.style-three .client-info-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-card.style-three .client-info-wrap .client-info {
  width: calc(100% - 110px);
  margin-left: 20px;
}

.testimonial-card.style-three .client-info-wrap .client-info h5 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  margin: 0 0 5px;
}

.testimonial-card.style-three .client-quote {
  padding-left: 42px;
  position: relative;
}

.testimonial-card.style-three .client-quote .quote-icon {
  position: absolute;
  top: -7px;
  left: -4px;
  /* transform: rotate(180deg); */
}

.testimonial-card.style-three .client-quote .quote-icon i {
  color: #a3a1a3;
  font-size: 30px;
  line-height: 0.8;
  transition: var(--transition);
}

.testimonial-card.style-three .client-quote p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.testimonial-card.style-three .client-quote .rating li {
  margin-right: 3px;
  display: inline-block;
}

.testimonial-card.style-three .client-quote .rating li i {
  font-size: 18px;
  line-height: 0.8;
  color: var(--yellowColor);
}

.testimonial-card.style-three:hover .client-quote .quote-icon i {
  color: var(--primaryColor);
}

.rating {
  padding-left: 0;
}

.foot-links p {
  text-align: end;
}




/* whatsapp  */
.location-btn i,
.whatsapp-btn i {
  position: fixed;
  bottom: 145px;
  right: 0;
  cursor: pointer;
  /* display: none; */
  z-index: 10;
  /* background: var(--main-color); */
  background: #25d366;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-right: 28px;
  -webkit-box-shadow: 0px 0px 14px 0px #25d366;
  box-shadow: 0px 0px 14px 0px #25d366;
}

.location-btn i {
  bottom: 215px;
  right: 0;
  cursor: pointer;
  /* display: none; */
  z-index: 10;
  /* background: var(--main-color); */
  background: #0f0f0f;
  color: var(--background-color);
  box-shadow: none;
}


/* 
@media (max-width: 576px) {
  .whatsapp-btn i {
    position: fixed;
    bottom: 145px;
    cursor: pointer;
    display: none;
    z-index: 10;
    background: #25d366;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-right: 28px;
    -webkit-box-shadow: 0px 0px 14px 0px #25d366;
    box-shadow: 0px 0px 14px 0px #25d366;
  }
}


 */
/* ****************************************************   service       ********************************************************************** */

.service-banner {
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/service-banner.png); */
  background: url(../images/service-bannerr.jpg);
  height: 50vh;
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url(../images/aboutus-banner.jpg);
      height: 50vh; */
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;


}

.appoinment-banner {
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/appointment-banner.jpg); */
  background: url(../images/appointment-banner.jpg);
  height: 50vh;
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
          url(../images/aboutus-banner.jpg);
        height: 50vh; */
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}


.gallery-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/gallery-banner.jpg);
  height: 50vh;
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
          url(../images/aboutus-banner.jpg);
        height: 50vh; */
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.contact-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/contact-banner.jpg);
  height: 50vh;
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
          url(../images/aboutus-banner.jpg);
        height: 50vh; */
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.testimonial-banner {
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/testimonial-banner.jpg); */
  background: url(../images/testimonial-inner-banner.jpg);
  height: 50vh;
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
          url(../images/aboutus-banner.jpg);
        height: 50vh; */
  background-attachment: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}



/* *******************************************book an appointment ************************************************************ */
.phone-icon {
  border: 1px solid;
  padding: 1rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  border-radius: 10px;
  height: 100%;
}

.contact-card i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.contact-card a {
  font-size: 1.3rem;
}

.appoinment-banner h1,
.contact-banner h1,
.gallery-banner h1,
.testimonial-banner h1,
.service-banner h1,
.about-banner h1 {
  margin-bottom: 0;
}