.service-icon-box-section .service-icon-box-conent {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 40px -10px rgba(0, 2, 3, 0.1);
  padding: 20px;
  transition: all 0.4s;
}
.service-icon-box-conent:hover {
  transition: all 0.4s;
  scale: 1.02;
}
.service-icon-box-conent .icon-box-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.service-icon-box-conent .icon-box-head .box-icon {
  border-radius: 60px;
  background: #5e5eee;
  box-shadow: 0px 4px 40px -10px #5e5eee;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon-box-conent .icon-box-head .box-icon svg path {
  fill: #ffffff;
}
.service-icon-box-conent .icon-box-head .box-icon svg {
  height: 24px;
  width: auto;
}
.service-icon-box-conent .icon-box-head .box-icon i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.service-icon-box-conent .icon-box-head h3 {
  color: #101513;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}
.service-icon-box-conent p {
  color: #656378;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.023%;
  margin-bottom: 16px;
}
.service-icon-box-conent a.service-icon-box-link {
  display: flex;
  align-items: center;
  color: #101513;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  gap: 8px;
}

.service-icon-box-conent:hover a.service-icon-box-link {
  color: #5e5eee;
}

.service-two-icon-box-conent {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 30px 40px 0px rgba(148, 153, 170, 0.1);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s;
}
.service-two-icon-box-conent:hover {
  transition: all 0.4s;
  scale: 1.02;
}
.service-two-icon-box-conent .box-two-icon {
  border-radius: 75px;
  background: #5e5eee;
  box-shadow: 0px 15px 60px 0px rgba(94, 94, 238, 0.3);
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.service-two-icon-box-conent h3.sb-two-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%;
  margin-bottom: 14px;
}
.service-two-icon-box-conent p {
  color: #77817d;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.023%;
  margin-bottom: 14px;
}
.service-two-icon-box-conent .service-two-icon-box-link {
  color: #5e5eee;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150.023%;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.service-two-icon-box-conent .service-two-icon-box-link a {
  text-decoration-line: underline;
  color: #5e5eee;
  text-underline-offset: 4px;
}
.service-two-icon-box-conent .service-two-icon-box-link i {
  rotate: -45deg;
  font-size: 18px;
  margin-top: 3px;
}
.service-two-icon-box-conent .box-two-icon svg {
  width: 28px;
  height: auto;
}
.service-two-icon-box-conent .box-two-icon i {
  font-size: 28px;
  color: #ffffff;
}
.service-three-icon-box-conent {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 40px -10px rgba(0, 2, 3, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.service-three-icon-box-conent .box-three-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5e5eee;
  border-radius: 50px;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 15px;
}
.service-three-icon-box-conent h3.sb-three-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px;
}
.service-three-icon-box-conent p {
  color: #656378;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.023%;
  margin-bottom: 10px;
}
.service-three-icon-box-link a i {
  font-size: 20px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  background: #58cbf2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  rotate: -45deg;
  color: #ffffff;
  opacity: 0;
  transition: all 0.4s;
}
.service-three-icon-box-conent {
  position: relative;
  transition: all 0.4s;
}
.service-three-icon-box-link {
  position: absolute;
  bottom: -16px;
}
.service-three-icon-box-conent:hover {
  background: #5e5eee;
  transition: all 0.4s;
  scale: 1.02;
}
.service-three-icon-box-conent:hover .service-three-icon-box-link a i {
  opacity: 1;
}

.service-three-icon-box-conent:hover .box-three-icon {
  background: #ffffff;
  color: #101513;
}
.service-three-icon-box-conent:hover h3.sb-three-title,
.service-three-icon-box-conent:hover p {
  color: #ffffff;
}
.service-three-icon-box-conent .box-three-icon svg {
  width: 22px;
  height: auto;
}
.service-three-icon-box-conent .box-three-icon svg path {
  fill: #ffffff;
}
.service-three-icon-box-conent:hover .box-three-icon svg path {
  fill: #101513;
}
/* Slider */
.main-top-slider {
  overflow: hidden;
  border-radius: 20px;
}
.main-top-slider-item img {
  width: 100%;
  object-fit: cover;
}
.main-top-slider-item,
.main-top-slider-item img {
  position: relative;
  border-radius: 20px !important;
  background: lightgray -349.762px -6.947px / 175.464% 104.882% no-repeat;
  box-shadow: 0px 4px 40px -10px rgba(0, 2, 3, 0.1) !important;
}

.slide-arrow-left.slick-arrow:before {
  position: absolute;
  left: 30%;
  top: 55%;
  width: 27px;
  height: 14px;
  background: url(../images/large-left-arrow-white.svg) no-repeat scroll left
    center;
  background-size: cover;
  content: "";
  margin-top: -10px;
}
.slide-arrow-right.slick-arrow:before {
  position: absolute;
  left: 30%;
  top: 55%;
  width: 27px;
  height: 14px;
  background: url(../images/large-right-arrow.svg) no-repeat scroll left center;
  background-size: cover;
  content: "";
  margin-top: -10px;
}
.slide-arrow-right.slick-arrow {
  border-radius: 0px 20px 0px 0px;
}
.slide-arrow-left.slick-arrow {
  border-radius: 0px 0px 0px 20px;
}
.unevent-rev-inn {
  position: relative;
  background: #2ac28e;
  width: 260px;
  padding: 16px;
  border-radius: 10px;
}

.unevent-rev-inn .unevent-rev-star-fill {
  position: absolute;
  top: 16px;
  left: 16px;
}
.unevent-rev-star-line i,
.unevent-rev-star-fill i {
  color: #ffd600;
  font-size: 22px;
  letter-spacing: 6px;
}
.unevent-rev-inn h4.rev-title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 12px;
  margin-top: 14px;
}
.unevent-rev-inn p.rev-text {
  color: #ddfdf2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pricing-table-wrap {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 40px -10px rgba(0, 2, 3, 0.2);
}
.pricing-table-wrap .pricing-table-head {
  margin-bottom: 20px;
  padding-bottom: 3px;
}
.pricing-table-wrap.active {
  background: #5e5eee;
}
.pricing-table-wrap.active .pricing-table-head {
  border-radius: 20px;
  background: #4f4fd4;
  margin: -30px -30px 20px;
  padding: 30px 30px 3px;
}
.pricing-table-head h3.price-title {
  color: #101513;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.pricing-table-head p.price-desc {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #656378;
}
.pricing-table-head .plan-price {
  border-bottom: 1px solid #d3d2e1;
  margin-bottom: 16px;
  padding-bottom: 30px;
}
.pricing-table-wrap.active .pricing-table-head .plan-price {
  border-bottom: 1px solid #8f8fe9;
}
.pricing-table-head .plan-price span {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  color: #101513;
}

.pricing-table-head span.plan-package {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  color: #101513;
}

.pricing-features-content h4.features-title {
  color: #101513;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.pricing-features-content .features-list ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.pricing-features-content .features-list ul li {
  color: #101513;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.023%;
}
.pricing-features-content .features-list ul li:not(:last-child) {
  border-bottom: 1px solid #d3d2e1;
}
.pricing-table-wrap.active
  .pricing-features-content
  .features-list
  ul
  li:not(:last-child) {
  border-bottom: 1px solid #8f8fe9;
}

.pricing-features-content .features-list ul li {
  padding: 16px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-features-content .features-list ul li i {
  font-size: 20px;
  color: #101513;
}
.pricing-table-content .pricing-plan-btn a {
  border-radius: 10px;
  background: #5e5eee;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  padding: 16px;
}
.pricing-table-wrap.active .pricing-table-content .pricing-plan-btn a {
  background: #1b355e;
}
.pricing-table-content .pricing-plan-btn a:hover,
.pricing-table-wrap.active .pricing-table-content .pricing-plan-btn a:hover {
  background: #2ac28e;
}

.pricing-table-wrap.active .pricing-table-head h3.price-title,
.pricing-table-wrap.active .pricing-table-head .plan-price span,
.pricing-table-wrap.active .pricing-features-content h4.features-title,
.pricing-table-wrap.active .pricing-features-content .features-list ul li,
.pricing-table-wrap.active .pricing-features-content .features-list ul li i {
  color: #ffffff;
}
.pricing-table-wrap.active .pricing-table-head p.price-desc,
.pricing-table-wrap.active .pricing-table-head span.plan-package {
  color: #e5e5f0 !important;
}
.meditest-testimonials .nav-for-img,
.meditest-testimonials .nav-for-img img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px !important;
  cursor: pointer;
  transition: all 0.4s;
  object-fit: cover;
}
.meditest-testimonials .navfor-img-slide .slick-track {
  margin: 0 !important;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.meditest-testimonials .nav-for-img.slick-slide.slick-current,
.meditest-testimonials .nav-for-img.slick-slide.slick-current img,
.meditest-testimonials .nav-for-img.slick-slide.slick-current.slick-active,
.meditest-testimonials .nav-for-img.slick-slide.slick-current.slick-active img {
  scale: 1.15;
}

.meditest-testimonials .nav-for-img.slick-slide.slick-current img,
.meditest-testimonials .nav-for-img.slick-slide.slick-current.slick-active img {
  border: 4px solid #5e5eee;
}
.navfor-testimonial-content p {
  color: #656378;
  line-height: 25px;
}
.testi-ratings {
  margin-bottom: 20px;
}
.testi-ratings,
.testi-ratings-line {
  position: relative;
}
.testi-ratings-fill {
  position: absolute;
  top: 0;
  left: 0;
}
.testi-ratings i,
.testi-ratings-line i {
  color: #fdc332;
  font-size: 16px;
  margin-right: 4px;
}
.testi-patient-img,
.testi-patient-img img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover;
  border-radius: 50px !important;
}

.testimonial-arrow-right.slick-arrow:before {
  content: "\ef83";
  font-family: "icomoon";
}
.testimonial-arrow-left.slick-arrow:before {
  content: "\ef7f";
  font-family: "icomoon";
}
.navfor-testimonials-slide {
  position: relative;
}
.testimonial-arrow-left.slick-arrow,
.testimonial-arrow-right.slick-arrow {
  position: absolute;
  bottom: 10px;
  font-size: 20px;
  opacity: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: rgba(94, 94, 238, 0.2);
  z-index: 99;
  transition: all 0.4s;
}

.testimonial-arrow-right.slick-arrow {
  right: 0;
}
.testimonial-arrow-left.slick-arrow {
  right: 60px;
}
.testimonial-arrow-right.slick-arrow:hover,
.testimonial-arrow-left.slick-arrow:hover {
  background: #5e5eee;
  color: #ffffff;
}
.testi-patient-info {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row;
}
.navfor-img-slide {
  position: relative;
  margin-bottom: 40px;
}
.testi-patient-data h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.testi-patient-data p {
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.navfor-testimonials-slide-st-five .testi-patient-data h4,
.navfor-testimonials-slide-st-three .testi-patient-data h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.navfor-testimonials-slide-st-five .testi-patient-data p,
.navfor-testimonials-slide-st-three .testi-patient-data p {
  color: #656378;
}
.navfor-testimonials-slide-st-three .testi-patient-img,
.navfor-testimonials-slide-st-three .testi-patient-img img {
  width: 45px !important;
  height: 45px !important;
  object-fit: cover;
  border-radius: 10px !important;
}
.navfor-testimonials-slide-st-five .testi-patient-info,
.navfor-testimonials-slide-st-three .testi-patient-info {
  gap: 15px;
  margin-bottom: 20px;
}
.navfor-testimonials-slide-st-five .navfor-testimonial-content,
.navfor-testimonials-slide-st-three .navfor-testimonial-content {
  background: #fff;
  filter: drop-shadow(0px 4px 40px rgba(0, 2, 3, 0.1));
  border-radius: 15px;
  padding: 30px;
}
.navfor-testimonials-slide-st-five.slick-slider,
.navfor-testimonials-slide-st-three.slick-slider {
  margin: 0 -15px;
}
.navfor-testimonials-slide-st-five .slick-slide,
.navfor-testimonials-slide-st-three .slick-slide {
  margin: 45px 15px;
  transition: all 0.4s;
}

.navfor-testimonials-slide-st-three
  .navfor-testimonial-content.slick-slide.slick-current.slick-active.slick-center {
  background: #5e5eee;
  margin-top: 10px;
  transition: all 0.4s;
}
.navfor-testimonials-slide-st-five
  .navfor-testimonial-content.slick-slide.slick-current.slick-active.slick-center {
  background: #5e5eee;
  transition: all 0.4s;
}
.navfor-testimonials-slide-st-five
  .navfor-testimonial-content.slick-slide.slick-current.slick-active.slick-center
  .testi-patient-data
  h4,
.navfor-testimonials-slide-st-five
  .navfor-testimonial-content.slick-slide.slick-current.slick-active.slick-center
  p,
.navfor-testimonials-slide-st-three
  .navfor-testimonial-content.slick-slide.slick-current.slick-active.slick-center
  .testi-patient-data
  h4,
.navfor-testimonials-slide-st-three
  .navfor-testimonial-content.slick-slide.slick-current.slick-active.slick-center
  p {
  color: #ffffff;
}

.navfor-testimonials-slide-st-three .navfor-testimonial-content:before {
  content: "\ea5b";
  font-family: "icomoon";
  font-size: 60px;
  position: absolute;
  top: 30px;
  right: 15px;
  color: #efefef;
}

.navfor-testimonials-slide-st-five .navfor-testimonial-content:before {
  content: "\ea5b";
  font-family: "icomoon";
  font-size: 36px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #5e5eee;
}

ul.testi-slide-st-three-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
  margin-top: -10px;
}
ul.testi-slide-st-three-dots li button {
  background: #c2c2f6;
  width: 14px;
  height: 14px;
  font-size: 0;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}
ul.testi-slide-st-three-dots li.slick-active button {
  background: #5e5eee;
}
ul.testi-slide-st-three-dots li button:focus {
  outline: 0;
}
.navfor-img-slide:before {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 68px;
  height: 55px;
  background: url(../images/quote-icon.svg) no-repeat scroll left center;
  background-size: cover;
  content: "";
}

.navfor-testimonials-slide-st-two .testimonial-arrow-right.slick-arrow {
  right: auto;
  left: 60px;
  bottom: -70px;
}
.navfor-testimonials-slide-st-two .testimonial-arrow-left.slick-arrow {
  right: auto;
  left: 0;
  bottom: -70px;
}
.navfor-testimonials-slide-st-two .navfor-testimonial-content .testi-ratings {
  margin-bottom: 6px;
}
.navfor-testimonials-slide-st-four .testi-patient-info {
  flex-direction: column;
}
.navfor-testimonials-slide-st-four .testi-patient-img,
.navfor-testimonials-slide-st-four .testi-patient-img img {
  width: 150px !important;
  height: 150px !important;
  border-radius: 100% !important;
  box-shadow: 0px 30px 50px 0px rgba(154, 149, 149, 0.2) !important;
}
.navfor-testimonials-slide-st-four .testi-patient-data h4 {
  font-weight: 600;
  line-height: 150.023%;
}
.navfor-testimonials-slide-st-four .testi-patient-data p {
  margin-bottom: 20px;
}
.navfor-testimonials-slide-st-four .navfor-testimonial-content > p {
  color: #77817d;
  text-align: center;
  line-height: 160%;
}
.navfor-testimonials-slide-st-four ul.testi-slide-st-three-dots {
  margin-top: 27px;
}
.meditest-post-grid .grid-content-meta-uniq .custom-meta-date-bx,
.meditest-post-grid .grid-content-meta-uniq .cutom-comment-wrapper {
  color: #656378;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.meditest-post-grid .grid-content-meta-uniq .cutom-comment-wrapper {
  margin-bottom: 0px;
}
.custom-meta-date-bx i {
  margin-right: 5px;
  line-height: 0;
  font-size: 16px;
}

.meditest-post-grid .news-post-grid-content h3.post-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  word-wrap: break-word;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.meditest-post-grid .news-post-grid-content .post-excerpt-box p {
  line-height: 25px;
}
.meditest-post-grid .post-category-box.post-block-meta-cat {
  color: #656378;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.meditest-post-grid .post-meta-left-content .post-category-box a.news-cat_Name {
  margin-bottom: 0px !important;
}
.meditest-post-grid .post-meta-left-content h4.post-author-name {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.meditest-post-grid .post-meta-bottom-list-wrap .post-more-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.meditest-post-grid .post-meta-bottom-list-wrap .post-more-link a i {
  vertical-align: middle;
}
.post-block-item-one.post-block-col-one.meditest-post-grid {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 40px -10px rgba(0, 2, 3, 0.1);
  padding: 8px;
  border: 1px solid #ffffff;
}
.post-block-item-one.post-block-col-one.meditest-post-grid:hover {
  border: 1px solid #e5e5f0;
}
.meditest-post-grid .news-post-grid-content.grid-content-inner {
  padding: 0px 7px 7px !important;
}
.post-block-item-one.post-block-col-one.meditest-post-grid.pg_style_two {
  border: 0;
  padding: 0;
  box-shadow: none;
}
.meditest-post-grid.pg_style_two .grid-content-meta-uniq .custom-meta-date-bx {
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  border-right: 1px solid;
  padding-right: 8px;
}
.meditest-post-grid.pg_style_two .grid-content-meta-uniq .custom-meta-date-bx i,
.meditest-post-grid.pg_style_two h4.post-author-name a {
  color: #5e5eee;
}
.meditest-post-grid.pg_style_two h4.post-author-name {
  color: #77817d;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  text-transform: capitalize;
}
.meditest-post-grid.pg_style_two
  .news-post-grid-content.grid-content-inner.pg_two_content {
  width: 310px;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  box-shadow: 0px 30px 40px 0px rgba(148, 153, 170, 0.1);
  padding: 20px !important;
  margin: -60px auto 0;
  z-index: 99;
  position: relative;
}

.meditest-post-grid.pg_style_two
  .news-post-grid-content.grid-content-inner.pg_two_content.pg_content_three {
  width: 100%;
}
.meditest-post-grid.pg_style_two .grid-content-meta-uniq {
  margin-bottom: 9px;
}

.meditest-post-grid.pg_style_two .news-post-grid-content h3.post-title {
  color: #101513;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.team-box-slide-active.slick-slider,
.service-box-slide-active.slick-slider {
  margin: 0 -15px;
}
.team-box-slide-active .slick-slide,
.service-box-slide-active .slick-slide {
  padding: 45px 15px;
}
.service-box-slide-arrow-left.slick-arrow,
.service-box-slide-arrow-right.slick-arrow {
  position: absolute;
  top: auto;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 999;
  border-radius: 50px;
  background: rgba(94, 94, 238, 0.2);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.4s;
}
.service-box-slide-arrow-left.slick-arrow {
  margin-left: -30px;
}
.service-box-slide-arrow-right.slick-arrow {
  margin-left: 30px;
}
.service-box-slide-arrow-left.slick-arrow:hover,
.service-box-slide-arrow-right.slick-arrow:hover {
  background: #5e5eee;
  color: #ffffff;
  transition: all 0.4s;
}
.team-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: -60px;
  z-index: 99;
}
.team-box-img img {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  object-fit: cover;
}
.service-two-icon-box-conent.team-info {
  padding-top: 75px;
  border-radius: 50px;
}
.team-info-box-section:hover .service-two-icon-box-conent.team-info {
  background: #5e5eee;
}
.service-two-icon-box-conent.team-info h3.team-name {
  color: #101513;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.service-two-icon-box-conent.team-info p.designation {
  font-size: 14px;
}
.service-two-icon-box-conent.team-info p {
  font-size: 13px;
  line-height: 160%;
}
.team-info-box-section:hover
  .service-two-icon-box-conent
  .service-two-icon-box-link
  a,
.team-info-box-section:hover
  .service-two-icon-box-conent
  .service-two-icon-box-link,
.team-info-box-section:hover .service-two-icon-box-conent.team-info p,
.team-info-box-section:hover
  .service-two-icon-box-conent.team-info
  p.designation,
.team-info-box-section:hover
  .service-two-icon-box-conent.team-info
  h3.team-name {
  color: #ffffff;
}
.team-box-block-section {
  position: relative;
}
.team-box-block-section a.profile_url {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.team-box-block-content {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 40px -10px rgba(0, 2, 3, 0.1);
  padding: 8px;
  transition: all 0.4s;
}
.team-box-block-content .team-specilist-img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.team-specilist-img .team-sp-socials {
  position: absolute;
  bottom: -200px;
  right: 10px;
  transition: all 0.4s;
  opacity: 0;
  z-index: 9;
}
.team-sp-socials ul li a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 16px;
}
.team-sp-socials ul li a svg {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.team-box-block-content .team-specilist-img img {
  height: 270px !important;
  width: 100% !important;
  border-radius: 10px;
  object-fit: cover;
}
.team-sp-inner-info .team-specilist-info h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 6px;
}
.team-sp-inner-info .team-specilist-info p {
  color: #656378;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.team-box-block-content .team-sp-inner-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 10px 10px;
}
.team-sp-inner-info .social-share {
  width: 40px;
  height: 40px;
  background: #5e5eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.team-box-block-content .team-sp-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-box-block-section:hover .team-box-block-content {
  background: #5e5eee;
  transition: all 0.4s;
}
.team-box-block-section:hover .team-specilist-img .team-sp-socials {
  bottom: 0;
  transition: all 0.4s;
  opacity: 1;
}
.team-box-block-section:hover .team-sp-inner-info .team-specilist-info h3,
.team-box-block-section:hover .team-sp-inner-info .team-specilist-info p {
  color: #ffffff;
}
.team-box-block-section:hover .team-sp-inner-info .social-share {
  background: #ffffff;
  color: #101513;
}
.post-block-item-one.post-block-col-one.meditest-post-grid.pg_style_four {
  padding: 0;
}
.post-block-col-one.pg_style_four .news-post-grid-thumbnail {
  border-radius: 10px 10px 0px 0px;
}
.meditest-post-grid.pg_style_four .date-box-four {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  background: #5e5eee;
  width: 54px;
  height: 52px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-post-grid-content.grid-content-inner.pg_content_four a.news-cat_Name {
  border-radius: 5px;
  background: #efeffd;
  padding: 6px 25px;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 13px;
}
.news-post-grid-content.grid-content-inner.pg_content_four .post-excerpt-box p {
  color: #656378;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160.023%;
}
.post-more-link-pg-four a {
  border-radius: 30px;
  border: 1px solid #656378;
  display: inline-block;
  padding: 12px 30px;
  color: #101513;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.post-more-link-pg-four a i {
  font-size: 20px;
  font-weight: 700;
  vertical-align: text-bottom;
}
.post-more-link-pg-four a:hover {
  background: #5e5eee;
  border-color: #5e5eee;
  color: #ffffff;
}
.news-post-grid-content.grid-content-inner.pg_content_four {
  padding: 2px 20px 20px !important;
}
.news-post-grid-content.grid-content-inner.pg_content_four .post-excerpt-box {
  margin-bottom: 20px;
}

.meditest-faq-accordion button {
  width: 100%;
  padding: 14px 0px 14px 14px;
  color: #101513;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150.023%;
  text-align: start;
}
.meditest-faq-accordion .card {
  border: 0;
}
.meditest-faq-accordion .card-header {
  padding: 0;
  background: none;
  border-bottom: 1px solid #e8f0ff;
}
.card.shadow_bg .card-header {
  border: 0;
}
.card.shadow_bg {
  border-radius: 10px;
  background: #f8f8f8;
  margin-bottom: 15px;
}
.meditest-faq-accordion button.btn.btn-link {
  position: relative;
  white-space: normal;
}

.meditest-faq-accordion button.btn.btn-link:before {
  content: "\ef8d";
  font-family: "icomoon";
  position: absolute;
  right: 16px;
  font-size: 18px;
  transition: all 0.4s;
}
.meditest-faq-accordion button.btn.btn-link.collapsed:before {
  rotate: 180deg;
  transition: all 0.4s;
}
.meditest-faq-accordion .card-body {
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.doctor-profile-card-inner:hover img {
  scale: 1.1;
  transition: all 0.4s;
}
.doctor-profile-pic {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.doctor-profile-pic img {
  border-radius: 20px !important;
  transition: all 0.4s;
  width: 100%;
  object-fit: cover;
}
.doctor-profile-info {
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  box-shadow: -8px 30px 40px 0px rgba(148, 153, 170, 0.1);
  padding: 20px;
  margin-top: -48px;
  z-index: 99;
  position: relative;
  text-align: center;
}
.doctor-profile-info h4 {
  color: #101513;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.doctor-profile-info span {
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.doctor-personal-info-inner {
  border-radius: 20px;
  background: #fff;
  box-shadow: -8px 30px 40px 0px rgba(148, 153, 170, 0.1);
  padding: 30px;
}
.doctor-personal-info-inner h4.personal-ist {
  color: #101513;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150.023%;
  text-align: center;
  margin-bottom: 19px;
}
.doctor-personal-info-inner ul.dpi-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor-personal-info-inner ul.dpi-list li {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 10px;
}
.doctor-personal-info-inner ul.dpi-list li span:first-child {
  width: 80px;
}
.doctor-personal-info-inner ul.dpi-list li span.dpi-label {
  color: #101513;
}
.doctor-personal-info-inner ul.dpi-list li span.dpi-data {
  color: #77817d;
}
.dpi-social-profiles span {
  color: #101513;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dpi-social-profiles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dpi-social-profiles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.dpi-social_lists {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dpi-social_lists svg {
  width: 14px;
  height: 14px;
}
.dpi-social_lists a:hover svg {
  background: #5e5eee;
  color: #ffffff;
  fill: #ffffff;
}
.dpi-social_lists a {
  width: 30px;
  height: 30px;
  background: #e6efff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #5e5eee;
  font-size: 12px;
}
.dpi-social_lists a:hover {
  background: #5e5eee;
  color: #ffffff;
}

.doctor-skills-progress-bar-inner p.skill-title {
  color: #101513;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
}
.doctor-skills-progress-bar-inner .progress-circle-box p.circleChart_text {
  color: #101513 !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.mt_mod_search_form input.form-ctn-style {
  width: 100%;
  display: inline-block;
  height: 70px;
  padding: 30px 28px;
  line-height: 50px;
  background: #ffffff70;
  border-radius: 10px;
  border: none;
  color: #656378;
  box-shadow: -8px 1px 40px 0px rgba(148, 153, 170, 0.1);
}
.mt_mod_search_form input.mtmodsf-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  border-radius: 5px;
  background: #f70;
  padding: 11px 40px 11px 24px;
  height: 50px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.4s;
}
.custom-sf-inner .mt_mod_search_form:before {
  content: "\ea6c";
  font-size: 18px;
  font-family: "remixicon";
  position: absolute;
  top: 24px;
  right: 30px;
  z-index: 9;
  color: #ffffff;
  transition: all 0.4s;
  cursor: pointer;
}
.custom-sf-inner .mt_mod_search_form:hover:before {
  right: 25px;
  transition: all 0.4s;
  cursor: pointer;
  rotate: -45deg;
}

.waves-play-button {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.waves-play-button span {
  position: relative;
  z-index: 3;
  font-size: 32px;
  color: #5e5eee;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.waves-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.waves-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* Animated Shape CSS */
@-webkit-keyframes left-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-10px);
  }
}

@keyframes left-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-10px);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translatey(0);
  }

  100% {
    transform: translatey(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translatey(0);
  }

  100% {
    transform: translatey(-10px);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }

  50% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }

  75% {
    -webkit-transform: translate(-8px, 8px);
    transform: translate(-8px, 8px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }

  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }

  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.medi-anim_one {
  animation: movedelement 5s linear infinite;
}
.medi-anim_two {
  animation: movedelement2 5s linear infinite;
}
.medi-anim_three {
  animation: movedelement3 5s linear infinite;
}
.medi-anim_four {
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 1s;
}
.medi-anim_five {
  animation: alltuchtopdown 5s infinite;
  -webkit-animation: alltuchtopdown 5s infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 3s;
}
.medi-anim_six {
  animation: rotation 20s linear infinite;
}
.medi-anim_seven {
  -webkit-animation: up-down 1.5s infinite alternate;
  animation: up-down 1.5s infinite alternate;
}
.medi-anim_eight {
  -webkit-animation: left-right 1.5s infinite alternate;
  animation: left-right 1.5s infinite alternate;
}

.theme_sub_heading .sub_heading_content {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.sub_heading_content .sub_t_subheading {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}
.sub_heading_content .shb-icon {
  font-size: 12px;
  color: #5e5eee;
  line-height: 1;
}
.progress-circle-box {
  margin-bottom: 14px;
}
.meditest_appointment_form1 p {
  margin-bottom: 20px !important;
  display: block;
}
.meditest_appointment_form1 p input,
.meditest_appointment_form1 p select,
.meditest_appointment_form1 p textarea {
  color: #656378;
  border-radius: 10px;
  border: 1px solid #e5e5f0;
  padding: 12px 20px;
  height: initial !important;
}
.meditest_appointment_form1.appointment_page p input,
.meditest_appointment_form1.appointment_page p select,
.meditest_appointment_form1.appointment_page p textarea {
  border: 0;
  background: #f8f8f8;
}
.meditest_appointment_form1 p input[type="submit"]:hover {
  background: #2ac28e;
  color: #ffffff;
}
.meditest_appointment_form1 p input[type="submit"] {
  margin-bottom: 0;
  background: #5e5eee;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 16px 30px;
}
.meditest_appointment_form1.appointment_page p input[type="submit"] {
  background: #5e5eee;
  border-radius: 10px;
}
.meditest_appointment_form1.home2appointment span.wpcf7-spinner,
.meditest_appointment_form1.appointment_page span.wpcf7-spinner {
  position: absolute;
  top: 12px;
  right: 0;
}
.meditest_appointment_form1.appointment_page p input[type="submit"]:hover,
.meditest_appointment_form1 p input[type="submit"]:hover {
  background: #2ac28e;
}
.meditest_appointment_form1.home2appointment input[type="submit"] {
  background: #2ac28e;
  border-radius: 10px;
  border-color: #2ac28e;
  width: 100%;
}
.meditest_appointment_form1.home2appointment input[type="submit"]:hover {
  background: transparent;
  border-color: #ffffff;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0px !important;
}
.meditest-form-wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.meditest-form-wrap input.subscribe-mail {
  padding: 23px 130px 23px 55px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  background: transparent;
  border-radius: 15px;
  border: 1px solid #fff;
}
.meditest-form-wrap span.wpcf7-form-control-wrap {
  width: 100%;
}
.meditest-form-wrap input.subscribe-mail::placeholder {
  color: #ffffff !important;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.meditest-form-wrap i {
  position: absolute;
  left: 40px;
  top: 22px;
  color: #ffffff;
  font-size: 22px;
}
.meditest-form-wrap input[type="submit"] {
  position: absolute;
  top: 0;
  right: 14px;
  border-radius: 0px 15px 15px 0px;
  background: #fff;
  border: 0;
  padding: 22px 24px;
  color: #5e5eee;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.4s;
}
.meditest-form-wrap input[type="submit"]:hover {
  background: #2ac28e;
  color: #ffffff;
  transition: all 0.4s;
}
.meditest-form-wrap span.wpcf7-spinner {
  position: absolute;
  right: 0;
}
.wpcf7-response-output {
  font-size: 13px;
}
.meditest_sidebar_appointment p input,
.meditest_sidebar_appointment p textarea {
  border: none;
  padding: 8px 16px !important;
  border-radius: 10px;
}
.meditest_sidebar_appointment p select {
  height: 42px !important;
  background-image: none !important;
  color: #77817d;
  font-size: 14px;
  font-weight: 400;
}
.sidebar_appointment_btn p {
  margin: 0;
  text-align: center;
}
.sidebar_appointment_btn span.wpcf7-spinner {
  position: absolute;
  right: 0;
}
.sidebar_appointment_btn input[type="submit"] {
  border-radius: 10px !important;
  border: none !important;
  background: #5e5eee;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 10px 24px !important;
  display: inline-block;
  transition: all 0.4s;
}
.sidebar_appointment_btn input[type="submit"]:hover {
  background: #2ac28e;
  transition: all 0.4s;
}
.meditest_sidebar_appointment p input::placeholder,
.meditest_sidebar_appointment p textarea::placeholder {
  color: #77817d !important;
  font-size: 14px !important;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.meditest_doctor_profile_contact_form p input,
.meditest_doctor_profile_contact_form p textarea {
  background: #f8f8f8;
  margin-bottom: 20px;
  border: 0;
  border-radius: 10px;
  color: #77817d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 14px;
}
.meditest_doctor_profile_contact_form input[type="submit"] {
  margin: 0;
  background: #5e5eee;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 24px;
}
.meditest_doctor_profile_contact_form span.wpcf7-spinner {
  position: absolute;
  top: 15px;
}

.meditest_doctor_profile_contact_form .dpform_btn p {
  display: flex;
  justify-content: end;
}

.header-shop-signin-button a {
  border-radius: 10px;
  background: #5e5eee;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 25px;
  margin-left: 40px;
  transition: all 0.4s;
}
.header-shop-signin-button a:hover {
  background: #2ac28e;
  transition: all 0.4s;
}
.sub_heading_content .shb-icon {
  fill: #ff1b06;
  width: 16px;
}
