:root {
  --primary-color: #82b440;
  /* Blue */
  --secondary-color: #0e204d;
  /* Green */
  --secondary-color-v: #213360;
  /* Green */

  --accent-color: #e74c3c;
  /* Red */
  --white: #ffffff;

  --dark: rgb(33, 33, 33);
}

.navbar-brand img {
  width: 100%;
}

.header-topbar {
  background-color: var(--primary-color);
}

.header-topbar .contact__list li > i {
  color: var(--white);
}

.header-topbar .social-icons li a {
  background-color: var(--white);
}

.header-topbar .social-icons li a:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}

.navbar .nav__item .nav__item-link.active,
.navbar .nav__item .nav__item-link:hover {
  color: var(--secondary-color);
}

.navbar .nav__item .nav__item-link:before {
  background-color: var(--secondary-color);
}

.btn__primary {
  background-color: var(--primary-color);
}

.slide__title {
  color: var(--white);
  text-shadow: 1px 1px 1px black;
}

.slider .slide__desc {
  color: var(--white);
}

.slick-arrow {
  color: var(--white);
}

.slick-arrow:hover {
  color: var(--secondary-color);
}

.navbar .navbar-brand {
  width: 23%;
}

.navbar .nav__item {
  margin-right: 10px;
}

.about-layout3 .video-banner-layout2 {
  margin-top: -43px;
}

.pb-159 {
  padding-bottom: 159px !important;
}

.com-info {
  background: var(--accent-color);
  margin-bottom: 10px;
  border-radius: 10px;
  color: var(--white);
  padding: 20px;
}

.btn__secondary {
  background-color: var(--primary-color);
}

.btn__secondary:before {
  background-color: var(--secondary-color) !important;
  color: white !important;
}

.testing {
  background-color: #f0f5f7;
}

.icon-image {
  height: 85px;
}

.about-new-txt li {
  color: var(--secondary-color-v);
  font-weight: 800;
}

.video-banner-layout2 {
  border: 4px solid #f0f5f7;
}

.heading-light .heading__title {
  color: var(--secondary-color);
}

.heading-light .heading__title,
.heading-light .heading__desc {
  color: var(--secondary-color);
}

.features-layout1 {
  padding-top: 0px;
}

.main-bg {
  background-image: url("../images/backgrounds/1.jpg");
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-design {
  background-color: #82b440;
  padding: 10px;
  color: white;
  border-bottom: 2px solid var(--secondary-color);
}

.card-data {
  height: 130px;
}

.testimonials-layout1 .testimonials-wrapper:before {
  color: var(--primary-color);
}

.testimonials__rating .total__rate {
  color: var(--secondary-color);
}

.testimonial__meta.slick-current .testimonial__thmb {
  border: 2px solid var(--primary-color);
}

.btn__primary2 {
  background-color: transparent;
}

.btn__link.btn__primary {
  color: var(--primary-color);
}

.footer .footer-secondary:after {
  background: var(--primary-color);
}

#scrollTopBtn {
  background-color: var(--primary-color);
}

.btn {
  height: 45px;
}

.btn:hover {
  color: white !important;
}

.about-layout1 .about__Text p:first-of-type:before,
.about-layout4 .about__Text p:first-of-type:before {
  background-color: var(--primary-color);
}

.btn__primary.btn__outlined {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn__primary.btn__outlined:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.new-design-bg-color {
  background-color: var(--primary-color);
  border-radius: 30px;
}

.custom-clinic-icon {
  width: 140px;
}

.same-margin {
  padding-top: 0px;
  margin-top: 0px;
}

.new-color-data {
  margin-top: 30px;
  margin-bottom: 70px !important;
}

/* new page css */

.custom-owner-img {
  height: 180px;
  margin-top: -20px;
}

.js-data {
  text-align: justify;
}

.color-gray,
.footer .footer-widget__title {
  color: var(--dark) !important;
  font-weight: 600;
}

.new-color-data {
  background-color: #f0f5f7;
  padding-top: 30px;
  margin-bottom: 100px;
}

.new-design-bg-color {
  margin-top: 10px;
}

.custom-clinic-icon {
  width: 100px;
  border: 1px solid var(--secondary-color);
  border-radius: 60%;
  padding: 10px;
}

.new-design-bg-color {
  background-color: transparent;
  margin-bottom: 2px;
}

.hover-arrow-btn {
  display: inline-flex;
  justify-content: center;
  font-size: 16px;
  /* font-weight: bold; */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  left: 10px;
}

.hover-arrow-btn::after {
  content: "➔"; /* Unique arrow symbol */
  font-size: 18px;
  color: #82b440;
  margin-left: 10px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.skin-dis:hover .hover-arrow-btn::after {
  opacity: 1;
  transform: translateX(0);
}

.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url("img/service-section-bottom.png");
  background-size: 100% 100px;
  width: 100%;
  /* height: 100px; */
  float: left;
  z-index: 99;
}
.our-team {
  padding: 30px 0 40px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid var(--secondary-color);
}
.our-team:hover {
  border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--secondary-color);
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
  height: 100%;
  background: #2f2f2f;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: #7ab92d;
}
.our-team .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 30px;
}
.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #2f2f2f;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  color: #2f2f2f;
  background: #f7f5ec;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}

/* testimonial css */

.testimonial {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #3d5a80;
}

/* .testimonial-slide {
        padding: 40px 20px;
      } */

.testimonial_box {
  background-color: #e0fbfc;
  background-color: #f9f9f9;

  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(152, 193, 217, 0.493);
  margin-bottom: 60px;
}

.testimonial_box-icon {
  padding: 10px 0;
}

.testimonial_box-icon i {
  font-size: 25px;
  color: var(--primary-color);
}

.testimonial_box-text {
  padding: 10px 0;
}

.testimonial_box-text p {
  color: #293241;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}

.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}

.testimonial_box-name {
  padding-top: 10px;
}

.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}

.testimonial_box-job {
  padding-top: 10px;
}

.testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.testimonial-main-div {
  position: relative;
}

.same-margin2 {
  margin-top: 35px !important;
}

.video-banner-layout3 {
  margin-left: 0px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-color);
}
.footer .footer-primary {
  background-color: var(--secondary-color);
}

.custom-clinic-icon2 {
  height: 70px !important;
  width: 70px !important;
}

::selection {
  background-color: #f7c19b;
  color: rgb(26, 25, 25);
}

.slider .slide-item {
    height: 0px !important;
    min-height: 400px !important;
}

/* testimonial css end */
