@charset "UTF-8";
:root {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");
  --primary-clr: #00a8e1;
  --secondary-clr: #cc007a;
  --bg-lit: #f9fbff;
  --pm-txtclr: #828282;
  --clr-dark: #354860;
  --lit-border: 1px solid #ebebeb;
  --exl-border: 1px solid #c0c0c030;
  --lit-br-clr: #ebebeb;
  --primary-br-clr: #50c7ec;
  --lit-gray: #eff2f1;
  --med-gray: #646464;
  --pm-transition: 300ms all linear;
}

.ootb-tabcordion {
  padding: 1rem;
  margin: 1rem auto 4rem auto;
  border-radius: 3px;
}
.breadcrumb-item.active{    max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
  .smna a h2{    color: var(--pm-txtclr);
    font-size: 1.2rem;
    font-weight: 500;
    border-width: 2px;}
.ootb-tabcordion h3 {
  font-size: 1.3rem;
  color: var(--med-gray);
  font-weight: bold;
}
.ootb-tabcordion h4 {
  font-size: 1.1rem;
  color: var(--med-gray);
  font-weight: 600;
  padding-bottom: 0.5em;
}
.ootb-tabcordion ul {
  padding-left: 1.2em;
}

.irs-from, .irs-to, .irs-single {
  top: 30px;}
  .irs--round .irs-line {
  top: 15px;}
  .irs--round .irs-bar {
  top: 15px;}
  .irs--round .irs-handle {
  top: 9px !important;}
      .irs--round .irs-bar {
 background-color: #797979;
}

.irs--round .irs-handle {
background-color: #797979;
border-color: #797979;
box-shadow: none;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
 background-color: #797979;
}

.irs--round .irs-handle {
  width: 1px;
  height: 16px;
  top: 29px;
  border: 2px solid #D9D9D9;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
background-color: transparent;
color: #666666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
display: none;
}
.m-mig-dsa{background-image: url(../images/fc/fbanner.jpg);
  background-position: center left;
  background-size: cover;}
.gap10{gap:10px;}
.dsa .connect-btn {
  padding: 12px 13px !important;
  height: 45px !important;
  width: auto !important;
}
.ootb-tabcordion ul li {
  -webkit-transition: var(--pm-transition);
  transition: var(--pm-transition);
  font-size: 0.89rem;
  color: var(--med-gray);
}
.ootb-tabcordion ul li:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.ootb-tabcordion .spec-col:first-child .spec-box-wrapper {
  padding-left: 1rem;
}
.ootb-tabcordion .spec-col:not(:first-child) .spec-box-wrapper {
  max-width: 30ch;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ootb-tabcordion .spec-col:not(:first-child) .spec-box-wrapper {
    max-width: 40ch;
  }
}
.ootb-tabcordion .spec-col {
  padding-top: 3em;
}

#pdt-sec{    scroll-margin: 95px;}
@media (max-width: 991px) {
  .ootb-tabcordion .spec-col {
    padding-top: 1em;
  }
  #pdt-sec {
    scroll-margin: 20px;
}
}
.ootb-tabcordion .spec-col:not(:last-child) {
  border-right: var(--lit-border);
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--tabs {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry {
  min-height: 0;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry::before {
  display: none;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry .ootb-tabcordion--entry-content {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  border-bottom: var(--lit-border);
}

.ootb-tabcordion--tabs {
  opacity: 0;
  height: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
  border-bottom: var(--lit-border);
}
.ootb-tabcordion--tabs .tab {
  display: block;
  background: #fff;
  color: var(--pm-txtclr);
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 300;
  border: none;
  cursor: pointer;
}
.ootb-tabcordion--tabs .tab:hover, .ootb-tabcordion--tabs .tab:focus {
  outline: none;
}
.ootb-tabcordion--tabs .tab.is-active {
  border-bottom: 2px solid var(--clr-dark);
  color: var(--clr-dark);
}
.ootb-tabcordion--entry {
  overflow: hidden;
}
.ootb-tabcordion--entry::before {
  position: relative;
  content: attr(data-title);
  cursor: pointer;
  z-index: 1;
  padding: 0.5rem 1rem;
  display: block;
  border-radius: 3px;
  border-bottom: var(--lit-border);
}
.ootb-tabcordion--entry:hover, .ootb-tabcordion--entry:focus {
  outline: none;
}
.ootb-tabcordion--entry:hover::before, .ootb-tabcordion--entry:focus::before {
  color: var(--clr-dark);
}
.ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
  margin-top: 0;
  height: auto;
  opacity: 1;
  -webkit-transition: margin 400ms ease-out -100ms;
  transition: margin 400ms ease-out -100ms;
}
.ootb-tabcordion--entry.is-active::before {
  color: var(--clr-dark);
  border-bottom: 2px solid var(--clr-dark);
}
.ootb-tabcordion--entry.is-active:hover::before, .ootb-tabcordion--entry.is-active:focus::before {
  color: var(--clr-dark);
}

.ootb-tabcordion--entry-container {
  overflow: hidden;
  margin-bottom: 1px;
}

.ootb-tabcordion--entry-content {
  position: relative;
  margin-top: -100%;
  height: 0;
  opacity: 0;
  -webkit-transition: margin 500ms ease-in;
  transition: margin 500ms ease-in;
}
.ootb-tabcordion--entry-content a.more {
  color: #444;
}
.ootb-tabcordion--entry-content a.more:hover {
  color: #3bacff;
}

.border-b {
  border-bottom: var(--lit-border);
}

.breadcrumb {
  background-color: transparent;
}
@media (max-width: 768px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .breadcrumb .breadcrumb-item.active {
    font-size: 0.7rem;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: ">";
}

.sub-title {
  color: var(--clr-dark);
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sub-title {
    font-size: 1.4rem;
  }
}

.container-inner {
  width: 86%;
  margin: 0 auto;
}

.pr-title {
  font-size: 1.6rem;
  line-height: 1;
  color: #354860;
}

.txt-lit {
  color: #bfbfbf;
  font-size: 0.7rem;
}

.txt-dark {
  color: var(--clr-dark);
}

.border-med {
  border-radius: 51px;
}
@media (max-width: 768px) {
  .border-med {
    border-radius: 25px;
  }
}

.fw-500 {
  font-weight: 500;
}

.bg-lit-gray {
  background-color: var(--lit-gray);
}

.bg-lit {
  background-color: #f9fbff;
}

.pr-btn {
  padding: 1em 2em;
  font-size: 1rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
}
@media (max-width: 1280px) {
  .pr-btn {
    font-size: 0.8rem;
    padding: 0.5em 1em;
  }
}

.btn_blue-outline {
  border: 1px solid var(--primary-clr);
  color: var(--primary-clr);
  border-radius: 15px;
  -webkit-transition: 600ms all linear;
  transition: 600ms all linear;
}
.btn_blue-outline:hover {
  background-color: var(--primary-clr);
  color: #fff;
}

.btn_pink-outline {
  border: 1px solid var(--secondary-clr);
  color: var(--secondary-clr);
  border-radius: 15px;
  -webkit-transition: 600ms all linear;
  transition: 600ms all linear;
}
.btn_pink-outline:hover {
  background-color: var(--secondary-clr);
  color: #fff;
}

.yealink-wrapper {
  background-color: #fbfbfb;
}
.yealink-wrapper .product-details__cta {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .yealink-wrapper .product-details__cta {
    margin-top: 0.5em;
    text-align: center;
  }
}
.yealink-wrapper .product-details .pr-title {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .yealink-wrapper .product-details .pr-title {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {.dsa .connect-btn {
  padding: 7px 13px 12px 13px !important;}
}
@media (min-width: 1200px) {
  .product-box {
    padding-right: 3em;
  }
}
@media (max-width: 768px) {
  .product-box {
    margin-bottom: 2em;
  }
}
.product-box #main-slider img {
  width: 30em;
  height: 30em;
  padding: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-box #main-slider .splide__slide {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}
.product-box #thumbnail-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none !important;
  /* height: fit-content; */
}
.product-box #thumbnail-slider .splide__slide {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
}
.product-box #thumbnail-slider .splide__slide img {
  width: 100%;
}
.product-box #thumbnail-slider .splide__track {
  width: 100%;
  padding: 0.5em 0;
  margin-top: 0.5em;
}
.product-box #thumbnail-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      gap:10px;
}
.product-box .splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.product-box .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
          border: 1px solid #ddd;
}
#free-consult .form-group:has(.form-control.is-invalid):before {
  top: 35%;}
  #free-consult .form-group:has(.form-control.is-valid):after {
    top: 35%;}
#LoadList .sycpdt{height: 100%;}
#LoadList .sycpdt .weight500.text-newbl{line-height: 1.4;}
.gdhd{min-height: 102px;}
.lh1-5{line-height: 1.5;}

.product-details .pr-title {
  font-size: 1.6rem;
  line-height: 1;
  color: #354860;
}
.product-details .pr-use {
  font-size: 1.2rem;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 600px) {
  .product-details .pr-use {
    font-size: 0.8rem;
  }
}
.product-details .lit-green {
  color: #00d46f;
  font-weight: bold;
}
.product-details .product-details__main {
  color: var(--med-gray);
}
.product-details .product-details__main ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1em;
}
.product-details .product-details__main ul li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-details .product-details__main ul li small {
  color: var(--med-gray);
  font-size: 0.84rem;
}
.product-details .product-details__main ul li small:first-child {
  min-width: 10em;
  display: inline-block;
}
.product-details .product-details__desc h4, .product-details .product-details__desc .psts {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
}
.product-details .product-details__desc details summary {
  font-size: 0.8rem;
  color: var(--clr-dark);
  font-weight: 500;
}
.product-details .product-details__desc details p {
  font-size: 0.7rem;
}
.product-details .product-details__desc ul {
  padding-left: 1.1em;
}
.product-details .product-details__desc ul li {
  margin-bottom: 0.3em;
}
.product-details .product-details__desc ul li p {
  font-size: 0.84rem;
  margin-bottom: 0;
  color: var(--med-gray);
}
.product-details .product-details__desc ul li p span {
  font-weight: 600;
  font-size: 0.89rem;
}
.product-details .product-details__cta .btn {
  font-size: 0.8rem;
}

/* product quality secion */
.qualities__div {
  background-color: var(--bg-lit);
  border-radius: 25px;
  border: var(--exl-border);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3% 2%;
  row-gap: 1em;
}
.arrowhr  .fa-arrow-right{
  transition: transform 0.5s ease-in-out;}
.arrowhr:hover .fa-arrow-right{transform: rotate(90deg) translateX(-3px);
   }
@media (max-width: 768px) {
  .qualities__div {
    padding: 8% 7%;
    row-gap: 2em;
    width: 98%;
    margin: 0 auto;
  }
}
.qualities__div .qualities-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media (max-width: 768px) {
  .qualities__div .qualities-card {
    gap: 0.5em;
  }
}
.qualities__div .qualities-card .card-head {
  min-width: 4em;
}
@media (max-width: 1280px) {
  .qualities__div .qualities-card .card-head {
    min-width: 3em;
  }
}
@media (max-width: 768px) {
  .qualities__div .qualities-card .card-head {
    min-width: 2.5em;
  }
}
.qualities__div .qualities-card .card-head img {
  width: 4em;
  height: 4em;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .qualities__div .qualities-card .card-head img {
    width: 3em;
    height: 3em;
  }
}
@media (max-width: 768px) {
  .qualities__div .qualities-card .card-head img {
    width: 2.5em;
    height: 2.5em;
  }
}
.qualities__div .qualities-card .card-body {
  padding: 0;
}
.qualities__div .qualities-card .card-body h3 {
  font-size: 1.5rem;
  color: var(--clr-dark);
  /* max-width: 20ch; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  line-height: normal;
}
@media (max-width: 1280px) {
  .qualities__div .qualities-card .card-body h3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .qualities__div .qualities-card .card-body h3 {
    font-size: 0.8rem;
  }
}
@media (max-width: 1280px) {
  .qualities__div .qualities-card .card-body {
    padding: 0.5em;
  }
}
@media (max-width: 768px) {
  .qualities__div .qualities-card .card-body {
    padding: 0;
  }
}

/* product quality seciton end */
/* Package section start */
.package .productSwiper .swiper-pagination {
  position: relative;
  bottom: 0;
}
.package .productSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: gray;
}
.package__div {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.package-card {
  border: var(--exl-border);
  border-radius: 15px;
  -webkit-transition: var(--pm-transition);
  transition: var(--pm-transition);
}
.package-card .card-head .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 10em;
  border-bottom: 1px solid var(--lit-br-clr);
  width: 85%;
  margin: 0 auto;
  -webkit-transition: var(--pm-transition);
  transition: var(--pm-transition);
}
.package-card .card-head .img-box img {
  height: auto;
  width: 10em;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: var(--pm-transition);
  transition: var(--pm-transition);
}
.package-card .card-body {
  padding: 1em 0 0.5em 0;
  min-height: 4.2em;
}
.package-card .card-body h3,
.package-card .card-body .ptag {
  margin-bottom: 0px;
  text-align: center;
  font-size: 0.9rem;
  color: var(--med-gray);
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .package-card .card-body h3 {
    font-size: 0.8rem;
  }
}
.package-card:hover .card-head .img-box {
  width: 100%;
}
.package-card:hover .card-head .img-box img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Package section end */
/* features section start */
.features__wrap {
  background-color: var(--bg-lit);
  border: var(--exl-border);
}
.features__wrap h2 {
  padding: 1em 0 1.4em 0;
  margin-bottom: 0;
}
.features__div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2em;
  width: 80%;
  padding-bottom: 4em;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .features__div {
    width: 90%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding-bottom: 2em;
  }
}
.features .feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3em;
  border: var(--lit-border);
  border-radius: 15px;
  padding: 3em 2em;
  -webkit-transition: var(--pm-transition);
  transition: var(--pm-transition);
}
@media (max-width: 768px) {
  .features .feature-card {
    padding: 2em 1em;
  }
}
.features .feature-card__head {
  min-height: 8em;
}
.features .feature-card__head .icon-box {
  border: 1px solid var(--primary-br-clr);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6em;
  height: 6em;
}
.features .feature-card__head .icon-box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 3em;
  height: 3em;
}
.features .feature-card__body h3 {
  font-size: 1.2rem;
  color: var(--clr-dark);
  margin-bottom: 0;
  text-align: center;
}
.features .feature-card__footer {
  text-align: center;
}
.features .feature-card__footer p {
  max-width: 30ch;
  margin-bottom: 0;
}
.features .feature-card:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
}

/* features section end */
/* Product article section end */
.product-article .sub-title {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .product-article .sub-title {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.product-article__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-article__div .article-img .img-box img {
  width: 100%;
  height: auto;
}

/* Product article section end */
/* Cards Wrapper */
.cards-wrapper__bg {
  background-color: var(--bg-lit);
  padding-block: 4em;
}
.cards-wrapper__bg .sub-title {
  margin-bottom: 0;
}
.cards-wrapper p {
  font-size: 1.2rem;
}
.cards-wrapper__div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2em;
  margin: 0 auto;
}
.cards-wrapper .wrapper-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards-wrapper .wrapper-card__head {
  margin-bottom: 0.5em;
  min-height: 8em;
  background-color: var(--lit-br-clr);
  width: 100%;
  padding: 1em 0;
  border-radius: 15px;
}
.cards-wrapper .wrapper-card__head .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.cards-wrapper .wrapper-card__head .img-box img {
  width: 7em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: var(--pm-transition);
  transition: var(--pm-transition);
}
.cards-wrapper .wrapper-card__body h3 {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.cards-wrapper .wrapper-card:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/* Cards Wrapper */
/* product datasheet */
.pr-datasheet__div .nav-tabs .nav-link:hover, .pr-datasheet__div .nav-tabs .nav-link:focus {
  border-color: rgba(233, 236, 239, 0) rgba(233, 236, 239, 0) var(--clr-dark);
  border-width: 2px;
}
@media (max-width: 768px) {
  .pr-datasheet__div .nav-tabs .nav-link {
    border: var(--exl-border);
    border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(225, 225, 225, 0.78);
  }
}
.pr-datasheet__div .nav-tabs .nav-link.active, .pr-datasheet__div .nav-tabs .nav-item.show .nav-link {
  background-color: none !important;
}
.pr-datasheet__div .nav-tabs .nav-link.active, .pr-datasheet__div .nav-tabs .nav-item.show .nav-link {
  background-color: rgba(255, 255, 255, 0) !important;
}
.pr-datasheet__div .nav-tabs {
  position: relative;
}
@media (max-width: 768px) {
  .pr-datasheet__div .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pr-datasheet__div .nav-tabs .nav-item {
  margin-bottom: 0 !important;
}
.pr-datasheet__div .nav-tabs .nav-item .nav-link {
  color: var(--pm-txtclr);
  font-size: 1.2rem;
  font-weight: 500;
  border-width: 2px;
}
@media (max-width: 1366px) {
  .pr-datasheet__div .nav-tabs .nav-item .nav-link {
    font-size: 1rem;
  }
}
.pr-datasheet__div .nav-tabs .active {
  border-color: rgba(237, 47, 47, 0) transparent var(--clr-dark);
  border-width: 2px;
  color: var(--clr-dark) !important;
}
.pr-datasheet__div .nav-tabs .download-btn {
  position: absolute;
  right: 0;
  top: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .details_pages .smna a h2 {
    font-size: 12px !important;
}
  .pr-datasheet__div .nav-tabs .download-btn {
    top: -15%;
    padding: 0.5em 1em;
    border-radius: 10px;
  }
  .pr-datasheet__div .nav-tabs .download-btn a {
    font-size: 0.8rem;
  }
}
.pr-datasheet__div .nav-tabs .download-btn a {
  color: var(--pm-txtclr);
}
.pr-datasheet__div .nav-tabs .download-btn img {
  -webkit-transition: var(--pm-transition);
  transition: var(--pm-transition);
}
.pr-datasheet__div .nav-tabs .download-btn:hover a {
  color: var(--clr-dark);
}
.pr-datasheet__div .nav-tabs .download-btn:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}
.pr-datasheet__div .tab-content {
  border-bottom: var(--lit-border);
}
.pr-datasheet__div .tab-content__wrapper .spec-col:first-child .spec-box-wrapper {
  padding-left: 1rem;
}
.pr-datasheet__div .tab-content__wrapper .spec-col:not(:first-child) .spec-box-wrapper {
 padding: 0px 25px;
  margin: 0 auto;
}

.pr-datasheet__div .tab-content__wrapper > div {
  padding-top: 3em;
}
.pr-datasheet__div .tab-content__wrapper .spec-col:not(:last-child) {
  border-right: var(--lit-border);
}
.pr-datasheet__div .tab-content__wrapper h3 {
  font-size: 1.1rem;
  color: var(--med-gray);
  font-weight: 600;
   padding-bottom: 0.5em;
}
.pr-datasheet__div .tab-content__wrapper h4 {
  font-size: 1.1rem;
  color: var(--med-gray);
  font-weight: 600;
  padding-bottom: 0.5em;
}
.pr-datasheet__div .tab-content__wrapper ul {
  padding-left: 1.2em;
}
.pr-datasheet__div .tab-content__wrapper ul li {
  -webkit-transition: var(--pm-transition);
  transition: var(--pm-transition);
  font-size: 0.89rem;
  color: var(--med-gray);
}


/* product datasheet */
details {
  position: relative;
}

details summary {
  display: block;
  cursor: pointer;
}

details summary:focus {
  outline: none;
}

details[open] {
  display: block;
  padding-bottom: 25px;
  padding-top: 10px;
  -webkit-animation: open 0.5s linear;
          animation: open 0.5s linear;
}

details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0;
}

details #open {
  padding-left: 5px;
  text-align: middle;
}

details #open:after {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  content: "➤";
}

details[open] #open {
  display: none;
}

details #close {
  display: none;
}

details[open] #close {
  display: block;
  font-weight: bold;
}

::-webkit-details-marker {
  display: none;
}

details #close {
  -webkit-animation: close 0.5s linear;
          animation: close 0.5s linear;
}

@-webkit-keyframes open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.know-more {
  height: auto;
  word-wrap: break-word;
}

.moretext {
  display: none;
}

.less {
  color: red;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8rem;
  cursor: pointer;
}

.less:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
  display: inline-block;
  position: absolute;
  font-size: 1rem;
  top: 7%;
  right: -38%;
  font-family: cursive;
  height: 100%;
}

.more:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  display: inline-block;
  position: absolute;
  font-size: 1rem;
  top: 7%;
  right: -38%;
  font-family: cursive;
  height: 100%;
}

.more {
  position: relative;
  color: var(--clr-dark);
  font-size: 0.8rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
} /*# sourceMappingURL=yealink.css.map */
.sepuy {
  position: absolute;
  bottom: 55px;
  display: flex;
  gap: 55px;
  color: #fff;
}

.f14g {
  font-size: 14px;
  color: #BABABA;
}

.font--30 {
  font-size: 30px
}

.font--37 {
  font-size: 37px;
}

.spts {
  padding: 0px 60px;
}



.form_overlay {

  display: flex;
  flex-direction: column;
  justify-content: center;

  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 27px;
  background: rgb(203, 26, 126);
  background: -moz-linear-gradient(0deg, rgba(203, 26, 126, 1) 0%, rgba(0, 0, 0, 0.5186449579831933) 50%, rgba(0, 0, 0, 0.06486344537815125) 100%);
  background: -webkit-linear-gradient(0deg, rgba(203, 26, 126, 1) 0%, rgba(0, 0, 0, 0.5186449579831933) 50%, rgba(0, 0, 0, 0.06486344537815125) 100%);
  background: linear-gradient(0deg, rgba(203, 26, 126, 1) 0%, rgba(0, 0, 0, 0.5186449579831933) 50%, rgba(0, 0, 0, 0.06486344537815125) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb1a7e", endColorstr="#000000", GradientType=1);
}

.flver {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.btims {
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 20px;
}

.trans-blu-btn {
  border-radius: 12px;
  border: 1px solid #50C7EC;
  color: #50C7EC;
  background: #fff;
  padding: 10px 15px;
  font-size: 13px;
}

.cs_infield:focus-visible {
  outline: none;
}

#mgsConn:focus {
  border-color: #cccccc;
  box-shadow: none;
}

.cs_infield {
  border: 1px solid #cccccc;
  padding: 10px 15px;
  border-radius: 6px;
}

.pop-main-c {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.pop-left {
  box-shadow: 0px 0px 1px #e7e7e7;
  border-right: 1px solid #E7E7E7;
  background: #D9D9D920;
  border-radius: 30px;
}

.pop-rit .form-group label {
  font-size: 12px;
  line-height: 13px;
  color: #354860;
}

.cover-div {
  padding: 70px 80px 70px 80px;
  border-radius: 30px;
}
  .sec-man{padding-top:50px}
  .sec-man:not(:nth-child(1)){padding-top:30px}
 .synology_sert .connect-btn{padding: 12px 20px !important;    width: auto !important;}
  .synology_sert .redbtn {
  border: 1px solid #CB1A7E;}
  .pdt_ul{    padding-left: 20px;}
  .pdt_ul li{
      font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
  .ptc-50{padding-top:50px;}
  .synology_sert .tab-main-sof li>a {
  border-radius: 14px !important;}
  .synology_sert .tab-main-sof{    background: #fff;
      border-radius: 14px !important;
      margin: initial;}
      .pdt-ti{
font-size: 20px;
font-weight: 500;
line-height: 22px;
color: #354860;
}
.pdt-ds{
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.015em;
color: #7E7E7E;}
.max-width767 { max-width: 767px;
margin: auto;}

@media (max-width: 450px) {
  .form_overlay {
      padding-top: 25px;
  }

  .spts {
      padding: 0px 24px;
  }

  .font--30 {
      font-size: 20px;
  }

  .font--37 {
      font-size: 22px;
      line-height: 8px;
  }

  .f14g {
      line-height: 17px;
      margin-top: 15px;
  }

  .sepuy {
      position: absolute;
      display: flex;
      gap: 10px;
      color: #fff;
      margin-top: 10px;
  }

  .spts h2 {
      line-height: 22px;
  }
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

/* .form-control.is-valid {
  position: relative;
}

.form-control.is-valid:after {
  position: absolute;
  content: "\F26E";
  top: 0;
  right: 0;
  width: 2em;
  height: 2em;
  background-color: green;
  border-radius: 50%;
} */
.yealink-popup-form {
  .form-group {
      position: relative;

      .form-control {
          width: 90%;
      }
  }

  .form-group:not(:has(.form-control.is-valid)):after {
      /* Your default styles here */
      content: none;
      /* Hide the pseudo-element */
  }

  .form-group:has(.form-control.is-valid):after {
      /* Your styles here */
      position: absolute;
      content: "\2713";
      top: 58%;
      right: 0;
      width: 1.2em;
      height: 1.2em;
      background-color: #4BAE4F;
      border-radius: 50%;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.6rem;
      font-size: 0.8rem;
  }

  .form-group:has(.form-control.is-invalid):before {
      /* Your styles here */
      position: absolute;
      content: "\2715";
      top: 58%;
      right: 0;
      width: 1.2em;
      height: 1.2em;
      background-color: #FF4141;
      border-radius: 50%;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.6rem;
      font-size: 0.8rem;
  }

}

.model_contact_form {

  @media (max-width:768px) {
      .popup-product {
          width: 40%;
          max-height: 7em;
          object-fit: contain;
      }

      .modal-dialog {
          width: 85%;
          margin: 0 auto;
          padding-right: 0;
      }

      .form-group {
          position: relative;

          .form-control {
              width: 100%;
          }
      }.ic-cal{ right: 15px;}

      .form-group:has(.form-control.is-valid):after {
          /* Your styles here */

          right: 3%;

      }

      .form-group:has(.form-control.is-invalid):before {
          /* Your styles here */

          right: 3%;

      }
  }
}

@media (max-width:768px) {
  .pop-left {
      border-radius: 7px;
  }
}

.content-list {
  max-height: 135px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-bottom: .5em;

}



.content-list.more {
  max-height: 100%;
  /* Change max-height to 100% when showing more content */
}

.product-details .product-details__desc ul {
  padding-left: 1.2em;
}

.know-more {
  padding-left: 1.1em;
}


.form-control[readonly] {
  background-color: #e9ecef00;
  opacity: 1;
}

.form-control[readonly] {
  pointer-events: none;
}

.close-posi {
  z-index: 1;
  left: 14px;
  position: relative;
}
.colorblack{color: #354860 !important;}

.dsa .wc-100{ width: 100% !important;}
