@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
  --primary-color1: #ff7342;
  --primary-opcaity: #ff73421a;
  --primary-color2: #000000;
  --primary-opcaity2: #05559c1a;
  /* --primary-color3: #a044ff;
    --primary-opcaity3: #a044ff1a;
    --primary-color4: #ff7342;
    --primary-opcaity4: #27ae601a;
    --primary-color4-light: #F6FFFC;
    --primary-color5: #ff7342;
    --primary-opcaity5: #ff4c4c1a;
    --primary-color6: #0789c7;
    --primary-opcaity6: #2f80ed1a; */
  --text-color: #18212e;
  --text-color2: #676767;
  --text-color3: #afafaf;
  --text-light: #eeeeee;
  --light-bg: #025f5f0d;
  --dark--bg: #0a120f;
  --dark-bg: #0a120f;
  --white: #ffffff;
}

/* h1,h2,h3,h4,h5,h6 {
    font-family: 'Cuprum', sans-serif ;
} */
body {
  font-family: "Rubik", sans-serif !important;
}

html {
  font-size: 1rem;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 94%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 87%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 60%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 70%;
  }
}

@media (max-width: 200px) {
  html {
    font-size: 40%;
  }
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
  width: 100%;
}

/* header */
.header .header-top {
  background-color: var(--primary-color2);
  padding: 0.4rem;
}

.header .header-top ul li a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
}

.header .header-top ul li a i {
  font-size: 1rem;
}

.header .header-top ul li:nth-child(4) a {
  position: relative;
}

.header .header-top ul li:nth-child(4) a i {
  font-size: 1.25rem;
}

.header .header-top ul li:nth-child(4) a span {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-size: 0.625rem;
  background-color: #ff3b3b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header-top ul li:nth-child(5) a {
  position: relative;
}

.header .header-top ul li:nth-child(5) a i {
  font-size: 1.25rem;
}

.header .header-top ul li:nth-child(5) a span {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-size: 0.625rem;
  background-color: #ff3b3b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.header-main .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 600;
}

.header-main .nav-item.dropdown .nav-link.dropdown-toggle.show,
.header-main .nav-item.dropdown .nav-link.dropdown-toggle[aria-expanded="true"],
.header-main .nav-item.dropdown .nav-link.dropdown-toggle:focus {
  color: #000000;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.header-main .nav-item .dropdown-menu {
  border-radius: 2px;
  padding: 0;
}

.header-main .nav-item .dropdown-menu {
  border-radius: 2px;
  padding: 0;
}

.header-main .nav-item.dropdown:hover .dropdown-menu li a {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.header-main .nav-item .dropdown-menu .dropdown-item:hover,
.header-main .nav-item .dropdown-menu .dropdown-item:focus,
.header-main .nav-item .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #000000;
}

.pagination .page-item.active .page-link {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.pagination .page-link {
  color: #000000 !important;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.header-main .navbar-brand {
  width: 100%;
  max-width: 6rem;
}

.footer {
  background-color: #000000;
  padding: 2rem 0 1.5rem;
}

.footer .footer-menu .footer-title h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--white);
  position: relative;
  margin-bottom: 2rem;
  width: max-content;
}

.brand-img {
  width: 100%;
  max-width: 7rem;
}

.footer .footer-menu .footer-title h2::after {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  max-width: calc(100% - 30%);
  height: 3px;
  background-color: var(--primary-color1);
}

.footer .footer-menu p {
  color: var(--white);
}

.footer .footer-menu .social-icons li {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2b2b2b;
  border-radius: 50%;
}

.footer .footer-menu .social-icons li:hover {
  background-color: var(--primary-color1);
}

.footer .footer-menu .social-icons li i {
  color: var(--white);
  font-size: 1.125rem;
}

.footer .footer-menu .menu li {
  padding: 0.475rem 0;
}

.footer .footer-menu .menu li a {
  font-size: 1rem;
  color: var(--white);
  position: relative;
  padding-left: 1rem;
}

.footer .footer-menu .menu li a:hover {
  color: var(--primary-color1);
}

.footer .footer-menu .menu li a::before {
  font-size: 1rem;
  color: var(--white);
  position: absolute;
  content: "›";
  left: 0;
}

.footer-menu .post li a p {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.footer-menu .post li a:hover p {
  color: var(--primary-color1);
}

.footer-menu .post li a span {
  color: var(--text-color2);
  font-size: 0.875rem;
}

.footer-menu .contact li {
  padding: 0.475rem 0;
}

.footer-menu .contact li a {
  color: var(--white);
}

.copy-text {
  border-top: 1px solid var(--white);
  padding-top: 1rem;
}

.footer .copy-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.footer .copy-text p a {
  font-weight: 600;
}

.footer .copy-text p a:hover {
  color: var(--primary-color1);
}

.rating-img {
  width: 100%;
  max-width: 14rem;
}

.banner {
  background-image: url(../images/bnr-image-2.png.bv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 7.5rem 0;
}

.banner .content h1 {
  font-size: 2.75rem;
  font-weight: 400;
  color: var(--text-color2);
}

.banner .content h1 span {
  color: var(--primary-color1);
}

.banner .content h2 {
  color: var(--primary-color2);
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.banner .content a {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 600;
  background-color: var(--primary-color2);
  border-radius: 1.875rem;
  padding: 0.875rem 1.25rem;
}

.banner ul li {
  font-size: 1.25rem;
  font-weight: 500;
}

.banner ul li span {
  color: var(--primary-color1);
}

.banner .content {
  width: 100%;
  max-width: 50rem;
}

.world_class .world_content h2 {
  font-size: 2.875rem;
  font-weight: 400;
  color: var(--primary-color2);
}

.world_class .world_content p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color2);
}

.world_class .world-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.world_box-content {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.world_box-content h2 {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--white);
}

.world_box-content p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--white);
}

.world_box-content a {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 2rem;
  padding: 0.5rem 0.75rem;
}

.world_class .world-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}

.world_class .world-box img {
  object-fit: cover;
  transform: scale(1.5);
  height: 100%;
}

.hearing-cost h2 {
  font-size: 3rem;
  font-weight: 400;
  color: var(--primary-color2);
}

.hearing-cost p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--dark-bg);
}

.hearing-cost p a {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color1);
}

a.btn_colored {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--white);
  background-color: var(--primary-color2);
  border-radius: 2rem;
  padding: 0.875rem 0.875rem;
}

.certificates .certificate-title.asdlcaksdn .btn_colored {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--white);
  background-color: var(--primary-color1);
  border-radius: 2rem;
  padding: 0.875rem 0.875rem;
}

.hearing-img {
  border-radius: 1rem;
  overflow: hidden;
}

.three_steps {
  background-color: #f1f1f1;
  padding: 3rem 0;
}

.three_steps .three_step_content {
  margin-bottom: 3rem;
}

.three_steps .three_step_content h2 {
  font-size: 2.875rem;
  font-weight: 400;
  color: var(--primary-color2);
}

.three-step_img {
  border-radius: 2rem;
  overflow: hidden;
}

.thre-step-content ul li .icon {
  width: 100%;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color2);
  font-size: 1.5rem;
  font-weight: 600;
}

.thre-step-content ul li .icon-content h2 {
  color: var(--primary-color2);
  font-size: 1.5rem;
  font-weight: 600;
}

.thre-step-content ul li .icon-content p {
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 400;
}

.thre-step-content a {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
  background-color: var(--primary-color2);
  border-radius: 2rem;
  padding: 0.875rem 1.75rem;
}

.certificates {
  background-image: url(../images/certificates-background.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem 0 0.5rem;
}

.certificates .certificate-title {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.certificates .certificate-title.asdlcaksdn {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.certificates .certificate-title h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--white);
}

.certificates .slick-initialized .slick-slide {
  background-color: #b32532;
  color: #fff;
  margin: 0 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificates .slick-next,
.slick-prev {
  z-index: 5;
}

.certificates .slick-next {
  right: 0px;
}

.certificates .slick-prev {
  left: 0px;
}

.certificates .slick-next:before,
.certificates .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.Best_Hearing {
  background-image: url(../images/asdbackground.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0 0;
}

.Best_Hearing .title h2 {
  color: var(--white);
  font-size: 2.875rem;
}

.best_hering_box .iocn i {
  font-size: 3rem;
  color: var(--white);
}

.best_hering_box .contefx span {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
}

.best_hering_box .contefx p {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--white);
}

.range_device .title h2 {
  font-size: 2.875rem;
  font-weight: 400;
  color: var(--primary-color2);
}

.range_device-box .range_contetn h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
}

.range_device-box .range_contetn p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
}

.range_device-box .range_contetn a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color2);
  border: 1px solid var(--primary-color2);
  border-radius: 2rem;
  padding: 0.5rem 0.75rem;
}

.smart_hearing {
  background-image: url(../images/Widex-Moment.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 3rem 0;
}

.smart_hearing_img {
  padding: 2rem 0 3rem;
  border-bottom: 4px solid var(--white);
}

.smart_hearing_content h2 {
  font-size: 2.875rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 1rem;
}

.smart_hearing_content p {
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 2rem;
}

.smart_hearing_content a {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--white);
  background-color: var(--primary-color2);
  border-radius: 2rem;
  padding: 0.875rem 0.875rem;
}

.location_tag ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.location_tag ul li {
  margin: 0.5rem 0;
  border: 2px solid var(--primary-color2);
  border-radius: 2rem;
  width: 100%;
  max-width: calc(100% / 3 - 16px);
  padding: 0.75rem 0rem;
  text-align: center;
}

.location_tag ul li a {
  font-size: 1rem;
  padding: 0.75rem 2.875rem;
  font-weight: 500;
  width: 100%;
}

/* .location_tag ul li:nth-child(1),
.location_tag ul li:nth-child(2),
.location_tag ul li:nth-child(3),
.location_tag ul li:nth-child(4) {
  max-width: calc(100% / 4 - 16px);
} */


@media screen and (max-width:1200px) and (min-width:991px) {

  .location_tag ul li {
    max-width: calc(100% / 3 - 16px);
  }

  .location_tag ul li a {
    font-size: 0.875rem;
    padding: 0.75rem 1.875rem;
  }

  .location_tag ul li:nth-child(1),
  .location_tag ul li:nth-child(2),
  .location_tag ul li:nth-child(3),
  .location_tag ul li:nth-child(4) {
    max-width: calc(100% / 3 - 16px);
  }

  /* .banner{
  max-width: 45rem;
} */
}

@media screen and (max-width:991px) {
  .header-main {
    position: relative;
  }

  .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    position: fixed;
    top: 128px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    padding: 12px 16px;
  }

  .banner {
    padding: 6.5rem 0;
  }

  .banner .content h1 {
    font-size: 2rem;
  }

  .banner .content h2 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }

  .banner .content a {
    font-size: 1rem;
    border-radius: 1.75rem;
    padding: 0.75rem 1.25rem;
  }

  .banner ul li {
    font-size: 1.25rem;
  }

  .banner .content {
    width: 100%;
    max-width: 45rem;
  }

  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .location_tag ul li {
    max-width: calc(100% / 3 - 16px);
  }

  .location_tag ul li:nth-child(1),
  .location_tag ul li:nth-child(2),
  .location_tag ul li:nth-child(3),
  .location_tag ul li:nth-child(4) {
    max-width: calc(100% / 3 - 16px);
  }

  /* .banner {
  background-position: left;
} */
  .best_hering_box .iocn i {
    font-size: 2rem;
  }

  .banner {
    padding: 3rem 0;
  }

  .banner .content h1 {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }

  .banner .content h2 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .banner .content a {
    font-size: 1rem;
    border-radius: 1.75rem;
    padding: 0.75rem 1.25rem;
  }

  .banner ul li {
    font-size: 1rem;
  }

  .smart_hearing_content a {
    font-size: 1rem;
    padding: 0.75rem 0.75rem;
  }

  .thre-step-content a {
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
  }

  .banner .content {
    width: 100%;
    max-width: 30rem;
  }

  .header-top ul {
    justify-content: space-between !important;
  }

  .header-top ul li:nth-child(1) {
    display: none;
  }

  .world_class .world_content h2,
  .hearing-cost h2,
  .three_steps .three_step_content h2,
  .faq-title,
  .Authorised_Partner .content h2,
  .Think_About_Us .title h2,
  .smart_hearing_content h2,
  .range_device .title h2 {
    font-size: 2rem !important;
  }

  .certificates .certificate-title h2 {
    font-size: 1.75rem !important;
  }

  .banner .content p,
  .banner .content ul {
    display: none !important;
  }

  .Where_You_Can .ceont_img::after {
    right: 0;
  }
}

@media screen and (max-width:425px) {
  .location_tag ul li {
    max-width: calc(100% / 2 - 16px);
  }

  .location_tag ul li:nth-child(1),
  .location_tag ul li:nth-child(2),
  .location_tag ul li:nth-child(3),
  .location_tag ul li:nth-child(4) {
    max-width: calc(100% / 2 - 16px);
  }

  /* .banner {
  background-position: left;
} */
  .banner {
    padding: 1.5rem 0;
  }

  .banner .content h1 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .banner .content {
    max-width: 16rem;
  }

  .met-team-img>img {
    max-width: 100%;
    width: 100%;
    min-height: inherit !important;
    max-height: 274px;
    /* object-fit: cover; */
    /* border-radius: 10px; */
  }

  .met-team-shop {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)) !important;
  }
}

.Best_Audiologist .content h2 {
  font-size: 2.875rem;
  font-weight: 400;
  color: var(--primary-color2);
}

.Best_Audiologist .content p {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--dark-bg);
}



.Think_About_Us {
  background-color: #f1f1f1;
  padding: 2rem 0;
}

.Think_About_Us .title h2 {
  font-size: 2.875rem;
  font-weight: 400;
  color: var(--primary-color2);
}

.Think_About_Us .box-dpname h2 {
  padding: 2vh 0 3vh 0;
  color: #434c57;
  line-height: 1.3;
  font-size: 2.5rem;
  font-family: amaticSC;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.section-eight {
  padding: 40px 0 0px 0;
  position: relative;
}

.op-eight-section {
  position: relative;
}

.sec-eight-text-area {
  text-align: center;
  padding: 6rem 0 10rem;
}

.sec-eight-text-area img {
  padding: 2vh 0;
}

.sec-eight-text-area h1 {
  padding: 2vh 0 3vh 0;
  color: #434c57;
  line-height: 1.3;
  font-size: 40px;
  font-family: amaticSC;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.sec-eight-text-area p {
  padding: 2vh 0;
  font-size: 14px;
  line-height: 1.6;
  color: #434c57;
  font-family: mavenpro;
}

.section-eight .container-pe-quote {
  position: absolute;
  height: 100%;
  top: 0px;
  z-index: 1;
}

.section-eight .container-pe-quote.left {
  left: 0px;
}

.section-eight .container-pe-quote.right {
  right: 0px;
}

.section-eight .container-pe-quote .pp-quote {
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% 1px;
  -moz-transform-origin: 50% 1px;
  -ms-transform-origin: 50% 1px;
  -o-transform-origin: 50% 1px;
  transform-origin: 50% 1px;
  opacity: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.container-pe-quote .pp-quote img {
  overflow: hidden;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.section-eight .container-pe-quote .pp-quote:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% + 5px);
  width: calc(100% + 5px);
  border-radius: 100%;
  background-color: #7fb3e4;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.container-pe-quote .pp-quote:hover:after,
.container-pe-quote .pp-quote.active:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.section-eight .container-pe-quote .li-quote-1 {
  height: 104px;
  width: 104px;
  left: 15px;
  top: 95px;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-2 {
  height: 63px;
  width: 63px;
  left: 120px;
  top: 270px;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-3 {
  height: 64px;
  width: 64px;
  left: 68px;
  top: 380px;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-4 {
  height: 73px;
  width: 73px;
  right: -15px;
  top: 110px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-5 {
  height: 73px;
  width: 73px;
  right: 28px;
  top: 265px;
  animation-duration: 8s;
  -webkit-animation-duration: 8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-6 {
  height: 45px;
  width: 45px;
  right: 108px;
  top: 170px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-7 {
  height: 48px;
  width: 48px;
  right: 40px;
  top: 414px;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.section-eight .container-pe-quote .li-quote-8 {
  height: 63px;
  width: 63px;
  left: 20px;
  top: 250px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}

@keyframes floating {
  0% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

.section-eight .container-quote {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: 135px;
  -webkit-perspective: 10000px;
  -moz-perspective: 10000px;
  -ms-perspective: 10000px;
  perspective: 10000px;
}

.sec-eight-text-area img {
  width: 9rem;
}

.sec-eight-text-area .quote img {
  width: 5rem;
}

.section-eight .container-quote .quote {
  max-width: 520px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}

.section-eight .container-quote .quote.hide-bottom {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
  transform: translateX(-50%) translateY(100%) rotateX(-70deg);
}

.section-eight .container-quote .quote.hide-top {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
  transform: translateX(-50%) translateY(-100%) rotateX(70deg);
}

.section-eight .container-quote .quote.show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -moz-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -ms-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  -o-transform: translateX(-50%) translateY(0%) rotateX(0deg);
  transform: translateX(-50%) translateY(0%) rotateX(0deg);
}

.section-eight .container-dp-name {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: 225px;
  -webkit-perspective: 10000px;
  -moz-perspective: 10000px;
  -ms-perspective: 10000px;
  perspective: 10000px;
  text-align: center;
}

.section-eight .container-dp-name .box-dpname {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}

.section-eight .container-dp-name .box-dpname.hide-dp-bottom {
  opacity: 0;
  -webkit-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -moz-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -ms-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  -o-transform: translateX(0%) translateY(100%) rotateX(-70deg);
  transform: translateX(0%) translateY(100%) rotateX(-70deg);
}

.section-eight .container-dp-name .box-dpname.hide-dp-top {
  opacity: 0;
  -webkit-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -moz-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -ms-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  -o-transform: translateX(0%) translateY(-100%) rotateX(70deg);
  transform: translateX(0%) translateY(-100%) rotateX(70deg);
}

.section-eight .container-dp-name .box-dpname.look {
  opacity: 1;
  -webkit-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -moz-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -ms-transform: translateX(0%) translateY(0%) rotateX(0deg);
  -o-transform: translateX(0%) translateY(0%) rotateX(0deg);
  transform: translateX(0%) translateY(0%) rotateX(0deg);
}

@media screen and (max-width: 767px) {
  .sec-eight-text-area {
    padding: 10px 0 10px 0;
  }

  .section-eight .container-pe-quote {
    position: relative;
    height: 500px;
    top: 0px;
    z-index: 1;
    max-width: 300px;
    margin: -70px auto 0;
  }
}

@media screen and (max-width:576px) {
  .section-eight .col-md-3.col-sm-3.col-6 {
    order: -1;
  }
}

@media screen and (max-width: 480px) {
  .section-eight {
    position: relative;
  }

  .section-eight .bottom-ani-cs {
    position: absolute;
    top: 150px;
    right: 16px;
  }

  .section-eight .container-pe-quote .li-quote-2 {
    left: 60px;
    top: 270px;
  }

  .section-eight .container-pe-quote .li-quote-6 {
    right: 100px;
    top: 179px;
  }

  .section-eight .container-pe-quote .li-quote-8 {
    height: 43px;
    width: 43px;
    left: 0px;
    top: 220px;
  }

  .section-eight .container-pe-quote .li-quote-3 {
    left: 0;
  }

  .section-eight .container-quote {
    height: 205px;
    overflow: hidden;
    overflow-y: auto;
  }

  .sec-eight-text-area {
    padding: 10px 0 100px 0;
  }
}

.videos-reviews .vidoe_box iframe {
  border-radius: 0.5rem;
}



.faq-section {
  margin: 50px auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}

.certificates.sdfsd .row:nth-child(1) {
  border-bottom: 4px solid var(--white);
}

.certificates.sdfsd .sdfsd-img {
  border-radius: 1rem;
  overflow: hidden;
}

.Authorised_Partner .content h2 {
  font-size: 2.875rem;
  font-weight: 500;
  color: var(--primary-color2);
}

.Authorised_Partner .content h2 span {
  color: var(--primary-color1);
}

.Authorised_Partner .content p {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--dark--bg);
}

.world_class .hearing-cost ul li {
  font-size: 1rem;
  font-weight: 400;
}

.world_class .hearing-cost ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color1);
}

.clinic_appointment .appointment-box {
  background: #000000;
  padding: 30px;
  color: #fff;
  border-radius: 5px;
  position: relative;
}

.clinic_appointment .appointment-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.clinic_appointment .appointment-header i {
  font-size: 3.5rem;
  margin-right: 10px;
}

.clinic_appointment .appointment-header h4 {
  font-size: 2rem;
}

.clinic_appointment .appointment-box input,
.clinic_appointment .appointment-box textarea {
  background: #e9f0fa;
  border: none;
  border-radius: 3px;
  padding: 0.875rem;
}

.clinic_appointment .appointment-box textarea {
  resize: none;
}

.clinic_appointment .btn-orange {
  background: #ff6600;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.clinic_appointment .btn-orange:hover {
  background: #e55b00;
}

.clinic_appointment .clinic {
  background-color: var(--text-light);
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 1rem 0;
}

.clinic_appointment .clinic h2 {
  font-size: 2.875rem;
  font-weight: 600;
  color: var(--primary-color2);
}

.clinic_appointment .clinic p {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark-bg);
}


.Book_consolting {
  .top-banner {
    background: var(--primary-color2);
    color: #fff;
    padding: 20px;
  }

  .top-banner h5 {
    margin: 0;
  }

  .btn-orange {
    background-color: var(--primary-color1);
    color: #fff;
  }

  .btn-orange:hover {
    background-color: var(--primary-color1);
    color: #fff;
  }

  .section-title {
    color: var(--primary-color1);
    font-weight: bold;
  }

  .section-blue {
    background: var(--primary-color2);
    color: #fff;
    padding: 3rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .img-fluid {
    border-radius: 6px;
  }
}

.lr-content {
  background-color: #000000;
  background-image: url(../images/aud-hhh.jpg);
  background-size: cover;
  width: 100%;
  height: 1005;
  background-repeat: no-repeat;
  background-position: center;
}

.certificate-title ul li {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0.875rem 0;
}

.Audiometry_Tests {
  background-color: var(--dark-bg);
  padding: 2rem 0;
}

.Audiometry_Tests .title h2 {
  font-size: 2.875rem;
  font-weight: 500;
  color: var(--white);
}

.Audiometry_Tests .content ol li::marker {
  font-size: 2rem;
  color: #ffffff;
}

.Audiometry_Tests .content ol li h2 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--white);
}

.Audiometry_Tests .content ol li p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
}

.Audiometry_Tests .content ol li ul li {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
}

.three-step_img.sdavcsdvav {
  overflow: inherit;
}

.three-step_img.sdavcsdvav .img {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 2px 2px 4px var(--primary-color2);
  height: fit-content;
}

.three-step_img.sdavcsdvav .img:nth-child(1) {
  width: 65%;
}

.three-step_img.sdavcsdvav .img:nth-child(2) {
  width: 45%;
}

.met-contact-info-inner {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 10px;
  padding: 1.875rem 2rem 1.25rem;
}

.met-contactinfo h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: var(--primary-color2);
}

.met-contact-info-form {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.5rem 2.5rem 2.5rem;
}

.met-contact-info-form h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: var(--primary-color1);
}

.met-contactinfo-wr {
  margin-top: 2rem;
}

.met-contactinfo-flex {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.met-contactinfo-icon {
  background: var(--primary-color2);
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 0.475rem;
  padding: 0.612rem;
  text-align: center;
}

.met-contactinfo-icon svg {
  width: 1.25rem;
}

.met-contactinfo-icon svg,
.met-contactinfo-icon svg path {
  fill: var(--white);
}

.met-contactinfo-text h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--dark-bg);
}

.met-contactinfo-text p {
  font-size: 0.875rem;
}

.met-btn {
  min-width: 9rem;
  height: 2.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color1);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 1.875rem;
  margin: 0;
  text-transform: capitalize;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.met-custom-input {
  padding: 0.625rem 1rem 0.625rem 1rem;
  position: relative;
  height: 3.125rem !important;
  background-color: var(--white-color);
  display: block;
  width: 100%;
  line-height: 3.125rem;
  font-size: 1rem;
  letter-spacing: 0px;
  color: var(--title-color);
  font-weight: 500;
  border: 1px solid #ddd !important;
  border-radius: 6px;
}

.met-custom-textarea {
  width: 100%;
  line-height: 1.5;
  padding: 0.625rem 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  color: var(--title-color);
  background: var(--white-color);
  min-height: 7rem;
  border: 1px solid #dddddd !important;
  /* resize: none; */
}


.typeof_hearing_aid .title h2 {
  font-size: 2.875rem;
  font-weight: 500;
  color: var(--primary-color2);
}

.typeof_hearing_aid .type_box .type_img {
  border-radius: 1rem;
  overflow: hidden;
}

.typeof_hearing_aid .type_box h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-color2);
}

.type_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.typeof_hearing_aid .col-lg-2:nth-child(even) .type_img {
  order: 2;
}


.met-blog-page-wr .met-main-blog-inner {
  min-height: 180px;
  border-radius: 12px;
}

.met-blog-page-wr .met-main-blog-inner img {
  min-height: 180px;
}

.met-main-blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.met-blog-page-wr .met-main-blog h4 {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.met-blog-page-wr .met-main-blog p.met-para {
  margin: 8px 0;
  font-size: 14px;
}

.met-blog-wrapper {
  background-color: var(--white-color);
  position: relative;
  overflow: hidden;
}

.met-main-blog img {
  width: 100%;
}

.met-main-blog-inner {
  position: relative;
  overflow: hidden;
  min-height: 358px;
  border-radius: 12px;
}

.met-main-blog-inner img {
  width: 100%;
  object-fit: cover;
  border: none;
  outline: none;
  transition: all 0.3s;
  min-height: 358px;
}

.met-main-blog-inner:hover img {
  transform: scale(1.2);
}

.met-blog-img {
  position: relative;
  overflow: hidden;
  min-height: 110px;
  border-radius: 12px;
}

.met-blog-img img {
  width: 100%;
  object-fit: cover;
  border: none;
  outline: none;
  transition: all 0.3s;
  min-height: 110px;
}

.met-blog-img:hover img {
  transform: scale(1.2);
}

.met-main-blog h3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  color: var(--title-color);
}

.met-main-blog h3 span {
  color: var(--text-color);
}

.met-main-blog h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  margin-top: 15px;
  line-height: 1.4;
}

.met-main-blog p.met-para {
  margin-top: 15px;
}

.met-blog-slider-parent {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.met-blog-box {
  transition: all 0.3s;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 15px;
}

.met-blog-content {
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 0 0 20px 20px;
  border-top: 0;
  transition: all 0.3s;
}

.met-blog-content>h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  text-transform: capitalize;
}

.met-blog-content>p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.met-blog-content a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--primary-color);
}

.met-blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.met-blog-footer::before {
  content: '';
  width: 100%;
  height: 2px;
  box-shadow: 10px 10px 50px 0px #597F952E;
  background-color: #97B3C54D;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s;
}

.met-blog-content>p:nth-child(2) {
  padding-top: 15px;
}

.met-blog-footer p:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.met-blog-right .met-blog-contents h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}

.met-blog-right .met-blog-contents p.met-para {
  margin: 10px 0;
}

.met-blog-right .met-blog-contents h3 {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}

.met-blog-right .met-blog-contents h3 span {
  color: var(--text-color);
}

.met-sidebar .met-search-wr {
  position: relative;
  width: 300px;
}

.met-sidebar .met-search-wr input {
  background-color: var(--text-light);
  border-radius: 6px;
  padding: 10px 10px 10px 10px;
  height: 45px !important;
  /* border: 1px solid #ddd !important; */
  color: var(--text-color) !important;
  width: 190px;
  font-size: 14px;
}

.met-sidebar .met-search-wr .met-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6px;
  font-size: 14px;
  min-width: 100px;
}

.met-sidebar .met-main-heading {
  font-size: 20px;
  color: var(--primary-color2);
}

.met-product-nav ul li,
.met-categories-nav ul li {
  margin-bottom: 15px;
  position: relative;
}

.met-product-nav ul li a,
.met-categories-nav ul li a {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  text-transform: capitalize;
}

.met-product-nav ul li a:hover,
.met-categories-nav ul li a:hover {
  color: var(--primary-color1);
}

.met-product-nav ul li a span,
.met-categories-nav ul li a span {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-color);
}

.met-tagCloud-nav ul {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(98px, 1fr));
}

.met-tagCloud-nav ul li {
  margin-bottom: 0;
  position: relative;
}

.met-tagCloud-nav ul li a {
  color: var(--text-color);
  font-size: 12px;
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  justify-content: center;
  gap: 10px;
  border: 1px solid #EBEBEB;
  padding: 5px 8px;
  border-radius: 6px;
  background: var(--primary-color2);
}

.met-tagCloud-nav ul li:hover a {
  border: 1px solid var(--primary-color1);
}

.met-tagCloud-nav ul li a {
  color: var(--text-color);
  font-size: 12px;
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  justify-content: center;
  gap: 10px;
  border: 1px solid #EBEBEB;
  padding: 5px 8px;
  border-radius: 6px;
  background: var(--primary-opcaity2);
}


.cv-blog-single-box .cv-blog-data {
  padding: 21px 0px 0;
}

.cv-blog-single-box .cv-blog-data p {
  margin-bottom: 8px;
}

.cv-blog-flex {
  column-count: 2;
  column-gap: 30px;
  margin: 15px 0 22px;
}

.cv-blog-single-box .cv-blog-img img,
.cv-blog-flex img {
  border-radius: 10px;
}

.cv-blog-comment {
  padding-top: 51px;
}

.cv-comment-box {
  display: flex;
}

.cv-comment-img {
  width: 100px;
}

.cv-comment-img img {
  border-radius: 10px;
}

.cv-comment-text {
  width: calc(100% - 100px);
  padding-left: 20px;
}

.cv-comment-text h3 {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #545b6d;
}

.cv-comment-text p {
  margin-bottom: 5px;
}

.cv-cmnt-date {
  padding-left: 10px;
  color: #adb2be;
  font-size: 14px;
}

.cv-cmnt-date svg {
  width: 20px;
  fill: #adb2be;
  height: 20px;
  vertical-align: middle;
}

.cv-blog-comment ul li {
  list-style: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #d4f0ff;
  padding-bottom: 26px;
}

.cv-blog-comment ul li ul>li:first-child {
  padding-top: 30px;
  margin-top: 26px;
  border-top: 1px solid #d4f0ff;
}

.cv-blog-comment ul {
  padding: 0;
  margin: 0;
}

.cv-blog-comment ul li ul {
  margin-left: 50px;
}

.cv-blog-comment ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.cv-cmnt-reply svg {
  width: 14px;
  fill: #5ec8b2;
  margin-right: 5px;
  vertical-align: middle;
  transition: 0.3s;
}

.cv-blog-cmnt-reply {
  padding-top: 70px;
}

.cv-shop-tab .cv-blog-cmnt-reply {
  padding-top: 40px;
}

.cv-blog-cmnt-reply input,
.cv-blog-cmnt-reply textarea {
  margin-bottom: 20px;
}

.cv-blog-cmnt-reply textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #d4f0ff;
  padding: 10px 20px;
  border-radius: 10px;
  outline: none;
  resize: none;
}

.cv-search form input {
  border-radius: 30px 0px 0px 30px;
}

.cv-search form input {
  width: 100%;
  height: 50px !important;
  border: 1px solid #d4f0ff !important;
  padding: 0 20px;
  outline: none;
  background-color: inherit;
}

.cv-search form {
  display: flex;
}

.cv-search form .cv-btn {
  border-radius: 0px 30px 30px 0px;
  min-width: 120px;
}

.cv-btn {
  display: inline-block;
  min-width: 160px;
  height: 50px;
  line-height: 50px;
  background: #5ec8b2;
  color: #fff;
  text-transform: capitalize;
  outline: none;
  padding: 0 20px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-radius: 30px;
  transition: 0.3s;
}

.cv-product-category .cv-sidebar-title {
  margin-bottom: 16px;
}

.cv-sidebar-title {
  font-size: 25px;
  font-weight: 600;
  color: #5ec8b2;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.cv-product-filter ul li,
.cv-product-category ul li {
  margin-bottom: 15px;
  position: relative;
}

.cv-product-category ul li {
  list-style: none;
}

.cv-product-filter ul li a,
.cv-product-category ul li a {
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}

.cv-product-category ul li:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  top: 0px;
  bottom: 0;
  margin: auto 0 auto 8px;
  border-top: 1.5px solid #5ec8b2;
  border-right: 1.5px solid #5ec8b2;
  right: 0;
}

.cv-product-category a {
  color: #818899;
  transition: 0.3s;
  text-decoration: none;
}

.cv-widget {
  margin-bottom: 44px;
}

.cv-product-instagram ul li {
  display: inline-block;
  margin: 0 8px 12px 0px;
}

.cv-product-instagram ul li img {
  width: 100px;
  border-radius: 10px;
}

/* blog single end */


.cv-tag ul li {
  display: inline-block;
  margin: 0px 1px 5px 0px;
}

.cv-tag ul li a {
  padding: 0px 20px;
  border: 1px solid #d4f0ff;
  display: block;
  height: 40px;
  line-height: 39px;
  min-width: 80px;
  text-align: center;
  border-radius: 30px;
}


.cv-blog-cmnt-reply input,
.cv-blog-cmnt-reply textarea {
  margin-bottom: 20px;
}

.cv-blog-cmnt-reply input {
  width: 100%;
  height: 50px !important;
  border: 1px solid #d4f0ff !important;
  padding: 0 20px;
  border-radius: 30px;
  outline: none;
  background-color: inherit;
}

.cv-blog-title {
  margin: 12px 0;
  font-size: 22px;
  display: block;
  color: #242424;
}


.hearing_videos {
  background-attachment: fixed;
  background-image: url(../images/call-back-bg.jpg);
  padding: 3rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.hearing_videos::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #000000a1;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hearing_videos h2 {
  font-size: 2.875rem;
  font-weight: 500;
  color: var(--white);
}

.hearing_videos p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 3rem;
}

.hearing_videos a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  background-color: var(--primary-color1);
  padding: 0.875rem 1.5rem;
}


.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  z-index: 999;

}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.world_class.speech_therapy .row .col-lg-6:nth-child(3) {
  order: 1;
}

/* .world_class.speech_therapy .row .col-lg-6:nth-child(3) {
  order:  1;
} */
.speechtherapy {
  background-color: #f4f4f4;
  padding: 2rem 0;
}

.speechtherapy .speechtheray-content h2 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--primary-color2);
  position: relative;
  width: max-content;
  margin-bottom: 2rem;
}

.speechtherapy .speechtheray-content h2::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 100%;
  max-width: calc(100%/2);
  height: 3px;
  background-color: var(--primary-color1);

}

.speechtherapy .speechtheray-content .title h2::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  max-width: calc(100%/2);
  height: 3px;
  background-color: var(--primary-color1);

}

.speechtherapy .speechtheray-content p {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-color);
}

.speechtherapy .speechtheray-content .ionc {
  background-color: var(--primary-opcaity);
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.speechtherapy .speechtheray-content ul li {
  font-size: 1.125rem;
}

.speechtheray-content ul li {
  list-style-type: disc;
}

.speechtheray-content ul li::marker {
  color: var(--primary-color1);
  font-size: 1.5rem;
}

.main-prodcuct_img_box .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2rem;
}

.main-prodcuct_img_box .img_box img {
  transform: scale(1);
  transition: 2s;
}

.main-prodcuct_img_box .img_box:hover img {
  transform: scale(1.2);
}

.tab-roll .nav {
  border-bottom: 0;
  justify-content: center;
}

.tab-roll .nav .nav-link {
  border-radius: 1rem;
  background-color: inherit;
  border: none;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
}

.tab-roll .nav .nav-link.active {
  color: var(--primary-color1);
}

.typeof_hearing_aid.asdcasdc .title h2 {
  font-size: 1.875rem;
}

.typeof_hearing_aid.asdcasdc .title p {
  font-size: 1.125rem;
}

.typeof_hearing_aid.asdcasdc .type_box h3 {
  font-size: 1.125rem;
}

.typeof_hearing_aid.asdcasdc .col-lg-2 {
  width: 100%;
  max-width: calc(100%/5);
}

.certificates.asdcasdc .certificate-title.asdlcaksdn a {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 600;
  background-color: var(--primary-color1);
  border-radius: 1.875rem;
  padding: 0.875rem 1.25rem;
}


.Seamless_Sound {
  margin: 3rem 0;
}

.Seamless_Sound .sounf_img {
  width: 100%;
  max-width: calc(100%/1.5);
  margin: auto;
}

.Seamless_Sound .col-lg-4:nth-child(1) .sounf_img {
  position: relative;
}

.Seamless_Sound .col-lg-4:nth-child(1) .sounf_img img {
  transform: rotate(10deg);
  overflow: hidden;
  border-radius: 2rem;
}

.Seamless_Sound .col-lg-4:nth-child(1) .sounf_img::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: calc(100%/2);
  height: 110%;
  background-color: var(--primary-opcaity);
  border-radius: 1rem 0 0 1rem;
}

.Seamless_Sound .sounf_content h2 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--primary-color2);
}

.Seamless_Sound .sounf_content p {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text-color);
}

.wireless_connectivity {
  background-image: url(../images/blu-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 3rem 0;
}

.wireless_connectivity .wireless_connectivity_box .wrire_img {
  border-radius: 1rem;
  overflow: hidden;
}

.wireless_connectivity .wireless_connectivity_box .wrire_content {
  padding: 1rem;
}

.wireless_connectivity .wireless_connectivity_box .wrire_content h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 1rem;
}

.wireless_connectivity .wireless_connectivity_box .wrire_content p {
  font-size: 1.125rem;
  color: var(--white);
}

.choose_Ear_Solutions {
  padding: 3rem 0;
}

.choose_Ear_Solutions .title h2 {
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--text-color);
}

.choose_Ear_Solutions .title p {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text-color);
}

.choose_Ear_Solutions .home_free {
  border: 0.25rem solid var(--primary-color2);
  border-radius: 0 3rem;
  padding: 2rem 1rem;
  transition: 1s;
  height: 100%;
}

.choose_Ear_Solutions .home_free:hover {
  border: 0.25rem solid var(--primary-color1);
}

.choose_Ear_Solutions .home_free .ions {
  width: 100%;
  max-width: 150px;
  margin: auto;
  height: 150px;
}

.choose_Ear_Solutions .home_free .ions img {
  height: 100%;
  object-fit: contain;
}

.choose_Ear_Solutions .home_free h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-color2);
}

.choose_Ear_Solutions .home_free p {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text-color);
}

.fasdclasdc a.btn_colored {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 600;
  background-color: var(--primary-color1);
  border-radius: 1.875rem;
  padding: 0.875rem 1.25rem;
}

.choose_Ear_Solutions.asdcsdc .home_free {
  background-color: var(--primary-color2);
  border-color: var(--dark-bg);
}

.choose_Ear_Solutions.asdcsdc .home_free:hover {
  border-color: var(--white);
}

.choose_Ear_Solutions.asdcsdc .home_free h2 {
  color: var(--white);
}

.choose_Ear_Solutions.asdcsdc .home_free p {
  color: var(--white);
}




.top-features {
  .titleas h2 {
    font-size: 2.25rem;
    font-weight: 400;
    color: var(--primary-color2);
  }

  .circle-container {
    position: relative;
    width: 20em;
    height: 20em;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
    margin: 0;
    border: solid 2px #70D6FE;
    background-image: url(../images/asndnlcasndkc.webp);
    background-repeat: no-repeat;
    background-position: center;
  }

  .circle-container>* {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2em;
  }

  .circle-container>*:nth-of-type(1) {
    transform: rotate(0deg) translate(9.5em) rotate(0deg);
  }

  .circle-container>*:nth-of-type(2) {
    transform: rotate(45deg) translate(9.5em) rotate(-45deg);
  }

  .circle-container>*:nth-of-type(3) {
    transform: rotate(90deg) translate(9.5em) rotate(-90deg);
  }

  .circle-container>*:nth-of-type(4) {
    transform: rotate(135deg) translate(9.5em) rotate(-135deg);
  }

  .circle-container>*:nth-of-type(5) {
    transform: rotate(180deg) translate(9.5em) rotate(-180deg);
  }

  .circle-container>*:nth-of-type(6) {
    transform: rotate(225deg) translate(9.5em) rotate(-225deg);
  }

  .circle-container>*:nth-of-type(7) {
    transform: rotate(270deg) translate(9.5em) rotate(-270deg);
  }

  .circle-container>*:nth-of-type(8) {
    transform: rotate(315deg) translate(9.5em) rotate(-315deg);
  }

  .circle-container li.active a {
    box-shadow: 0 0 0 2px var(--primary-color1);
  }

  .circle-container a {
    display: block;
    border-radius: 50%;
    background: #FFF;
    height: 64px;
    width: 64px;
    font-size: 250%;
    overflow: hidden;
  }

  .circle-container i {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
  }

  .circle-container .active i {
    color: #F9A732;
  }

  .circle-container:before {
    content: "";
    position: absolute;
    z-index: 100;
    top: 50%;
    text-align: center;
    width: 70%;
    font-size: 27px;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 1;
    display: block;
    margin-top: -10px;
    font-family: "roboto", sans-serif;
    color: #FFF;
    font-weight: 300;
  }

  .services-container li {
    display: none;
  }

  .services-container li.active {
    display: block;
  }

  .service-item {
    background: rgba(255, 255, 255, 0.34);
    padding: 0;
    /* margin-top: 11.26%; */
    width: 100%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    line-break: auto;
  }

  .service-item .header {
    background: var(--primary-color2);
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
  }

  .service-item .body {
    padding: 20px 20px;
    color: var(--text-color);
  }

  .service-item .header .icon {
    float: left;
    display: table;
  }

  .service-item .header .icon i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    position: relative;
    top: -7px;
    left: -10px;
    display: table-cell;
    color: #fff;
    font-size: 200%;
    vertical-align: bottom;
    text-align: center;
  }

  .service-item .header h4 {
    margin: 0px;
    color: #FFF;
  }

  .service-item .footer {
    background: rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid var(--primary-color2);
  }

  .service-item .footer a.btn-1 {
    background-color: var(--primary-color2);
    color: var(--white);
  }

  .service-item .footer a.btn-2 {
    background-color: var(--primary-color1);
    color: var(--white);
  }

}

/* @media screen and (max-width: 480px) {
  .circle-container {
    transform: scale(0.5);
  }
} */
.g-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.Get_the_Best {
  background-image: url(../images/background_01.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.Get_the_Best .get_images {
  height: 475px;
}

.Get_the_Best .get_images img {
  height: 100%;
  object-fit: contain;
}

.Get_the_Best .content h2 {
  font-size: 2.875rem;
  font-weight: 400;
  color: var(--primary-color2);
}

.Get_the_Best .content p {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-color);
}

.Where_You_Can .content h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--primary-color2);
}

.Where_You_Can .content p {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text-color);
}

.Where_You_Can .ceont_img {
  position: relative;
  z-index: 0;
}

.Where_You_Can .ceont_img::after {
  position: absolute;
  content: "";
  right: -90px;
  transform: scaleX(-90%);
  top: 0;
  height: 100%;
  width: 100%;
  max-width: calc(100% - 32px);
  background-color: var(--primary-opcaity2);
  z-index: -1;

}

.Where_You_Can .ceont_img img {
  transform: scale(0.8);
}

.top-features.sdfsdfsdf {
  .circle-container>*:nth-of-type(1) {
    transform: rotate(-90deg) translate(9.5em) rotate(90deg);
  }

  .circle-container>*:nth-of-type(2) {
    transform: rotate(-18deg) translate(9.5em) rotate(19deg);
  }

  .circle-container>*:nth-of-type(3) {
    transform: rotate(54deg) translate(9.5em) rotate(-50deg);
  }

  .circle-container>*:nth-of-type(4) {
    transform: rotate(136deg) translate(9.5em) rotate(-136deg);
  }

  .circle-container>*:nth-of-type(5) {
    transform: rotate(197deg) translate(9.5em) rotate(-200deg);
  }
}

.certificates.asdcasdc.zsdcsdc {
  background-image: url(../images/background_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}

.certificates.asdcasdc.zsdcsdc::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a120f46;
  z-index: -1;
}

.sale-product {
  padding: 2rem 0;
  background-color: var(--primary-color2);
}

.sale-product .title h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--white);
}

.sale-product .hearing_det {
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem;
  background-color: var(--white);
}

.sale-product .hearing_det .img {
  border-radius: 1rem;
  overflow: hidden;
}

.sale-product .hearing_det h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-color1);
  margin-bottom: 1rem;
}

.sale-product .hearing_det a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  background-color: var(--primary-color1);
  border-radius: 2rem;
  padding: 0.4rem 1rem;

}

.three_steps.sdasdv {
  background-color: var(--primary-color2);
  padding: 3rem 0;
}

.three_steps.sdasdv .thre-step-content ul li .icon {
  border: 1px solid var(--white);
}


/* Section Background */
.services-section {
  background-color: var(--primary-opcaity2);
  color: #fff;
  padding: 80px 0;
  position: relative;
}

.services-section h2 {
  font-size: 3rem;
  font-weight: 500;
  color: var(--primary-color2);
}

.services-section p {
  max-width: 600px;
  margin: 15px auto;
  color: var(--text-color);
}

/* Card Styles */
.service-card {
  background: #fff;
  color: #333;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card h5 {
  font-weight: 700;
  color: #232224;
}

.service-card p {
  font-size: 15px;
  color: #555;
}

/* Small Icon Decoration */
.service-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #ff7a50;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}







/* page shop start */

.met-shop-page-wr {
  position: relative;
}

.met-shop-page-wr .met-team-heading {
  padding-left: 15px;
}

.met-team-shop {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}

.met-sidebar .met-search-wr {
  position: relative;
  width: 300px;
}

.met-sidebar .met-search-wr input {
  background-color: var(--bg-light-color);
  border-radius: 6px;
  padding: 10px 10px 10px 10px;
  height: 45px !important;
  /* border: 1px solid #ddd !important; */
  color: var(--title-color) !important;
  width: 190px;
  font-size: 14px;
}

.met-sidebar .met-search-wr .met-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6px;
  font-size: 14px;
  min-width: 100px;
}


.met-shop-page-wr .met-team-parent {
  padding-bottom: 0;
}

.met-shop-page-wr .met-team-heading .met-main-heading {
  color: var(--primary-color);
}

.met-shop-inner {
  width: calc(33.33% - 14px);
  margin: 0 7px 25px;
}

.met-product-nav ul li,
.met-categories-nav ul li {
  margin-bottom: 15px;
  position: relative;
}

.met-product-nav ul li a:hover,
.met-categories-nav ul li a:hover {
  color: var(--primary-color2);
}

.met-product-nav ul li a span,
.met-categories-nav ul li a span {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-color);
}

.met-tagCloud-nav ul {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
}

.met-tagCloud-nav ul li {
  margin-bottom: 0;
  position: relative;
}

.met-tagCloud-nav ul li a {
  color: var(--text-color);
  font-size: 12px;
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  justify-content: center;
  gap: 10px;
  border: 1px solid #EBEBEB;
  padding: 5px 8px;
  border-radius: 6px;
  background: var(--primary-opcaity2);
}

.met-tagCloud-nav ul li:hover a {
  border: 1px solid var(--primary-color2);
}

.met-instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
  gap: 10px;
}

.met-instagram-grid img {
  width: 65px;
  height: 65px;
  border-radius: 6px;
  object-fit: cover;
}

.met-product-active {
  color: var(--primary-color2) !important;
}

.met-product-active span {
  color: var(--primary-color2) !important;
}

/* page shop end */
/* page blog start  */

.met-blog-page-wr .met-main-blog-inner {
  min-height: 180px;
  border-radius: 12px;
}

.met-blog-page-wr .met-main-blog-inner img {
  min-height: 180px;
}

.met-main-blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.met-blog-page-wr .met-main-blog h4 {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.met-blog-page-wr .met-main-blog p.met-para {
  margin: 8px 0;
  font-size: 14px;
}

/* page blog end */
.met-about-wr {
  background: var(--white);
}

.met-about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.met-about-left img {
  border-radius: 12px;
}

ul.met-aboutlist {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 20px 20px 0;
  background: var(--primary-opcaity2);
  border-radius: 6px;
  border: 1px solid var(--primary-color2);
}

ul.met-aboutlist li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.met-about-right h3 {
  margin-bottom: 5px;
  font-size: 34px;
  line-height: 1.4;
  color: var(--title-color);
  font-weight: 700;
}

.met-about-right h5 {
  color: var(--primary-color2);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}

.met-about-right p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.4;
}

.met-about-inner .met-btn {
  max-width: 150px;
}

.padding-t-80px {
  padding-top: 80px;
}

.padding-b-80px {
  padding-bottom: 80px;
}


.met-team-box-inner:hover .met-team-social {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.met-team-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  margin: auto;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: auto;
}

.met-team-img:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(60, 188, 255, 0.47), rgba(166, 221, 250, 0.2));
  z-index: 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: 0.5s;
  width: 100%;
  border-radius: 10px;
}

.met-team-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.met-team-content .met-team-price p.met-para {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  padding: 0;
}

.met-team-content p {
  text-transform: capitalize;
  padding-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.met-team-content .met-team-price span {
  color: #222222;
  display: flex;
}

.met-team-img {
  position: relative;
}

.met-shop-page-wr .met-team-heading {
  padding-left: 15px;
}

.met-team-heading {
  padding-bottom: 50px;
}

.met-shop-page-wr .met-team-heading .met-main-heading {
  color: var(--primary-color2);
}

.met-team-heading .met-main-heading {
  padding-bottom: 0;
  max-width: 80%;
}

.met-main-heading {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.5;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.met-team-img>img {
  max-width: 100%;
  width: 100%;
  min-height: 274px;
  max-height: 274px;
  object-fit: cover;
  border-radius: 10px;
}

.met-team-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  margin: auto;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: auto;
}

.met-team-box:hover .met-team-img:after {
  transform: scaleY(1);
}

.met-team-img:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(60, 188, 255, 0.47), rgba(166, 221, 250, 0.2));
  z-index: 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: 0.5s;
  width: 100%;
  border-radius: 10px;
}

.met-team-box-inner:hover .met-team-social {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.met-team-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  text-align: left;
}

.met-team-box-inner {
  background-color: var(--white);
  border: 1px solid #EBEBEB;
  padding: 5px;
  text-align: center;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
}

.met-team-social>a {
  width: 40px;
  height: 40px;
  background-color: var(--text-color);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.met-team-social>a:hover {
  transform: translateY(-5px);
  background-color: var(--primary-color1);
}

.met-team-social>a img {
  object-fit: none;
}

.met-team-content .met-team-price span img {
  object-fit: none;

}

.met-section11-wrapper .container {
  position: relative;
}

.met-arrow {
  top: 25px;
  position: absolute;
  right: 0;
}

.swiper-button-prev {
  left: auto;
  right: 50px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--primary-color);
  box-shadow: 6px 6px 25px 0px #FFFFFF4D inset;

}

.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #797979;
  box-shadow: 0px 0px 50px 0px #27628333;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--primary-color1);
  box-shadow: 6px 6px 25px 0px #FFFFFF4D inset;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 7px;
}

.cv-pro-thumb-img {
  text-align: center;
  border: 1px solid #d4f0ff;
  padding: 30px;
  border-radius: 10px;
}


.cv-tag ul li {
  display: inline-block;
  margin: 0px 1px 5px 0px;
}

.cv-tag ul li a {
  padding: 0px 20px;
  border: 1px solid #d4f0ff;
  display: block;
  height: 40px;
  line-height: 39px;
  min-width: 80px;
  text-align: center;
  border-radius: 30px;
}


.cv-blog-cmnt-reply input,
.cv-blog-cmnt-reply textarea {
  margin-bottom: 20px;
}

.cv-blog-cmnt-reply input {
  width: 100%;
  height: 50px !important;
  border: 1px solid #d4f0ff !important;
  padding: 0 20px;
  border-radius: 30px;
  outline: none;
  background-color: inherit;
}

.cv-blog-title {
  margin: 12px 0;
  font-size: 22px;
  display: block;
  color: #242424;
}


.cv-prod-content .cv-price-title {
  margin: 0px 0 10px;
}

.cv-rating i {
  font-size: 14px;
  color: #050505;
}

.cv-prod-content .cv-pdoduct-price {
  margin-bottom: 5px;
}

.cv-rating {
  margin-bottom: 10px;
}

.cv-cart-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.cv-prod-count {
  display: flex;
}

.cv-prod-count .cv-cart-quantity {
  margin-right: 20px;
}

.cv-cart-quantity button {
  width: 25px;
  height: 25px;
  border: 1px solid #d4f0ff;
  border-radius: 4px;
  background: #fff;
  position: relative;
  outline: none;
  transition: 0.3s;
}

.cv-cart-quantity button:after,
.cv-cart-quantity button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #313233;
  margin: auto;
  width: 8px;
  height: 2px;
  transition: 0.3s;
}

.cv-cart-quantity button.cv-add:before {
  width: 2px;
  height: 8px;
}

.cv-cart-quantity input {
  width: 50px;
  border-radius: 4px;
  height: 35px !important;
  margin: auto 4px;
  padding: 0 5px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #d4f0ff !important;
  background-color: inherit;
}

.cv-pro-thumb-img {
  text-align: center;
  border: 1px solid #d4f0ff;
  padding: 30px;
  border-radius: 10px;
}

.cv-prod-category {
  margin-bottom: 5px;
}

.cv-prod-text {
  margin-top: 22px;
}

.cv-tab-content {
  margin-top: 22px;
}

.cv-shop-tab .nav-link {
  text-transform: capitalize;
  font-weight: 600;
  color: #818899;
  margin-right: 5px;
}

.cv-shop-tab .nav-link.active,
.cv-shop-tab .nav-link:focus,
.cv-shop-tab .nav-link:hover {
  border-color: #d4f0ff #d4f0ff transparent !important;
  color: #030303 !important;
  background-color: inherit;
}

.cv-shop-tab .nav-tabs {
  border-color: #d4f0ff;
}

.cv-tab-content p {
  margin-bottom: 0;
}

.cv-prod-text p {
  margin-bottom: 10px;
}

#cv-pro-review .cv-blog-comment {
  padding-top: 8px;
}

.cv-shop-tab {
  padding-top: 33px;
}


.met-cart-wrapper .met-last-order {
  max-width: 100%;
}

.met-last-order {
  max-width: 800px;
  margin: 30px auto;
  overflow-x: auto;
}

.met-last-order table {
  padding: 0;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  /* border: 1px solid #5ec8b24f; */
}

.met-last-order table thead tr {
  background-color: var(--primary-color2);
}

.met-last-order thead tr th:first-child {
  border-radius: 12px 0 0 0;
}

.met-last-order thead tr th {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
}

.met-last-order table tr th {
  padding: 20px 15px;
  font-size: 15px;
}


.met-last-order table tr td {
  border-bottom: 1px solid #EAEAF3;
}

.met-last-order table tr td {
  padding: 20px 15px;
  font-size: 15px;
  color: var(--text-color);
}

td.padding-tb-10px {
  padding: 10px 15px !important;
}

.met-cart-img img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.met-last-order table tr td {
  border-bottom: 1px solid #EAEAF3;
}

.met-last-order table tr td {
  padding: 20px 15px;
  font-size: 15px;
  color: var(--text-color);
}

.product_remove_icons a {
  position: relative;
}

.product_remove_icons a img {
  width: 12px;
}

.met-last-order table tr td {
  border-bottom: 1px solid #EAEAF3;
}

.met-last-order table tr td {
  padding: 20px 15px;
  font-size: 15px;
  color: var(--title-color);
}

.product_remove_icons {
  text-align: center;
}

.tooltip_icon {
  position: absolute;
  font-size: 12px;
  padding: 5px 5px;
  background-color: var(--text-color);
  color: var(--white);
  line-height: 10px;
  border-radius: 3px;
  top: -20px;
  margin-bottom: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  white-space: normal;
  min-width: -moz-fit-content;
  text-align: center;
  min-width: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.product_remove_icons a:hover .tooltip_icon {
  opacity: 1;
  visibility: visible;
}

.tooltip_icon:after {
  position: absolute;
  content: '';
  background-color: var(--text-color);
  bottom: 0px;
  left: 50%;
  width: 5px;
  height: 5px;
  color: var(--white);
  transform: translate(-50%, 50%) rotate(45deg);
}

.met-last-order .met-cart-btn {
  display: flex;
  justify-content: end;
}

.met-last-order .met-btn {
  min-width: 150px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color2);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 30px;
  margin: 0;
  text-transform: capitalize;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.met-cart-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.met-cart-quantity button {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 4px;
  background: transparent;
  position: relative;
  outline: none;
  transition: 0.3s;
}

.met-cart-quantity button:after,
.met-cart-quantity button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #5ec8b2;
  margin: auto;
  width: 8px;
  height: 2px;
  transition: 0.3s;
}

.met-cart-quantity input {
  border: none !important;
  width: 1.875rem;
  border-radius: 4px;
  height: 25px !important;
  margin: auto 4px;
  padding: 0 5px;
  text-align: center;
  line-height: 35px;
  background: var(--primary-opcaity2);
  color: var(--primary-color1) !important;
}

.met-cart-quantity button.met-add:before {
  width: 0.125rem;
  height: 0.5rem;
}

.met-cart-quantity input::-webkit-outer-spin-button,
.met-cart-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.met-cart-quantity input[type=number] {
  -moz-appearance: textfield;
}

.met-Checkout-ac-head form label {
  font-size: 0.875rem;
  font-weight: 400;
}

.met-Checkout-ac-head form h5 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color2);
  margin: 1rem 0;
}

.appointment-box.sdfsdf {
  background-color: #ffffff;
}

.appointment-box.sdfsdf .appointment-header h4 {
  color: var(--text-color);
}

.appointment-box.sdfsdf .appointment-header i {
  color: var(--text-color);
}



.top-features.asefdsgtjhmghn {
  .circle-container>*:nth-of-type(1) {
    transform: rotate(310deg) translate(9.5em) rotate(45deg);
  }

  .circle-container>*:nth-of-type(2) {
    transform: rotate(0deg) translate(9.5em) rotate(1deg);
  }

  .circle-container>*:nth-of-type(3) {
    transform: rotate(58deg) translate(9.5em) rotate(-60deg);
  }

  .circle-container>*:nth-of-type(4) {
    transform: rotate(125deg) translate(9.5em) rotate(-135deg);
  }

  .circle-container>*:nth-of-type(6) {
    transform: rotate(234deg) translate(9.5em) rotate(-225deg);
  }

  .circle-container {
    background-image: url(../images/con-icc.jpg);
    background-size: contain;
  }
}

.world_class.speech_therapy.sdvsf .row .col-lg-6:nth-child(6) {
  order: 1;
}

.world_class.speech_therapy.sdvsf {
  background-image: url(../images/medical-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.world_class.speech_therapy.sdvsf::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #05559c34;
  z-index: -1;
}

.smart_hearing .muffled {
  padding: 1rem;
}

.smart_hearing .muffled .muffled_img {
  width: 100%;
  max-width: 11rem;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.smart_hearing .muffled h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--primary-color2);
}

.hearing-img .asdfa {
  width: 100%;
  max-width: calc(100%/2 + 1.875rem);
}

.hearing-img .asdfa:nth-child(2) {
  margin-left: -4rem;
  margin-top: -4rem;
  z-index: -1;
}

.hearing-img {
  overflow: inherit;
}

.world_class.speech_therapy.adsf .hearing-cost h2 {
  font-size: 2.25rem;
}

.world_class.speech_therapy.adsf {
  margin-top: 6rem;
}


.hero {
  background: radial-gradient(1200px 500px at 10% -20%, #ffd7c6 0, transparent 60%),
    radial-gradient(900px 500px at 110% 10%, #ffe9d8 0, transparent 60%),
    linear-gradient(120deg, #fff 0%, #fff7f2 100%);
}

.badge-soft {
  background: rgba(255, 107, 44, .1);
  color: #ff6b2c;
  border: 1px dashed rgba(255, 107, 44, .35);
}

.soft-card {
  background: #fff;
  border: 1px solid rgba(34, 34, 51, .06);
  box-shadow: 0 10px 30px rgba(34, 34, 51, .06);
  transition: transform .2s ease, box-shadow .2s ease;
  border-radius: 1rem;
}

.soft-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(34, 34, 51, .12);
}

.soft-card h6 i {
  font-size: 2rem;
}

.icon-pill {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff3ec;
  color: #ff6b2c;
  border: 1px solid #ffd7c6;
}

.section-title .line {
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6b2c, #ff8f58);
  margin: .5rem auto 0;
}

.list-check li {
  margin-bottom: .5rem;
  padding-left: 1.75rem;
  position: relative;
}

.list-check li:before {
  content: "\f26e";
  /* bi-check2-circle */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: .1rem;
  color: #ff6b2c;
  font-size: 1.125rem;
}

.cta {
  background: linear-gradient(135deg, #ff6b2c 0%, #ff8f58 100%);
  color: #fff;
  border-radius: 1.25rem;
}
