/*
 * Elementor dental homepage widget bridge styles.
 * These selectors intentionally target only the index-3 style widgets.
 */
:root {
  --primary: #1D1EE3;
  --secondary: #BFBE18;
  --light: #f4f6f8;
  --dark: #121214;
  --dark-hover: #252a30;
  --white: #fff;
  --success: #04bd6c;
  --info: #2F80ED;
  --danger: #ff0000;
  --orange: #e04f16;
  --pink: #dd2590;
  --purple: #6938ef;
  --teal: #0E9384;
  --cyan: #06AED4;
  --warning: #ffca18;
  --indigo: #3538cd;
  --black: #000;
  --light-100: #FFFFFF66;
  --light-200: #FCFCFC;
  --light-300: #FBFBFB;
  --light-400: #E6F1FE;
  --light-500: #F9FAFB;
  --light-600: #F9F9F9;
  --light-700: #F8F8F8;
  --light-800: #F7F7F7;
  --light-900: #f6f6f6;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-300: #CBD5E1;
  --gray-400: #94A3B8;
  --gray-500: #64748B;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1E293B;
  --gray-900: #0F172A;
  --primary-100: #EAF3FF;
  --primary-200: #D4E8FF;
  --primary-300: #BFDCFF;
  --primary-400: #AAD0FF;
  --primary-500: #95C4FF;
  --primary-600: #7FB7FF;
  --primary-700: #69ABFF;
  --primary-800: #519EFF;
  --primary-900: #3790FF;
  --primary-hover: #1819C8;
  --secondary-100: #F1ECFD;
  --secondary-hover: #02A8E1;
  --success-hover: #03A65E;
  --info-hover: #0E0BDF;
  --warning-hover: #E1B214;
  --danger-hover: #E10000;
  --light-hover: #D8D8D8;
  --purple-hover: #5C30D3;
  --teal-hover:#2A1406;
  --primary-transparent: #FFFFFF1A;
  --secondary-transparent: #F1F5F926;
  --success-transparent: #F1FAF3;
  --warning-transparent: #FFFDF5;
  --danger-transparent: #FFE8E8;
  --info-transparent: #E9F1FF;
  --pink-transparent: #FCEBF5;
  --light-transparent: #FEFEFE;
  --gray-transparent: #E9EFF3;
  --teal-transparent: #E9F5F4;
  --purple-transparent: #F2EDFE;
  --cyan-transparent: #E9F8FB;
  --indigo-transparent: #EDEDFB;
  --orange-transparent: #FCEFEA;
  --primary-gradient: linear-gradient(90deg, #1D1EE3 0%, #B4B326 100%) !important;
  --white-rgb: 255, 255, 255;
}
.theme-2 {
  --primary: #1D1EE3;
  --secondary: #BFBE18;
  --dark: #121214;
  --light-100: #FFFFFF66;
  --primary-transparent: #FFFFFF1A;
  --secondary-transparent: #F1F5F926;
  --primary-gradient: linear-gradient(90deg, #1D1EE3 0%, #B4B326 100%) !important;
}
.theme-3 {
  --primary: #025056;
  --primary-hover: #02454B;
  --primary-100: #517D81;
  --secondary: #E8E828;
  --secondary-hover: #CCCC22;
  --primary-gradient: linear-gradient(90deg, #03727B 0%, #E8E828 100%) !important;
}
.hero-section-three,
.banner-section-three,
.about-section-two,
.slider-section-three,
.categories-section-three,
.mission-section-three,
.whychoose-section-three,
.team-section-three,
.technology-section-three,
.testimonial-section-three,
.health-section-three,
.blog-section {
  position: relative;
}

.horizontal-slide {
  overflow: hidden;
}

.horizontal-slide .slide-list {
  width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
}

.categories-slider .slider-item,
.hospital-slider-four .slide-item {
  height: 100%;
}

.about-img-three {
  position: relative;
  overflow: hidden;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.about-img-three .wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about-img-three .wrapper .before,
.about-img-three .wrapper .after {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.about-img-three .wrapper .content-image {
  height: 100%;
  max-width: unset;
  pointer-events: none;
  -webkit-user-drag: none;
  width: unset;
}

.about-img-three .wrapper .after {
  width: 50%;
  background-color: transparent !important;
}

.about-img-three .wrapper .after img.content-image {
  background: transparent !important;
}

.about-img-three .wrapper .scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
  border: 5px solid var(#fff, #fff);
  z-index: 2;
}

.about-img-three .wrapper .scroller:hover,
.about-img-three .wrapper .scroller.scrolling {
  opacity: 1;
}

.about-img-three .wrapper .scroller.scrolling {
  pointer-events: none;
}

.about-img-three .wrapper .scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.about-img-three .wrapper .scroller:before,
.about-img-three .wrapper .scroller:after {
  content: "";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 1;
  background: var(#fff, #fff);
}

.about-img-three .wrapper .scroller:before {
  top: 100%;
}

.about-img-three .wrapper .scroller:after {
  bottom: 100%;
}

.section {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 50px 0;
  }
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: var(#0F172A, #0f172a);
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .section-title {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  .section-title {
    font-size: 26px;
  }
}

.section-header {
  margin-bottom: 40px;
}

.section-header p {
  margin-bottom: 0;
  color: var(#475569, #475569);
}

.section-header-three {
  margin-bottom: 40px;
}

.section-header-three .title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(#0F172A, #0f172a);
  font-weight: 600;
  margin-bottom: 12px;
}

.section-header-three .title i {
  font-size: 10px;
}

.section-header-three .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: var(#E2E8F0, #e2e8f0);
}

.more-btn {
  margin-top: 40px;
}

.theme-2-btn {
  position: relative;
  padding: 6px 6px 6px 20px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  background: var(--primary);
  color: #fff;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.theme-2-btn::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 0;
}

.theme-2-btn span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff !important;
}

.theme-2-btn span .icon {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  color: var(--primary) !important;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.theme-2-btn:hover::before {
  width: 97%;
  height: 90%;
  border-radius: 40px;
  right: 3px;
}

.theme-2-btn:hover span {
  color: var(--primary) !important;
}

.mission-item-three {
  display: flex;
  align-items: start;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: var(#fff, #fff);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  margin-bottom: 24px;
}

.mission-item-three .mission-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mission-item-three .mission-icon .icon-1 {
  width: 28px;
}

.mission-item-three .mission-content .custom-title {
  margin-bottom: 8px;
}

.mission-item-three .mission-content .description {
  margin-bottom: 0;
  color: var(#475569, #475569);
}

.mission-section-three {
  position: relative;
  padding-top: 0 !important;
}

.mission-section-three .title {
  margin: unset !important;
}

.mission-section-three .mission-left {
  position: relative;
}

.mission-section-three .mission-left .mission-title {
  font-size: 440px;
  font-weight: 700;
  background: linear-gradient(113.63deg, #1D1EE3 22.41%, #6E6E7E 59.71%, #B4B326 78.36%, #6365FF 97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 330px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .mission-section-three .mission-left .mission-title {
    font-size: 300px;
    line-height: 215px;
  }
}

@media (max-width: 575.98px) {
  .mission-section-three .mission-left .mission-title {
    font-size: 119px;
    line-height: 90px;
    font-weight: 900;
  }
}

.mission-section-three .mission-left .mission-sub-title {
  position: absolute;
  right: 0;
  text-align: center;
  color: var(#0F172A, #0f172a);
  font-weight: 600;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: rotate(-90deg);
}

@media (max-width: 575.98px) {
  .mission-section-three .mission-left .mission-sub-title {
    transform: unset;
    font-size: 15px;
    width: 130px;
    line-height: 24px;
    left: 123px;
  }
}

.mission-section-three .rating-appointment {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  padding: 8px;
  margin: 40px 0 0;
  text-align: start;
}

.mission-section-three .rating-appointment .avatar-ttile {
  font-weight: 600;
  color: var(#0F172A, #0f172a);
  margin-bottom: 0;
}

.mission-section-three .mission-right {
  border-left: 1px solid var(#F1F5F9, #f1f5f9);
  padding-left: 40px;
}

@media (max-width: 991.98px) {
  .mission-section-three .mission-right {
    padding-left: 10px;
    margin-top: 20px;
  }
}

.category-item-three {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 20px 0;
  margin: 0 12px;
  transition: all 1.6s;
}

.category-item-three:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #1D1EE3 100%);
}

.category-item-three:hover .category-icon {
  transform: rotateY(360deg);
}

.category-item-three:hover .img-1 {
  transform: scale(1.1);
}

.category-item-three .img-1 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.7s;
}

.category-item-three .category-content {
  padding: 125px 0 35px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.category-item-three .category-content .category-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background:#bfbe18 !important;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}

.category-item-three .category-content .category-icon .icon-1 {
  width: 40px;
}

.category-item-three .category-content .custom-title,
.category-item-three .category-content .description {
  color: #fff;
}

.category-item-three .category-btn {
  text-align: center;
  position: relative;
  z-index: 1;
}

.category-item-three .category-btn .btn {
  width: 180px;
  padding: 12px 0 8px;
  border-radius: 10px 10px 0 0;
  background: var(#fff, #fff);
  color: var(#0F172A, #0f172a);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none !important;
  outline: none !important;
  margin: auto;
}

.whychoose-section-three {
  position: relative;
}

.whychoose-section-three .left .choose-item-three,
.whychoose-section-three .right .choose-item-three {
  margin-bottom: 24px;
}

.whychoose-section-three .choose-img {
  position: relative;
  text-align: center;
}

.choose-item-three {
  background: var(#fff, #fff);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

.choose-item-three .custom-title {
  margin-bottom: 8px;
}

.choose-item-three p {
  margin-bottom: 0;
  color: #fff;
}

.team-item-three .team-overley {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.team-item-three .team-overley:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.75) 100%);
}


.team-item-three .team-overley .icons {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(#fff, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: rotate(45deg);
}

.team-item-three .team-details {
  padding-top: 16px;
}

.team-item-three .team-details .author-name {
  margin-bottom: 4px;
}

.team-item-three .team-details .author-dest {
  margin-bottom: 0;
  color: var(#475569, #475569);
}

.partner-item-three {
  background: var(--light);
  padding: 40px;
  border-radius: 12px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .partner-item-three {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .partner-item-three {
    padding: 24px;
  }
}
.partner-item-three .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0;
  line-height: 27px;
  line-height: 1.4;
}
@media (max-width: 1199.98px) {
  .partner-item-three .title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.partner-item-three .hospital-img {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .partner-item-three .hospital-img {
    justify-content: center;
    gap: 36px;
  }
}
@media (max-width: 575.98px) {
  .partner-item-three .hospital-img {
    gap: 22px;
  }
}
.partner-item-three .hospital-img img {
  filter: grayscale(1);
  transition: all 0.5s;
}
.partner-item-three .hospital-img img:hover {
  filter: grayscale(0);
  transform: scale(0.9);
}
@media (max-width: 767.98px) {
  .partner-item-three .hospital-img img {
    max-width: 43px;
  }
}
@media (max-width: 575.98px) {
  .partner-item-three .hospital-img img {
    max-width: 26px;
  }
}

.testimonial-section-three {
  position: relative;
  overflow: hidden;
}

.testimonial-section-three .slide-three .slide-list {
  gap: 24px !important;
}

.testimonial-section-three .slide-three .services-slide {
  padding: 8px 0;
}

.testimonial-item-three {
  position: relative;
  background: var(#fff, #fff);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  min-width: 320px;
  max-width: 320px;
}

.testimonial-item-three .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.testimonial-item-three .testimonial-author .testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-item-three .testimonial-author .testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item-three .testimonial-author .author .author-name {
  margin-bottom: 4px;
}

.testimonial-item-three .testimonial-author .author .author-location,
.testimonial-item-three .testimonial-content p {
  color: var(#475569, #475569);
}

.testimonial-item-three .review {
  display: flex;
  align-items: center;
  gap: 4px;
}

.technology-section-three {
  background: var(#316dff, #1d1ee3);
  padding: 0;
}

.technology-section-three .section-header-three .section-title,
.technology-section-three .section-header-three p {
  color: #fff;
}

.technology-section-three .left-side {
  padding: 80px 0 80px 100px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .technology-section-three .left-side {
    padding: 80px 0 80px 40px;
  }
}

@media (max-width: 575.98px) {
  .technology-section-three .left-side {
    padding: 50px 20px;
  }
}

.technology-section-three .tech-img {
  position: relative;
  height: 100%;
}

.technology-section-three .tech-img .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 200px;
  height: 200px;
}

.technology-section-three .tech-img .play-btn i {
  width: 64px;
  height: 64px;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(#0F172A, #0f172a);
  z-index: 1;
}

.technology-section-three .tech-img .img-1 {
  height: 100%;
  object-fit: cover;
}

.technology-item-three {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .technology-item-three {
    flex-direction: column;
    align-items: start;
  }
}

.technology-item-three .avatar {
  width: 54px;
  height: 54px;
  background: var(#02bfff, #bfbe18);
  border: 2px solid var(#FDFDFD, rgba(255,255,255,.4));
  outline: 10px solid var(#02bfff, #bfbe18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology-item-three .avatar img {
  width: 24px;
  height: 33px;
}

.technology-item-three .technology-details .custom-title,
.technology-item-three .technology-details p {
  color: #fff;
}

.health-section-three .section-header-three .section-title,
.health-section-three .section-header-three p {
  color: #fff;
}

.health-section-three .support-item-list {
  position: relative;
  border-radius: 24px;
  background: var(#316dff, #1d1ee3);
  overflow: hidden;
  padding: 48px;
}

@media (max-width: 767.98px) {
  .health-section-three .support-item-list {
    padding: 28px;
  }
}

.health-section-three .support-item-list .support-img {
  position: relative;
}

.health-section-three .support-item-list .support-img .support-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
}
.menu-header {
  display: none;
}

.header-items {
  display: none;
}

.single-demo {
  border-radius: 14px;
  padding: 10px;
  background: #fff;
  transition: all .3s ease;
}

.single-demo:hover,
.single-demo.active {
  box-shadow: 0 10px 30px rgba(15, 23, 42, .12);
}

.about-popup-item {
  padding: 0;
}

.about-popup-item .title {
  font-size: 20px;
  margin-bottom: 16px;
}

.about-popup-item .support-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-popup-item .support-item .avatar {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-popup-item .support-item .link {
  margin-bottom: 0;
}

.about-popup-item .social-icon,
.footer-three .footer-bottom .social-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.about-popup-item .social-icon,
.social-iyem {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-popup-item .social-icon a,
.footer-three .footer-bottom .social-icon a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(#E2E8F0, #e2e8f0);
  color: var(#0F172A, #0f172a);
}

.support-item-three {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  padding: 8px;
}

.support-item-three .inpts {
  flex: 1 1 auto;
  border: 0;
  box-shadow: none;
  padding: 12px 18px;
}

.support-item-three .btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(#316dff, #1d1ee3);
  color: #fff;
}

.search_popup {
  background: rgba(15, 23, 42, .75);
}

.search_popup .offcanvas-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {

  .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .footer-three .footer-top {
    padding: 50px 0 30px;
  }
}


.slider-section-three {
  padding: 10px 0px;
}
.slider-section-three .slide-three {
  background-color: transparent;
}
.slider-section-three .slide-three .services-slide {
  padding-right: 108px;
}
.slider-section-three .slide-three .services-slide::before {
  background: url("../images/service-element-1.svg");
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  animation: rotate 5s linear forwards infinite;
  top: 50px;
  bottom: 0;
  margin: auto;
}
.slider-section-three .slide-three .services-slide h2 {
  font-size: 100px;
  font-weight: 700;
  background: linear-gradient(90deg, #1D1EE3 0%, rgba(16, 17, 125, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s;
}
@media (max-width: 575.98px) {
  .slider-section-three .slide-three .services-slide h2 {
    font-size: 75px;
  }
}
.slider-section-three .slide-three .services-slide h2:hover {
  background: linear-gradient(90deg, #1d1ee3 0, #b4b326 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider-section-three .img-1 {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .slider-section-three .img-1 {
    font-size: 99px;
  }
}

.footer-three {
  background: #121214;
  position: relative;
}
.footer-three .footer-top {
  padding: 60px 0px;
  border-bottom: 1px solid #1E293B;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .footer-three .footer-top {
    padding: 50px 0px;
  }
}
@media (max-width: 575.98px) {
  .footer-three .footer-top {
    padding: 50px 0px 30px;
  }
}
.footer-three .footer-top .footer-title .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .footer-three .footer-top .footer-title .section-title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .footer-three .footer-top .footer-title .section-title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .footer-three .footer-top .footer-title .section-title {
    font-size: 27px;
  }
}
.footer-three .footer-top .footer-title .section-title span {
  background: linear-gradient(113.63deg, #1D1EE3 22.41%, #6E6E7E 59.71%, #B4B326 78.36%, #6365FF 97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-three .footer-top .footer-menu .footer-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: capitalize;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-three .footer-top .footer-menu .footer-title i {
  font-size: 8px;
  color: var(--secondary);
}
.footer-three .footer-top .footer-menu ul li {
  margin-bottom: 16px;
}
.footer-three .footer-top .footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-three .footer-top .footer-menu ul li a {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.6s;
}
.footer-three .footer-top .footer-menu ul li a:hover {
  color: var(--secondary);
}
.footer-three .footer-top .footer-menu ul li a:hover::before {
  width: 6px;
  margin-right: 10px;
}
.footer-three .footer-top .footer-menu ul li a:before {
  content: "";
  background: var(--secondary);
  width: 0;
  height: 2px;
  transition: all 0.6s;
}
@media (max-width: 767.98px) {
  .footer-three .footer-top .footer-widget {
    margin-top: 36px;
  }
}
.footer-three .footer-top .footer-row-top {
  margin-top: 0px;
}
.footer-three .slider-section-three {
  padding: 35px 0px;
  border-bottom: 1px solid #1E293B;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .footer-three .slider-section-three {
    padding: 0;
  }
}
.footer-three .slider-section-three .slide-three .slide-list {
  white-space: nowrap;
}
.footer-three .slider-section-three .slide-three .slide-list .services-slide::before {
  background: url(../images/footer-star-icon.png);
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
}
.footer-three .slider-section-three .slide-three .slide-list .services-slide img {
  z-index: 1;
}
.footer-three .footer-bottom {
  padding: 24px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .footer-three .footer-bottom .copyright-text {
    text-align: center;
  }
}
.footer-three .footer-bottom .copyright-text p {
  color: #fff;
}
.footer-three .footer-bottom .social-icon {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .footer-three .footer-bottom .social-icon {
    justify-content: center;
    margin-top: 20px;
  }
}
.footer-three .footer-bottom .social-icon a {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-three .footer-bottom .social-icon a:hover {
  background: var(--primary-gradient);
}
.footer-three .img-1 {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-three .img-2 {
  position: absolute;
  top: -38px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .footer-three .img-2 {
    top: -25px;
  }
}
@media (max-width: 991.98px) {
  .footer-three .img-2 {
    top: -19px;
  }
}
@media (max-width: 767.98px) {
  .footer-three .img-2 {
    display: none;
  }
}

.section-header-three .title {
  box-shadow: 0px 4px 10px 0px rgba(196, 196, 196, 0.2509803922) inset;
  border: 1px solid var(--gray-100);
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 30px;
  width: fit-content;
  margin: 0px auto 8px;
  position: relative;
  background: var(--white);
  color: var(--gray-900);
  font-weight: 600;
}
.section-header-three .title i {
  color: var(--secondary);
  font-size: 8px;
}
.section-header-three .title::before {
  content: "";
  background: url(../images/title-icon.svg);
  background-size: 100% 100%;
  width: 62px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  animation: line 7s linear infinite;
}
.section-header-three .subtitle {
  font-size: 18px;
  margin-top: 8px;
}
@media (max-width: 575.98px) {
  .section-header-three .subtitle {
    font-size: 16px;
  }
}


.mission-section-three {
  position: relative;
  padding-top: 0 !important;
}
.mission-section-three .title {
  margin: unset !important;
}
@media (max-width: 575.98px) {
  .mission-section-three .title {
    margin: auto !important;
  }
}
.mission-section-three .mission-left {
  position: relative;
}
.mission-section-three .mission-left .mission-title {
  font-size: 440px;
  font-weight: 700;
  background: linear-gradient(113.63deg, #1D1EE3 22.41%, #6E6E7E 59.71%, #B4B326 78.36%, #6365FF 97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 320px;
}
@media (max-width: 1399.98px) {
  .mission-section-three .mission-left .mission-title {
    font-size: 400px;
    line-height: 280px;
  }
}
@media (max-width: 767.98px) {
  .mission-section-three .mission-left .mission-title {
    font-size: 300px;
    line-height: 215px;
  }
}
@media (max-width: 575.98px) {
  .mission-section-three .mission-left .mission-title {
    font-size: 119px;
    line-height: 90px;
    font-weight: 900;
  }
}
.mission-section-three .mission-left .mission-sub-title {
  position: absolute;
  right: 0;
  text-align: center;
  color: var(--gray-900);
  font-weight: 600;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: rotate(-90deg);
}
@media (max-width: 1199.98px) {
  .mission-section-three .mission-left .mission-sub-title {
    right: -56px;
  }
}
@media (max-width: 991.98px) {
  .mission-section-three .mission-left .mission-sub-title {
    left: 220px;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .mission-section-three .mission-left .mission-sub-title {
    transform: unset;
    font-size: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
    line-height: 24px;
    left: 123px;
  }
}
.mission-section-three .mission-left .img-1 {
  position: absolute;
  right: 0;
  top: -22px;
  animation: rotate 5s linear forwards infinite;
}
@media (max-width: 575.98px) {
  .mission-section-three .mission-left .img-1 {
    display: none;
  }
}
.mission-section-three .rating-appointment {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  padding: 8px;
  margin-bottom: 16px;
  display: inline-flex;
  text-align: start;
  margin: 40px 0px 0px;
}
@media (max-width: 991.98px) {
  .mission-section-three .rating-appointment {
    margin: 24px 0px 0px;
  }
}
.mission-section-three .rating-appointment .avatar-ttile {
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
}
.mission-section-three .mission-right {
  border-left: 1px solid var(--gray-100);
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .mission-section-three .mission-right {
    padding-left: 10px;
    margin-top: 20px;
  }
}
.mission-section-three .element-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.mission-item-three {
  padding: 40px;
  border: 1px solid var(--gray-200);
  box-shadow: 0px 4px 34px 0px rgba(206, 206, 206, 0.25);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--white);
  transition: all 0.5s;
}
.mission-item-three:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 44px 0px rgba(187, 187, 187, 0.25);
}
@media (max-width: 1199.98px) {
  .mission-item-three {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .mission-item-three {
    flex-direction: column;
    align-items: start;
  }
}
.mission-item-three .mission-icon {
  width: 100%;
  max-width: 64px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission-item-three .mission-icon .icon-1 {
  width: 24px;
}
.mission-item-three .mission-content .custom-title {
  margin-bottom: 8px;
}
.mission-item-three .mission-content .description {
  margin-bottom: 0px;
}


.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-list-stacked.avatar-group-lg .avatar {
  width: 2.813rem;
  height: 2.813rem;
}
.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-sm .avatar {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}
.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}
.avatar-list-stacked.avatar-group-xs .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -1.5rem !important;
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}
.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
  border: 2px solid var(--white);
  font-size: 0.9rem;
}
.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-group.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-group.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar.avatar-xl.border.online::before {
  width: 10px;
  height: 10px;
  inset-inline-end: 5px;
}

.avatar-xxxl.candidate-img {
  width: 135px;
  height: 135px;
}
.whychoose-section-three {
  background: var(--primary);
  padding: 90px 0px;
  position: relative;
}
@media (max-width: 991.98px) {
  .whychoose-section-three {
    padding: 50px 0px;
  }
}
.whychoose-section-three .section-header-three {
  margin-bottom: 70px;
}
.whychoose-section-three .section-header-three .section-title {
  color: #fff;
}
.whychoose-section-three .section-header-three .subtitle {
  color: #fff;
}
.whychoose-section-three .left .choose-item-three {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .whychoose-section-three .left .choose-item-three {
    text-align: start;
  }
}
.whychoose-section-three .right .choose-item-three {
  text-align: start;
}
@media (max-width: 1199.98px) {
  .whychoose-section-three .right .choose-item-three {
    text-align: start;
  }
}
@media (max-width: 1199.98px) {
  .whychoose-section-three .right .choose-item-three:last-child {
    border-bottom: none !important;
    padding: 0px !important;
    margin: 0px !important;
  }
}
.whychoose-section-three .element-1 {
  position: absolute;
  top: -44px;
}
@media (max-width: 1399.98px) {
  .whychoose-section-three .element-1 {
    top: -30px;
    width: 100%;
  }
}
@media (max-width: 1399.98px) {
  .whychoose-section-three .element-1 {
    top: -14px;
  }
}
@media (max-width: 991.98px) {
  .whychoose-section-three .element-1 {
    top: -23px;
  }
}
@media (max-width: 767.98px) {
  .whychoose-section-three .element-1 {
    top: -11px;
  }
}
.whychoose-section-three .element-2 {
  position: absolute;
  bottom: -50px;
}
@media (max-width: 1399.98px) {
  .whychoose-section-three .element-2 {
    bottom: -30px;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .whychoose-section-three .element-2 {
    bottom: -8px;
    top: unset;
  }
}
@media (max-width: 991.98px) {
  .whychoose-section-three .element-2 {
    top: -25px;
  }
}
@media (max-width: 767.98px) {
  .whychoose-section-three .element-2 {
    bottom: -17px;
    top: unset;
  }
}
.whychoose-section-three .element-3 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: invert(1) brightness(3.5);
}
@media (max-width: 991.98px) {
  .whychoose-section-three .element-3 {
    display: none;
  }
}
.whychoose-section-three .element-4 {
  filter: invert(1) brightness(3.5);
  position: absolute;
  bottom: 14%;
}
@media (max-width: 991.98px) {
  .whychoose-section-three .element-4 {
    display: none;
  }
}
.whychoose-section-three .choose-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1199.98px) {
  .whychoose-section-three .choose-img {
    display: none;
  }
}
.whychoose-section-three .choose-img .img-2 {
  animation: topBottom 3s ease-in-out infinite;
  transition: all 0.7s;
}
.whychoose-section-three .choose-img .img-4 {
  position: absolute;
  inset: 0;
  margin: auto;
}

@keyframes topBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes toptobottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes horizontalFloat {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }
}
@keyframes shrinkGrow {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    transform: scale(0.98) translate(-50%, -50%);
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

.technology-section-three {
  background: var(--primary);
  padding: 0px;
}
.technology-section-three .section-header-three .section-title {
  color: #fff;
}
.technology-section-three .section-header-three p {
  color: #fff;
}
.technology-section-three .left-side {
  padding: 80px 0px 80px 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .technology-section-three .left-side {
    padding: 80px 0px 80px 40px;
  }
}
@media (max-width: 575.98px) {
  .technology-section-three .left-side {
    padding: 50px 20px;
  }
}
.technology-section-three .left-side .element-1 {
  position: absolute;
  right: -135px;
  top: -157px;
}
.technology-section-three .left-side .element-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  filter: brightness(34.5);
}
@media (max-width: 767.98px) {
  .technology-section-three .left-side .element-2 {
    display: none;
  }
}
.technology-section-three .tech-img {
  position: relative;
  height: 100%;
}
@media (max-width: 575.98px) {
  .technology-section-three .tech-img {
    display: none;
  }
}
.technology-section-three .tech-img .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 200px;
  height: 200px;
}
.technology-section-three .tech-img .play-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px dashed #fff;
  animation: rotate 5s linear forwards infinite;
}
.technology-section-three .tech-img .play-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 2px dashed #fff;
  animation: rotate 5s linear forwards infinite;
}
.technology-section-three .tech-img .play-btn i {
  width: 64px;
  height: 64px;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--gray-900);
  transition: all 0.4s;
  z-index: 1;
}
.technology-section-three .tech-img .play-btn i:hover {
  background: var(--primary);
  color: #fff;
}
.technology-section-three .tech-img .img-1 {
  height: 100%;
  object-fit: cover;
}
.technology-section-three .tech-img:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  margin: auto;
  width: 100%;
  height: 86%;
  z-index: 1;
  bottom: 0;
}
.technology-section-three .element-1 {
  position: absolute;
  top: -30px;
}
@media (max-width: 1399.98px) {
  .technology-section-three .element-1 {
    top: -20px;
  }
}
@media (max-width: 1199.98px) {
  .technology-section-three .element-1 {
    top: -19px;
  }
}
@media (max-width: 991.98px) {
  .technology-section-three .element-1 {
    top: -10px;
  }
}
@media (max-width: 575.98px) {
  .technology-section-three .element-1 {
    top: -5px;
  }
}
.technology-section-three .element-2 {
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .technology-section-three .element-2 {
    bottom: -11px;
  }
}

.technology-item-three {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .technology-item-three {
    flex-direction: column;
    align-items: start;
  }
}
.technology-item-three .avatar {
  width: 54px;
  height: 54px;
  background: var(--secondary);
  border: 2px solid var(--light-100);
  outline: 10px solid var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology-item-three .avatar img {
  width: 24px;
  height: 33px;
}
.technology-item-three .technology-details .custom-title {
  color: #fff;
  margin-bottom: 8px;
}
.technology-item-three .technology-details p {
  color: #fff;
  margin-bottom: 0;
}
.testimonial-section-three {
  position: relative;
  background: var(--white);
}
.testimonial-section-three .section-header {
  margin-bottom: 20px;
}
.testimonial-section-three .slide-three {
  background: transparent !important;
  padding: 0;
}
.testimonial-section-three .slide-three .slide-list {
  white-space: nowrap;
}
.testimonial-section-three .slide-three .services-slide {
  padding: 20px 0px;
}
.testimonial-section-three .slide-three .services-slide::before {
  content: unset !important;
}
.testimonial-section-three .element-1 {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: -1;
  animation: rotate 13s linear forwards infinite;
}
@media (max-width: 575.98px) {
  .testimonial-section-three .element-1 {
    display: none;
  }
}
.testimonial-section-three::before {
  content: "";
  background: linear-gradient(296.21deg, rgba(255, 255, 255, 0) -14.46%, rgba(255, 255, 255, 0.5) 25.19%, #FFFFFF 64.84%);
  position: absolute;
  bottom: 0;
  height: 5px;
  border-radius: 0px 0px 10px 10px;
  left: 0;
  width: 0%;
  transition: all 0.6s;
}
.testimonial-item-three {
  padding: 40px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0px 4px 34px 0px rgba(206, 206, 206, 0.25);
  position: relative;
  width: 100%;
  min-width: 415px;
  border: 1px solid var(--gray-200);
  transition: all 0.5s;
}
.testimonial-item-three:hover {
  box-shadow: 0px 4px 34px 0px rgba(101, 101, 101, 0.2509803922) !important;
}
.testimonial-item-three:hover::before {
  width: 100%;
  transition: all 0.6s;
}
.testimonial-item-three::before {
  content: "";
  background: linear-gradient(113.63deg, #1D1EE3 22.41%, #6E6E7E 59.71%, #B4B326 78.36%, #6365FF 97%);
  position: absolute;
  bottom: -1px;
  height: 5px;
  border-radius: 0px 0px 10px 10px;
  left: 0;
  width: 0%;
  transition: all 0.6s;
}
.testimonial-item-three .testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.testimonial-item-three .testimonial-author .testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item-three .testimonial-author .testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item-three .testimonial-author .author .author-name {
  margin-bottom: 4px;
  color: var(--gray-900);
}
.testimonial-item-three .testimonial-author .author .author-location {
  margin-bottom: 0;
}
.testimonial-item-three .testimonial-content p {
  margin-bottom: 0;
  white-space: normal;
  text-align: start;
}
.testimonial-item-three .review {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .testimonial-item-three .review {
    font-size: 16px;
  }
}
.testimonial-item-three .review i {
  color: var(--warning);
}

.health-section-three .section-header-three .section-title, .health-section-three .section-header-three p {
  color: #fff;
}
.health-section-three .section-header-three p {
  font-size: 16px !important;
}
.health-section-three .support-item-list {
  background: var(--primary);
  border-radius: 30px;
  padding: 40px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .health-section-three .support-item-list {
    border-radius: 15px;
    padding: 24px;
  }
}
.health-section-three .support-item-list .section-header-three {
  position: relative;
  z-index: 1;
}
.health-section-three .support-item-list .support-img {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 435px;
  margin: auto;
}
@media (max-width: 991.98px) {
  .health-section-three .support-item-list .support-img {
    display: none;
  }
}
.health-section-three .support-item-list .support-img .support-bottom {
  width: 184px;
  height: 42px;
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  left: 11px;
  right: 0;
  bottom: -40px;
  margin: auto;
  background: var(--white);
}
.health-section-three .support-item-list .img-1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .health-section-three .support-item-list .img-1 {
    display: none;
  }
}
.health-section-three .support-item-list .img-2 {
  position: absolute;
  left: 0;
  bottom: 0px;
}
@media (max-width: 575.98px) {
  .health-section-three .support-item-list .img-2 {
    display: none;
  }
}
.health-section-three .support-item-list .img-3 {
  position: absolute;
  top: 0;
  left: 300px;
}
@media (max-width: 575.98px) {
  .health-section-three .support-item-list .img-3 {
    display: none;
  }
}
.health-section-three .support-item-list .img-4 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 575.98px) {
  .health-section-three .support-item-list .img-4 {
    display: none;
  }
}
.health-section-three .support-item-list .img-5 {
  position: absolute;
  top: 93px;
  left: -340px;
  right: 0;
  margin: auto;
  animation: rotate 14s linear forwards infinite;
}
@media (max-width: 575.98px) {
  .health-section-three .support-item-list .img-5 {
    display: none;
  }
}
.avatar.avatar-rounded {
    border-radius: 50%;
}
.bg-pink {
    background-color: var(--pink) !important;
}
.bg-cyan {
    background-color: var(--cyan) !important;
}
.pharmacy-body .header .header-nav {
  justify-content: start;
  -webkit-justify-content: start;
}
@media (max-width: 991.98px) {
  .pharmacy-body .header .header-nav {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
.pharmacy-body .header .header-nav .logo {
  display: none;
}
@media (max-width: 991.98px) {
  .pharmacy-body .header .header-nav .logo {
    display: block;
  }
}
.pharmacy-body .header.header-three .header-nav .main-nav li a {
  font-size: 16px;
  color: var(--gray-900);
}
.pharmacy-body .header.header-three .header-nav .main-nav li a:hover {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  .pharmacy-body .header.header-three .header-nav .main-nav li a {
    color: var(--white);
  }
}
.pharmacy-body .pharmacy-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  background: var(--white);
}
.pharmacy-body .sidebar-overlay {
  z-index: 1;
}



.support-item-three {
  position: relative;
  background: var(--white);
  padding: 8px;
  border: 1px solid var(--gray-200);
  border-radius: 30px;
  height: 56px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.support-item-three .inpts {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  padding: 0px 50px 0px 14px;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}
.support-item-three .btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 8px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s;
}
.support-item-three .btn:hover {
  background: var(--primary);
  color: var(--white);
}

.team-item-three:hover .team-overley::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #1D1EE3 100%);
  height: 100%;
  transition: all 1.7s;
  z-index: unset !important;
}
.team-item-three:hover .icons {
  transform: translateY(0) !important;
}
.team-item-three:hover .icons:hover {
  transform: rotate(45deg) !important;
  background: var(--primary);
  color: var(--white);
}
.team-item-three .team-overley {
  background: url(../images/team-bg.png);
  background-size: 100% 100%;
  padding: 22px 22px 0px 22px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.team-item-three .team-overley:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #AAABFF 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: all 1.7s;
}
.team-item-three .team-overley .date{
	background: var(--white);
    width: fit-content;
    padding: 13px;
    border-radius: 0px 0px 12px 12px;
    font-size: 14px !important;
    font-weight: 600;
    color: var(--gray-900);
    position: absolute;
    right: -70px !important;
    top: 60px !important;
    transform: rotate(90deg);
	bottom: unset !important;
    left: unset !important;
}
.team-item-three .team-overley .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--white);
  border-radius: 50%;
  font-size: 40px;
  font-weight: 600;
  color: var(--gray-900);
  position: absolute;
  margin: auto;
  transform: translateY(275px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.7s;
}
.team-item-three .team-details {
  padding: 20px;
  text-align: center;
}
.team-item-three .team-details .author-name {
  margin-bottom: 4px;
}
.team-item-three .team-details .author-dest {
  margin-bottom: 0;
}

.team-section-three .element-1 {
  position: absolute;
  top: 50px;
  left: 50px;
  animation: rotate 9s linear forwards infinite;
}
@media (max-width: 575.98px) {
  .team-section-three .element-1 {
    display: none;
  }
}
.section {
    padding: 80px 0;
}

.support_popup {
  margin: 10px;
  border-radius: 12px;
  width: 450px !important;
  padding: 25px 40px 40px;
  background: var(--white);
  z-index: 9999;
}
.support_popup .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 24px;
}
.support_popup .offcanvas-header .logo {
  width: 155px;
  position: relative;
  top: 11px;
}
.support_popup .offcanvas-header .btn-close {
  background: transparent;
  font-size: 26px;
  opacity: 1;
  color: var(--gray-600);
}
.support_popup .offcanvas-body {
  padding: 0;
  background: var(--white);
  position: relative;
  z-index: 1;
}
.support_popup .element-01 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-popup-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray-200);
}
.about-popup-item .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 16px;
}
.about-popup-item p {
  margin-bottom: 20px;
}
.about-popup-item .about-img img {
  border-radius: 6px;
}
.about-popup-item .loction-item .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.about-popup-item .loction-item .location {
  font-size: 16px;
  color: var(--gray-600);
  border-bottom: 1px solid var(--gray-200);
  margin-bottom: 0;
  width: fit-content;
}
.about-popup-item .support-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-popup-item .support-item .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.about-popup-item .support-item .title {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-600);
  margin-bottom: 4px;
}
.about-popup-item .support-item .link {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-600);
  margin-bottom: 0;
}
.about-popup-item .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--gray-600);
  font-size: 16px;
  transition: 0.5s all;
  border: 1px solid var(--gray-200);
  transition: all 0.7s;
}
.about-popup-item .social-icon:hover {
  background: var(--primary);
  color: var(--white);
}
/* header */
.header-three {
  z-index: 1000;
}
.header-three .mega-submenu .megamenu-wrapper::before {
  background: url("../images/home3-menu-img-1.png");
}
.header-three .has-submenu .sub-menu-one::after {
  background-image: url("../images/home3-pattern-02.png");
}
@media (max-width: 1199.98px) {
  .header-three .header-nav .logo {
    margin-right: 4px;
  }
}
.header-three .header-nav .main-menu-wrapper {
  margin: 0;
}
.header-three .header-nav .header-navbar-rht {
  margin: 0;
  padding: 0;
}
.header-three .header-nav .header-navbar-rht li {
  margin-right: 0;
  padding-right: 15px;
  color: var(--gray-900);
  position: relative;
}
.header-three .header-nav .header-navbar-rht li i {
  margin-right: 5px;
}
@media (max-width: 1399.98px) {
  .header-three .header-nav .header-navbar-rht li.contact-item span {
    display: none;
  }
}
.header-three .header-nav .header-navbar-rht li::before {
  content: "";
  background: #ffffff;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header-three .header-nav .header-navbar-rht li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-three .header-nav .header-navbar-rht li:last-child::before {
  content: none;
}
.header-three .header-nav .header-navbar-rht li a.header-login {
  text-transform: none;
  font-size: 16px;
}
.header-three .header-nav .header-navbar-rht li a.header-login i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .header-three .header-nav .header-navbar-rht {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-three .header-nav .header-navbar-rht {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-three .header-nav .main-nav li {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .header-three .header-nav .main-nav span i {
    transform: rotate(-90deg) !important;
  }
}
@media (max-width: 991.98px) {
  .header-three .header-nav .main-nav .submenu span i {
    transform: rotate(-180deg) !important;
  }
}

.header-three {
  background: transparent !important;
  border: none;
  padding: 20px 0 0;
  border: none !important;
}
@media (max-width: 991.98px) {
  .header-three {
    position: relative;
    z-index: 111;
  }
}
.header-three .navbar {
  background: var(--primary-transparent) !important;
  box-shadow: 0px 4px 24px 0px var(--primary-transparent) !important;
  backdrop-filter: blur(100px);
  padding: 3px 32px;
  border-radius: 80px;
  position: unset !important;
}
@media (max-width: 1399.98px) {
  .header-three .navbar {
    padding: 3px 16px 3px 16px;
  }
}
@media (max-width: 991.98px) {
  .header-three .navbar {
    padding: 3px 20px;
  }
}
.header-three .navbar #mobile_btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gray-200);
  margin: 0;
}
@media (max-width: 991.98px) {
  .header-three .navbar #mobile_btn {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991.98px) {
  .header-three .navbar .navbar-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (max-width: 991.98px) {
  .header-three .navbar .main-nav li.current-menu-parent a {
    color: #fff;
  }
}
.header-three .navbar .main-nav li.current-menu-parent.current-menu-ancestor a:before {
  opacity: 1;
}
.header-three .navbar .main-nav li.current-menu-parent.current-menu-ancestor a:after {
  opacity: 1;
}
.header-three .navbar .main-nav li a {
  padding: 0px 9px !important;
  position: relative;
}
@media (max-width: 1399.98px) {
  .header-three .navbar .main-nav li a {
    padding: 0px 4px !important;
  }
}
@media (max-width: 991.98px) {
  .header-three .navbar .main-nav li a {
    padding: 16px 0px !important;
  }
}
.header-three .navbar .main-nav li.current-menu-ancestor > a:before {
  content: "";
  background: url(../images/active-icon-1.png);
  background-size: 100% 100%;
  background-position: center;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0;
  transition: all 0.7s;
}
@media (max-width: 991.98px) {
  .header-three .navbar .main-nav li.current-menu-ancestor a:before {
    content: unset;
  }
}
.header-three .navbar .main-nav li.current-menu-ancestor > a:after {
  content: "";
  background: url(../images/active-icon-2.png);
  background-size: 100% 100%;
  background-position: center;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  bottom: 20px;
  opacity: 0;
  transition: all 0.7s;
}
@media (max-width: 991.98px) {
  .header-three .navbar .main-nav li a:after {
    content: unset;
  }
}
.header-three .navbar .main-nav li a span {
  font-size: 13px;
}
@media (max-width: 991.98px) {
  .header-three .main-menu-wrapper {
    height: 100vh;
    left: -19px !important;
    top: -20px !important;
  }
}
.header-three .header-navbar-rht li {
  border: none;
}
.header-three .header-navbar-rht li::before {
  content: unset !important;
}
.header-three .header-navbar-rht li a i {
  margin-right: 0 !important;
  font-size: 20px;
}
.header-three .header-navbar-rht li {
  padding-right: 8px !important;
}
@media (max-width: 1399.98px) {
  .header-three .header-navbar-rht li {
    padding-right: 4px !important;
  }
}
.header-three .header-navbar-rht .details-btn {
  background: var(--white);
  color: var(--gray-900);
  border: none !important;
}
@media (max-width: 1399.98px) {
  .header-three .header-navbar-rht .details-btn {
    width: 38px !important;
    height: 38px !important;
  }
}
.header-three .header-navbar-rht .theme-toggle {
  border: none !important;
}
.header-three .header-navbar-rht .theme-toggle i {
  margin: 0 !important;
}
.header-three .header-navbar-rht .theme-toggle:hover {
  color: #fff;
  background: var(--primary);
}
@media (max-width: 1399.98px) {
  .header-three .header-navbar-rht .theme-toggle {
    width: 38px !important;
    height: 38px !important;
  }
}
.header-three.fixed {
  background: var(--white) !important;
  padding: 0px !important;
}
.header-three.fixed .navbar {
  background: transparent !important;
  box-shadow: unset !important;
  backdrop-filter: unset;
  padding: unset;
  border-radius: unset;
}
.header-three.fixed .navbar .details-btn {
  background: var(--white);
  color: var(--gray-900);
  border: 1px solid var(--gray-200) !important;
}
.header-three.fixed .navbar .details-btn:hover {
  border: 1px solid var(--primary) !important;
}
.header-three.fixed .navbar .theme-toggle {
  border: 1px solid var(--gray-200) !important;
  background: var(--white);
  color: var(--gray-900);
}
.header-three.fixed .navbar .theme-toggle:hover {
  color: #fff;
  background: var(--primary);
  border: 1px solid var(--primary) !important;
}
@media (max-width: 1399.98px) {
  .header-three.fixed .navbar .theme-2-btn {
    border: 1px solid var(--gray-200) !important;
    background: var(--white);
    color: var(--gray-900);
  }
  .header-three.fixed .navbar .theme-2-btn:hover {
    color: #fff;
    background: var(--primary);
    border: 1px solid var(--primary) !important;
  }
  .header-three.fixed .navbar .theme-2-btn:hover i {
    color: #fff;
  }
}
.header-three.fixed .main-menu-wrapper {
  left: 0px !important;
  top: 0px !important;
}
@media (max-width: 1399.98px) {
  .hero-section-three .theme-2-btn {
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: none;
  }
  .hero-section-three .theme-2-btn:hover {
    background: var(--primary);
    color: var(--white);
  }
  .hero-section-three .theme-2-btn:hover i {
    color: #fff;
  }
}
@media (max-width: 1399.98px) {
  .hero-section-three .theme-2-btn {
    width: 38px !important;
    height: 38px !important;
  }
}
@media (max-width: 1399.98px) {
  .hero-section-three .theme-2-btn span {
    display: block !important;
  }
}
@media (max-width: 1399.98px) {
  .hero-section-three .theme-2-btn span i {
    color: var(--gray-900);
    font-size: 20px;
    background: transparent !important;
  }
}
.hero-section-three .theme-2-btn strong {
  font-weight: 500 !important;
}
@media (max-width: 1399.98px) {
  .hero-section-three .theme-2-btn strong {
    display: none;
  }
}
.header-three .header-nav .main-nav li {
  margin-right: 8px;
}
.header-three.fixed {
  background: var(--white);
  top: 0;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  position: fixed;
  width: 100%;
  z-index: 111;
}

/* header old */

.header.header-three .header-nav .main-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .main-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    padding: 0px 16px !important;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .main-nav ul {
    background-color: white !important;
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
}
.header.header-three .header-nav .main-nav > .has-submenu.active .submenu li.active > a {
  color: var(--primary-hover);
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav > .has-submenu.active .submenu li.active > a {
    color: var(--primary-hover);
  }
}
.header.header-three .header-nav .main-nav > .has-submenu.active > a {
  color: var(--primary-hover);
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav > .has-submenu.active > a {
    color: var(--primary-hover);
  }
}
@media (max-width: 1199.98px) {
  .header.header-three .header-nav .main-nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 1999.96px) {
  .header.header-three .header-nav .main-nav > li {
    margin-right: 25px;
  }
}
@media (max-width: 1399.96px) {
  .header.header-three .header-nav .main-nav > li {
    margin-right: 13px;
  }
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .main-nav > li {
    border-bottom: 1px solid var(--gray-200);
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav > li > a {
    line-height: 85px;
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .main-nav > li > a {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 0px !important;
  }
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav > li > a > i {
    font-size: 12px;
    margin-left: 3px;
  }
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .main-nav > li > a > i {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--gray-100);
  }
}
@media (max-width: 991.96px) {
  .header.header-three .header-nav .main-nav > li > a > i {
    float: right;
    margin-top: 5px;
  }
}
.header.header-three .header-nav .main-nav > li.active > a {
  color: var(--primary-hover);
}
.header.header-three .header-nav .main-nav > li .submenu li {
  position: relative;
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav > li .submenu li:first-child a {
    border-top: 0;
  }
}
.header.header-three .header-nav .main-nav > li .submenu li a {
  display: block;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 10px 15px;
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .main-nav > li .submenu li a {
    border-top: 0;
    color: var(--gray-600) !important;
    padding: 10px 15px 10px 35px;
  }
}
.header.header-three .header-nav .main-nav > li .submenu li a:hover {
  color: var(--primary) !important;
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav > li .submenu li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
.header.header-three .header-nav .main-nav > li .submenu li .submenu li {
  position: relative;
}
.header.header-three .header-nav .main-nav > li .submenu li .submenu li a {
  display: block;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .main-nav > li .submenu li .submenu li a {
    border-top: 0;
    color: #ffffff;
    padding: 10px 15px 10px 45px;
  }
}
.header.header-three .header-nav .main-nav > li .submenu li .submenu li .has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 12px;
  right: 15px;
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
.header.header-three .header-nav .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 12px;
  right: 15px;
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav li {
    display: block;
    position: relative;
  }
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav li > ul {
    background-color: #ffffff;
    display: block;
    font-size: 14px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
}
.header.header-three .header-nav .main-nav li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .main-nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header.header-three .header-nav .main-nav li.login-link {
  display: none;
}
@media (max-width: 575.98px) {
  .header.header-three .header-nav .main-nav li.login-link {
    display: block;
  }
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav li .submenu a:hover {
    color: #0E82FD !important;
    letter-spacing: 0.5px;
    padding-left: 20px !important;
  }
}
@media (max-width: 991.98px) {
  .header.header-three .header-nav .main-nav li + li {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.header.header-three .header-nav .main-nav .has-submenu.active > a {
  color: var(--primary);
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav .has-submenu.active > a {
    color: var(--primary);
  }
}
.header.header-three .header-nav .main-nav .has-submenu.active .submenu li.active > a {
  color: var(--primary);
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav .has-submenu.active .submenu li.active > a {
    color: var(--primary);
  }
}
@media (min-width: 992px) {
  .header.header-three .header-nav .main-nav .has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.header.header-three .header-nav .main-nav .has-submenu > .submenu__ > .has-submenu--.submenu::before {
  top: 20px;
  margin-left: -35px;
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
}

header .header-nav .header-navbar-rht li .details-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gray-200);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-900);
  position: relative;
}
header .header-nav .header-navbar-rht li .details-btn .badge {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 9px;
  background: var(--danger);
  display: inline-block;
  padding: 0;
}
header .header-nav .header-navbar-rht li .details-btn:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
@media (max-width: 1199.98px) {
  .header.inner-header .header-nav .header-navbar-rht li .details-btn {
    width: 36px;
    height: 36px;
  }
}
.banner-section-three .container{
    margin-top: 70px;
}

.blog-item-three {
  box-shadow: 0px 4px 34px 0px rgba(206, 206, 206, 0.25);
}
.blog-item-three .blog-image {
  position: relative;
  overflow: hidden;
}
.blog-item-three .blog-image .date {
  position: absolute;
  padding: 5px 15px;
  background: var(--white);
  border-radius: 10px 10px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0;
  right: 22px;
  bottom: 0;
}
.blog-item-three .blog-info {
  margin-top: 24px !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-item-three .blog-info .author {
  display: flex;
  align-items: center;
}
.blog-item-three .blog-info .author span {
  font-weight: 400;
}
.blog-item-three .blog-info .author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.blog-item-three .blog-info .badge {
  padding: 7px 16px;
  border-radius: 30px;
  background: var(--light);
  font-size: 15px;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  color: var(--gray-900);
  display: inline-flex;
}
.blog.grid-blog {
  padding: 20px;
}
.blog.grid-blog .blog-title {
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .blog.grid-blog .blog-title {
    min-height: inherit;
  }
}
.blog.grid-blog .blog-content p {
  margin: 0 0 15px;
}
.blog.grid-blog .blog-info {
  margin: 0 0 15px;
}
.blog.grid-blog .blog-image {
  margin-bottom: 16px;
}
.blog.grid-blog .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.blog.grid-blog .entry-meta li {
  margin: 0 0 16px;
}
.blog.grid-blog .post-author {
  width: 189px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog.grid-blog .post-author a:hover {
  color: var(--primary);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .header-layout-4 ul#menu-primary-menu li a {
    border-bottom: 0 !important;
	  color:black !important;
  }
}
@media (max-width: 991px) {
  .header-layout-4 ul#menu-primary-menu {
    background-color: white;
    padding: 0;
  }
}
@media (max-width: 991px) {
.header-three .navbar .main-nav li.current-menu-ancestor > a::after{
  background:unset !important;
}
}
.header-layout-4.header .header-nav .header-navbar-rht li .details-btn {
	margin-top: 0 !important;
}
.banner-img-three .container.img-list {
	margin-top: 0 !important;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
}
.section-header p {
    color: #757575;
    font-size: 16px;
    margin: 15px 0 0 0;
}
.custom-title {
    font-size: 24px;
    font-weight: 700;
}

.footer-three.footer-layout-four .footer-widget.footer-menu ul{
	padding-left: 0 !important;
}
	@media (max-width: 1120px) {
.header.header-three .header-nav .main-nav{
			display: -webkit-box !important; 		
		}
}
@media (max-width: 1120px) {
.doccure-layout-four .details-btn{
		display:none !important
 	}
	@media (max-width: 1120px) {

    .header.header-three .header-nav .main-nav {
        display: -webkit-box !important;
    }

    .doccure-layout-four .details-btn {
        display: none !important;
    }

}
}
