/* section heading */
.section-heading {
  padding: 0;
}

.section-heading h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 4px;
  background: #e16627;
  left: 50%;
  transform: translate(-50%);
  margin-top: 10px;
  border-radius: 5px;
}

.section-heading h1 {
  font-size: 36px;
  font-weight: 600;
  margin: auto;
  padding: 20px 0px;
  text-align: center;
  letter-spacing: 1px;
}

.section-heading p {
  color: #e16627;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  margin: 5px auto;
  font-weight: 500;
}

@media (max-width: 768px) {
  .section-heading h1 {
    font-size: 30px;
  }
}

/* hero section */
.hero-content {
  margin-bottom: 25px;
}

.main-img img {
  width: 90%;
}

.main-img {
  position: relative;
}

.small-laptop img {
  width: 330px;
}

.small-laptop {
  position: absolute;
  top: 54%;
  right: -126px;
  animation-name: positionAnimate;
  animation-duration: 3s;
}

@keyframes positionAnimate {
  0% {
    top: 54%;
    right: -126px;
  }

  25% {
    top: 50%;
    right: -126px;
  }

  50% {
    top: 50%;
    right: -156px;
  }

  75% {
    top: 54%;
    right: -156px;
  }

  100% {
    top: 54%;
    right: -126px;
  }
}

/* Responsive Hero */
@media (min-width: 1200px) and (max-width: 1443px) {
  .small-laptop {
    top: 42%;
    right: 0px;
    animation: none;
  }

  .small-laptop img {
    width: 310px;
  }

  .main-img img {
    width: 79%;
  }

  @keyframes widthAnimate {
    0% {
      width: 125px;
      left: 225px;
    }

    50% {
      width: 0px;
      left: 225px;
    }

    100% {
      width: 125px;
      left: 225px;
    }
  }
}

@media screen and (max-width: 1600px) {
  .main-img img {
    width: 81%;
    margin-bottom: 10px;
  }

  .small-laptop img {
    width: 290px;
  }

  .small-laptop {
    position: absolute;
    top: 52%;
    right: -55px;
    animation-name: positionAnimate;
    animation-duration: 4s;
  }

  @keyframes positionAnimate {
    0% {
      top: 52%;
      right: -46px;
    }

    25% {
      top: 52%;
      right: -66px;
    }

    50% {
      top: 48%;
      right: -66px;
    }

    75% {
      top: 48%;
      right: -46px;
    }

    100% {
      top: 52%;
      right: -46px;
    }
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .small-laptop img {
    width: 300px;
  }

  .small-laptop {
    position: absolute;
    top: 42%;
    right: 30px;
    animation: none;
  }

  @keyframes positionAnimate {
    0% {
      top: 40%;
      right: 180px;
    }

    25% {
      top: 40%;
      right: 160px;
    }

    50% {
      top: 48%;
      right: 160px;
    }

    75% {
      top: 48%;
      right: 180px;
    }

    100% {
      top: 40%;
      right: 180px;
    }
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .small-laptop {
    animation: 0s ease 0s 1 normal none running none;
    top: 40%;
    right: -30px;
  }

  .small-laptop {
    display: none;
  }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  .main-img img {
    width: 100%;
    margin-bottom: 10px;
  }

  .small-laptop img {
    width: 115px;
  }

  .small-laptop {
    position: absolute;
    top: 40%;
    right: 0px;
    animation: 0s ease 0s 1 normal none running none;
  }
}

@media (min-width: 1200px) and (max-width: 1441px) {
  .small-laptop {
    top: 52%;
    right: -52px;
    animation-name: positionAnimate;
    animation-duration: 4s;
  }

  @keyframes positionAnimate {
    0% {
      top: 52%;
      right: -52px;
    }

    25% {
      top: 52%;
      right: -72px;
    }

    50% {
      top: 48%;
      right: -72px;
    }

    75% {
      top: 48%;
      right: -52px;
    }

    100% {
      top: 52%;
      right: -52px;
    }
  }

  .small-laptop img {
    width: 265px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.Hero {
    height: 100%;
  }

  .small-laptop img {
    width: 300px;
  }

  .small-laptop {
    position: absolute;
    top: 42%;
    right: 30px;
    animation: none;
    display: none;
  }

  @keyframes positionAnimate {
    0% {
      top: 40%;
      right: 180px;
    }

    25% {
      top: 40%;
      right: 160px;
    }

    50% {
      top: 48%;
      right: 160px;
    }

    75% {
      top: 48%;
      right: 180px;
    }

    100% {
      top: 40%;
      right: 180px;
    }
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .small-laptop {
    animation: 0s ease 0s 1 normal none running none;
    top: 39%;
    right: -70px;
  }
}

@media only screen and (min-width: 280px) and (max-width: 768px) {
  .small-laptop img {
    width: 115px;
    display: none;
  }

  .small-laptop {
    position: absolute;
    top: 40%;
    right: 0px;
    animation: 0s ease 0s 1 normal none running none;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1441px) {
  .small-laptop {
    top: 57%;
    right: -25px;
    animation: none;
  }

  @keyframes widthAnimate {
    0% {
      width: 160px;
      left: 257px;
    }

    50% {
      width: 0px;
      left: 257px;
    }

    100% {
      width: 160px;
      left: 257px;
    }
  }
}
.common-btn {
  background: rgb(225, 102, 39);
  color: rgb(255, 255, 255);
  padding: 20px 0px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 35px;
  border: 2px solid rgb(225, 102, 39);
  width: 180px;
  margin: 15px 0px;
}

.common-btn:hover {
  background: rgb(95, 98, 102);
  transform: translateY(-5px);
}

.common-btn span i {
  transition: all 0.3s ease 0s;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 5px;
}

.common-btn:hover span i {
  transform: translateX(5px);
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  .common-btn {
    padding: 15px 0px;
    font-size: 14px;
    width: 155px;
  }
}
/* step process section */

.application-section {
  height: 450px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.application-section .line {
  height: 10px;
  width: 90%;
  border-top: 2px dotted rgb(0, 0, 0);
  margin: auto;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translate(0%, 100%);
}

.circle .inner-circle i {
  color: #fff !important;
  transition: 0.3s;
}

.circle .inner-circle i:hover {
  transform: scale(1.2);
}

.circle {
  position: absolute;
  top: 37%;
}

.back-circle {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.mid-circle {
  height: 120px;
  width: 120px;
  z-index: 2 !important;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 14px;
}

.circle-one .mid-circle {
  border-top: 2px dotted rgb(0, 0, 0) !important;
  border-left: 2px dotted rgb(0, 0, 0) !important;
}

.circle-two .mid-circle,
.circle-four .mid-circle,
.circle-six .mid-circle {
  border-top: 2px dotted rgb(0, 0, 0) !important;
}

.circle-three .mid-circle,
.circle-five .mid-circle {
  border-bottom: 2px dotted rgb(0, 0, 0) !important;
}

.circle-seven .mid-circle {
  border-top: 2px dotted rgb(0, 0, 0) !important;
  border-right: 2px dotted rgb(0, 0, 0) !important;
}

.inner-circle {
  height: 100px;
  width: 100px;
  z-index: 2 !important;
  background-color: rgb(173, 144, 202);
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-box {
  font-size: 2.3rem;
}

.application-section .circle-one {
  left: 0px;
}

.application-section .circle-two {
  left: 180px;
}

.application-section .circle-three {
  left: 390px;
}

.application-section .circle-four {
  left: 580px;
}

.application-section .circle-five {
  left: 770px;
}

.application-section .circle-six {
  left: 960px;
}

.application-section .circle-seven {
  left: 1150px;
}

.circle-one .back-circle,
.circle-four .back-circle,
.circle-seven .back-circle {
  background-color: #fedec7;
}

.circle-one .mid-circle,
.circle-four .mid-circle,
.circle-seven .mid-circle {
  background-color: #fedec7;
}

.circle-one .inner-circle,
.circle-four .inner-circle,
.circle-seven .inner-circle {
  background-color: #e16627;
}

.circle-two .mid-circle,
.circle-five .mid-circle {
  background-color: #ebf9fd;
}

.circle-two .back-circle,
.circle-five .back-circle {
  background-color: #ebf9fd;
}

.circle-two .inner-circle,
.circle-five .inner-circle {
  background-color: #29a9e1;
}

.circle-three .back-circle,
.circle-six .back-circle {
  background-color: #d9d9d9;
}

.circle-three .mid-circle,
.circle-six .mid-circle {
  background-color: #d9d9d9;
}

.circle-three .inner-circle,
.circle-six .inner-circle {
  background-color: #59595f;
}

.circle-two .circle-connector {
  height: 70px;
  width: 2px;
  border-left: 2px dotted black;
  position: absolute;
  top: -50px;
  left: 72px;
}

.circle-four .circle-connector {
  height: 70px;
  width: 2px;
  border-left: 2px dotted black;
  position: absolute;
  top: -50px;
  left: 72px;
}

.circle-six .circle-connector {
  height: 70px;
  width: 2px;
  border-left: 2px dotted black;
  position: absolute;
  top: -50px;
  left: 72px;
}

.circle-one .circle-connector {
  height: 70px;
  width: 2px;
  border-left: 2px dotted black;
  position: absolute;
  top: 130px;
  left: 72px;
}

.circle-three .circle-connector {
  height: 70px;
  width: 2px;
  border-left: 2px dotted black;
  position: absolute;
  top: 130px;
  left: 75px;
}

.circle-five .circle-connector {
  height: 70px;
  width: 2px;
  border-left: 2px dotted black;
  position: absolute;
  top: 130px;
  left: 72px;
}

.circle-seven .circle-connector {
  height: 70px;
  width: 2px;
  border-left: 2px dotted black;
  position: absolute;
  top: 130px;
  left: 75px;
}

.circle-one .circle-dot,
.circle-three .circle-dot,
.circle-five .circle-dot,
.circle-seven .circle-dot {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: white;
  border: 4px solid #2aa9e1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 180px;
  left: 60px;
}

.circle-two .circle-dot,
.circle-four .circle-dot,
.circle-six .circle-dot {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -52px;
  left: 60px;
}

.inner-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.circle-three .circle-text,
.circle-five .circle-text {
  position: absolute;
  top: 30px;
  text-align: center;
  width: 200px;
}

.circle-seven .circle-text {
  position: absolute;
  top: 30px;
  text-align: center;
  width: 200px;
}

.circle-two .circle-text,
.circle-four .circle-text,
.circle-six .circle-text {
  position: absolute;
  top: -50px;
  text-align: center;
  width: 200px;
}

.circle-one .circle-text {
  top: 210px;
  text-align: center;
  width: 200px;
  position: absolute;
  left: -20px;
}

.circle-one .process-number,
.circle-four .process-number,
.circle-seven .process-number {
  color: #e16627;
  font-size: 600 !important;
  font-weight: 700;
}

.circle-two .process-number,
.circle-five .process-number {
  color: #29a9e1;
  font-size: 600 !important;
  font-weight: 700;
}

.circle-three .process-number,
.circle-six .process-number {
  color: #59595f;
  font-size: 600 !important;
  font-weight: 700;
}

img.workflow-icon {
  width: 40px;
}

@media (max-width: 1500px) {
  .circle:nth-of-type(even) {
    position: absolute;
    top: 34%;
  }

  .circle:nth-of-type(odd) {
    position: absolute;
    top: 35%;
  }

  .application-section .circle-one {
    left: 0px;
  }

  .application-section .circle-two {
    left: 200px;
  }

  .application-section .circle-three {
    left: 400px;
  }

  .application-section .circle-four {
    left: 600px;
  }

  .application-section .circle-five {
    left: 800px;
  }

  .application-section .circle-six {
    left: 1000px;
  }

  .application-section .circle-seven {
    left: 1200px;
  }
}

@media (max-width: 1400px) {
  .circle:nth-of-type(even) {
    position: absolute;
    top: 34%;
  }

  .circle:nth-of-type(odd) {
    position: absolute;
    top: 35%;
  }

  .application-section .circle-one {
    left: 0px;
  }

  .application-section .circle-two {
    left: 160px;
  }

  .application-section .circle-three {
    left: 330px;
  }

  .application-section .circle-four {
    left: 500px;
  }

  .application-section .circle-five {
    left: 670px;
  }

  .application-section .circle-six {
    left: 830px;
  }

  .application-section .circle-seven {
    left: 1000px;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .application-section .circle-one {
    left: 0px;
  }

  .application-section .circle-two {
    left: 130px;
  }

  .application-section .circle-three {
    left: 260px;
  }

  .application-section .circle-four {
    left: 390px;
  }

  .application-section .circle-five {
    left: 520px;
  }

  .application-section .circle-six {
    left: 650px;
  }

  .application-section .circle-seven {
    left: 780px;
  }
}

@media (max-width: 1000px) {
  .circle-elements .circle-dot {
    border-color: #fff !important;
  }

  .circle-elements .circle-dot .inner-dot {
    background-color: transparent !important;
  }

  .application-section {
    flex-direction: column !important;
    display: flex;
    height: 100%;
  }

  .back-circle {
    position: relative;
  }

  .circle-one .mid-circle {
    border: 2px dotted rgb(0, 0, 0) !important;
  }

  .circle-seven .mid-circle {
    border: 2px dotted rgb(0, 0, 0) !important;
  }

  .circle:nth-of-type(even) .mid-circle {
    border: 2px dotted rgb(0, 0, 0);
  }

  .circle:nth-of-type(odd) .mid-circle {
    border: 2px dotted rgb(0, 0, 0);
  }

  .circle {
    position: relative !important;
    margin: 10px;
  }

  .application-section .circle-five,
  .application-section .circle-four,
  .application-section .circle-one,
  .application-section .circle-two,
  .application-section .circle-three,
  .application-section .circle-six,
  .application-section .circle-seven {
    position: absolute;
    left: 0;
    top: 30%;
  }

  .circle-connector {
    display: none;
  }

  .circle-elements .circle-dot {
    position: absolute;
  }

  .circle-text {
    display: block;
  }

  .application-section .line {
    display: none;
  }

  .circle-three .circle-text,
  .circle-five .circle-text,
  .circle-seven .circle-text {
    position: absolute;
    top: -100px;
    left: 60px;
    width: 200px;
  }

  .circle-two .circle-text,
  .circle-four .circle-text,
  .circle-six .circle-text {
    position: absolute;
    top: 100px;
    left: 60px;
    width: 200px;
    font-size: 15px;
  }

  .circle-one .circle-text {
    top: 70px;
    left: 120px;
    width: 200px;
    position: absolute;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .application-section {
    flex-direction: column !important;
    display: flex;
    margin-top: 50px;
  }
}

@media (max-width: 500px) {
  .application-section {
    flex-direction: column !important;
    display: flex;
    margin-top: 0px;
  }

  .circle-three .circle-text,
  .circle-five .circle-text,
  .circle-seven .circle-text {
    position: absolute;
    top: -45px;
    left: -90px;
    width: 200px;
  }

  .circle-two .circle-text {
    position: absolute;
    top: 188px;
    left: -120px;
    width: 280px;
    font-size: 14px;
  }

  .circle-four .circle-text {
    position: absolute;
    top: 200px;
    left: -90px;
    width: 200px;
    font-size: 14px;
  }

  .circle-six .circle-text {
    position: absolute;
    top: 190px;
    left: -90px;
    width: 203px;
    font-size: 14px;
  }

  .circle-seven .circle-text {
    top: -48px;
    left: -75px;
    width: 160px;
    position: absolute;
    font-size: 14px;
  }

  .circle-one .circle-text {
    top: 150px;
    left: 10px;
    width: 125px;
    position: absolute;
    font-size: 14px;
  }

  .circle-elements .circle-dot {
    border-color: #fff !important;
  }

  .circle-elements .circle-dot .inner-dot {
    background-color: transparent !important;
  }
}

@media (max-width: 350px) {
  .application-section {
    flex-direction: column !important;
    display: flex;
    margin-top: 0px;
  }

  .circle-three .circle-text,
  .circle-five .circle-text,
  .circle-seven .circle-text {
    position: absolute;
    top: -40px;
    left: -90px;
    width: 200px;
    font-size: 13px;
  }

  .circle-two .circle-text {
    position: absolute;
    top: 188px;
    left: -120px;
    width: 260px;
    font-size: 13px;
  }

  .circle-four .circle-text {
    position: absolute;
    top: 200px;
    left: -90px;
    width: 200px;
    font-size: 13px;
  }

  .circle-six .circle-text {
    position: absolute;
    top: 190px;
    left: -90px;
    width: 220px;
    font-size: 13px;
  }

  .circle-seven .circle-text {
    top: -48px;
    left: -57px;
    width: 121px;
    position: absolute;
    font-size: 13px;
  }

  .circle-one .circle-text {
    top: 150px;
    left: 10px;
    width: 100px;
    position: absolute;
    font-size: 13px;
  }

  .circle-elements .circle-dot {
    border-color: #fff !important;
  }

  .circle-elements .circle-dot .inner-dot {
    background-color: transparent !important;
  }
}

/* ----------------------------------------Product slider --------------------------- */
:root {
  --bss-blue: #29a9e1;
  --bss-dark: #000000;
  --bss-orange: #e16627;
  --bss-gray: #999999;
}

.product-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-slider__images {
  width: 50%;
  padding: 0 2.5rem;
  position: relative;
}

.product-slider__images img {
  width: 100%;
  height: auto;
  animation: Appear 1s;
}

.p-slider-two__img {
  --size: 200px;
  height: var(--size);
  width: var(--size);
  overflow: hidden;
  animation: Appear 7s;
  background: #fff;
  padding: 20px;
  position: absolute;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.p-slider-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-slider-two__img:hover {
  transform: scale(1.1);
}

.product-slider__img--two {
  height: 450px;
}

.p-slider-two__img:first-child {
  top: 0;
  left: 120px;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}

.p-slider-two__img:last-child {
  bottom: 0;
  right: 67px;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}

/* six round images preview */
.product-slider__img--five {
  height: 450px;
}

.ps-circle {
  --size: 440px;
  height: var(--size);
  width: var(--size);
  background-color: #e7f6fc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 50px;
}

.ps-circle::before {
  --size: 80%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--size);
  height: var(--size);
  background-color: #aee0f4;
  border-radius: 50%;
}

.ps-center__img {
  --size: 200px;
  z-index: 99999;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-center__img img {
  max-width: 100%;
  height: auto;
	animation: none;
}

.ps-round__images {
  position: absolute;
  top: -14%;
  left: -14%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.ps-round__img {
  --size: 110px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  padding: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 20px 20px 50px #808080;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ps-center__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ps-round__img {
  --n: 5;
  --a: calc((var(--i) - 0.5) * 360 / var(--n));
  --adeg: calc(var(--a) * 1deg - 90deg);
  transform: rotate(var(--adeg)) translate(-12em) rotatex(1deg) scaley(1)
    rotate(calc(-1 * var(--adeg)));
  --hue: calc(280 - var(--a));
  font-variant: small-caps;
}
.ps-round__img:nth-child(1) {
  --i: 0;
}
.ps-round__img:nth-child(2) {
  --i: 1;
}
.ps-round__img:nth-child(3) {
  --i: 2;
}
.ps-round__img:nth-child(4) {
  --i: 3;
}
.ps-round__img:nth-child(5) {
  --i: 4;
}

/* line */
.ps-round__indicators {
  position: absolute;
  top: -14%;
  left: -14%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.ps-round__indicator-line {
  border-left: 3px dotted #e16627;
  height: 170px;
  position: absolute;
}

.ps-round__indicator-line:nth-child(1) {
  top: 15%;
  left: 63%;
}
.ps-round__indicator-line:nth-child(2) {
  top: 35%;
  left: 95%;
  transform: rotate(65deg);
}

.ps-round__indicator-line:nth-child(3) {
  top: 70%;
  left: 80%;
  transform: rotate(-38deg);
}

.ps-round__indicator-line:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: rotate(33deg);
}
.ps-round__indicator-line:nth-child(5) {
  top: 39%;
  left: 40%;
  transform: rotate(119deg);
}

/* five images */
.product-slider__img--four {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.ps-four__img {
  --size: 150px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px,
    rgb(0 0 0 / 30%) 0px 18px 36px -18px;
}

.ps-four__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps-four__img:nth-child(1) {
  width: 70%;
  height: auto;
  margin: 0 auto;
  box-shadow: none;
  animation: PositionOpacityAnim 3s;
  display: block;
  margin-bottom: 30px;
}

.ps-four__img:nth-child(2) {
  animation: OpacityAnimation 6s;
}
.ps-four__img:nth-child(3) {
  animation: OpacityAnimation 9s;
}
.ps-four__img:nth-child(4) {
  animation: OpacityAnimation 12s;
}

/* content */
.product-slider__v-divider {
  min-height: 530px;
  width: 7px;
  background-color: #888;
  border-radius: 4px;
  margin: 5px 0;
  overflow: hidden;
  position: relative;
}

.product-slider__v-divider.active-anim::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #87ceeb;
  border-radius: 4px;
  animation: heightAnimate 11s;
}

.product-slider__list {
  width: 50%;
  padding: 0 2.5rem;
	z-index: 6;
}

.product-slider__list-title {
  font-size: 20px;
  color: var(--bss-gray);
  line-height: 1.2;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 700;
}
.product-slider-sm__item-title,
.product-slider__list-title:hover {
  color: var(--bss-blue);
}

.product-slider-sm__item-title span,
.product-slider__list-title:hover span {
  color: var(--bss-orange);
}

.product-slider__list-title:not(:last-child) {
  margin-bottom: 10px;
}

.product-slider__sub-list {
  display: none;
  list-style: none;
  font-size: 16px;
	padding: 0;
	margin-bottom: 5px;
  line-height: 1.5;
  color: var(--bss-text);
}

.product-slider__sub-list li {
  cursor: pointer;
}

/* active item */
.product-slider__list-item.active .product-slider__sub-list {
  display: block;
}

.product-slider__list-item.active .product-slider__list-title {
  color: var(--bss-blue);
	font-size: 23px;
}

.product-slider__list-item.active .product-slider__list-title span {
  color: var(--bss-orange);
}

.product-slider__navigators {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103%;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}

.product-slider__nav-btn {
  --size: 35px;
  outline: none;
  border: none;
  color: #fff;
  background-color: var(--bss-blue);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  font-size: 18px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.product-slider__nav-btn:hover {
  opacity: 1;
}

.product-slider__list-btn {
  background: rgb(225, 102, 39);
  color: rgb(255, 255, 255);
  padding: 20px 0px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
  border-radius: 35px;
  border: 2px solid rgb(225, 102, 39);
  min-width: 180px;
  margin: 24px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.product-slider__list-btn:hover {
  background: rgb(95, 98, 102);
  transform: translateY(-5px);
  color: #ffffff;
}

.product-slider__list-btn span {
  transition: all 0.3s ease 0s;
}

.product-slider__list-btn:hover span {
  transform: translateX(5px);
  display: inline-block;
}

/* js class */
.product-slider__img {
  display: none;
}

.p-slide-item.product-slider__img.active {
  display: block;
}

/* style fo small devices */
.product-slider-sm {
  display: none;
}

@media (max-width: 768px) {
  .product-slider-sm {
    display: block;
  }
	
.product-slider {
    display: none;
  }
}
.product-slider-sm__item-sublist {
  display: block;
  margin: 0;
}

.product-slider-sm__item-images {
  width: 100%;
  margin-bottom: 15px;
}

.product-slider-sm__item-btn {
  font-size: 15px;
  padding: 15px 20px;
  min-width: 150px;
}

/* sm images */
.product-slider-sm__item {
    margin-bottom: 30px;
}
.product-slider-sm__item-img--default {
  display: block;
}
.product-slider__images {
  padding: 0px 0.5rem;
}

.product-slider-sm__item-images--two {
  height: 370px;
  display: block;
  position: relative;
}

.product-slider-sm__item-images--two .p-slider-two__img {
  --size: 170px;
  height: var(--size);
  width: var(--size);
}

.product-slider-sm__item-images--two .p-slider-two__img:first-child {
  left: 10px;
}

.product-slider-sm__item-images--two .p-slider-two__img:last-child {
  right: 10px;
}

.product-slider-sm__item-images--five {
  display: block;
  height: auto;
}

.product-slider-sm__item-images--five .ps-circle {
  --size: 280px;
  height: var(--size);
  width: var(--size);
  margin: 0 auto;
}

.product-slider-sm__item-images--five .ps-round__images {
  width: 100%;
}

.product-slider-sm__item-images--five .ps-center__img {
  --size: 150px;
  width: var(--size);
  height: var(--size);
}

.product-slider-sm__item-images--five .ps-round__indicators {
  top: -14%;
  left: -14%;
}

.product-slider-sm__item-images--five .ps-round__img {
  --size: 80px;
  width: var(--size);
  height: var(--size);
  --n: 5;
  --a: calc((var(--i) - 0.5) * 360 / var(--n));
  --adeg: calc(var(--a) * 1deg - 90deg);
  transform: rotate(var(--adeg)) translate(-8em) rotatex(1deg) scaley(1)
    rotate(calc(-1 * var(--adeg)));
  --hue: calc(280 - var(--a));
}

.product-slider-sm__item-images--five .ps-round__indicator-line {
  height: 120px;
}

/* 4img */
.product-slider-sm__item-images--four {
    display: flex;
    flex-wrap: wrap;
}

.product-slider-sm__item-images--four .ps-four__img {
  --size: calc(80% / 3);
}

.product-slider-sm__item-images--four .ps-four__img:nth-child(1) {
  width: 90%;
}

/* animations */
@keyframes Appear {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes heightAnimate {
  0% {
    height: 0;
  }

  100% {
    height: 500px;
  }
}

@keyframes OpacityAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes PositionOpacityAnim {
  0% {
    opacity: 0.4;
    margin-top: -10px;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

/* ---- Common Button ---- */
.common-btn {
  background: rgb(225, 102, 39);
  color: rgb(255, 255, 255);
  padding: 20px 0px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 35px;
  border: 2px solid rgb(225, 102, 39);
  width: 180px;
  margin: 15px 0px;
}

.common-btn:hover {
  background: rgb(95, 98, 102);
  transform: translateY(-5px);
}

.common-btn span i {
  transition: all 0.3s ease 0s;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 5px;
}

.common-btn:hover span i {
  transform: translateX(5px);
}

/* Flexible Pricing Options */

.pricing {
  padding-bottom: 25px;
}

.pricing-card.p-card-2 h3 {
  color: rgb(255, 255, 255);
  padding: 8px 10px;
  font-size: 20px;
  display: inline-table;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.pricing-heading h4 {
  color: rgb(72, 167, 209);
  margin: 30px 0px;
  font-size: 20px;
  font-weight: 600;
}

.pricing-card {
  border-radius: 65px;
  text-align: center;
  width: 375px;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 15px;
}

.pricing-card ul li {
  list-style: none;
}

.pricing-card h2::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 93px;
  background: rgba(255, 255, 255, 0.5);
  right: 50%;
  bottom: -7px;
  transform: translate(50%);
  border-radius: 50%;
  box-shadow: rgba(255, 255, 255, 0.91) 0px 2px 14px 0px,
    rgb(255, 255, 255) 0px 0px 16px 0px;
}

.pricing-card.p-card-1 h2::after {
  background: rgb(39, 39, 39);
  box-shadow: rgb(35, 32, 32) 0px 2px 14px 0px,
    rgb(126, 125, 125) 0px 0px 16px 0px;
}

.pricing-card::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 485px;
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(50deg);
  box-shadow: rgb(255, 255, 255) 1px -5px 22px 1px;
}

.pricing-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-card h1 {
  font-weight: 600;
}

.pricing-card ul li {
  font-size: 16px;
  font-weight: 600;
}

.pricing-card.p-card-1 {
  height: 435px;
  background: rgb(127, 203, 236);
}

.pricing-card.p-card-1 h1,
.pricing-card.p-card-1 p,
.pricing-card.p-card-1 ul li,
.pricing-card.p-card-1 h2 {
  color: rgb(39, 39, 39);
  font-size: 14;
}

.pricing-card.p-card-3 {
  height: 435px;
  background: rgb(41, 169, 225);
}

.pricing-card.p-card-2 {
  background: rgb(225, 102, 39);
}

.pricing-card.p-card-2 button {
  background: rgb(41, 169, 225);
  padding: 15px 35px;
  width: 165px;
}

.pricing-card h1 {
  font-size: 40px;
  color: rgb(255, 255, 255);
}

.pricing-card p {
  color: rgb(255, 255, 255);
  font-weight: 700;
  position: relative;
  font-size: 16px;
}

.pricing-card h2 {
  font-size: 24px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  position: relative;
}

.pricing-card::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 485px;
  background: rgba(240, 201, 201, 0.25);
  transform: rotate(50deg);
  box-shadow: rgb(255, 255, 255) 1px -5px 22px 1px;
}

.pricing-card.p-card-1 h2::after {
  background: rgba(39, 39, 39, 0.5);
  box-shadow: rgb(35, 32, 32) 0px 2px 14px 0px,
    rgb(126, 125, 125) 0px 0px 16px 0px;
}

.pricing-card ul li {
  color: rgb(255, 255, 255);
  margin: 7px 0px;
  font-size: 16px;
}

.pricing-card button {
  background: rgb(225, 102, 39);
  color: rgb(255, 255, 255);
  border: none;
  padding: 15px 10px;
  margin-top: 10px;
  border-radius: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  width: 165px;
  transition: 0.3s;
}
.pricing-card button:hover {
  transform: scale(1.1);
}
.switch-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 70px;
}

.pricing-card__month {
  width: 100%;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}

.switch-one,
.switch-two {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch-one input,
.switch-two input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked.slider {
  background-color: #e16627;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
  background-color: #e16627;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#secondary_currency,
.year,
.dollar,
.dollar-yearly,
.euro-yearly {
  display: none;
}

/* Responsive - Flexible Pricing Options */
@media (min-width: 760px) and (max-width: 768px) {
  .pricing-content {
    flex-direction: row;
  }
  .pricing-card {
    border-radius: 35px;
  }
}

@media only screen and (min-width: 280px) and (max-width: 759px) {
  .pricing-content {
    flex-direction: column;
  }

  .pricing-card {
    border-radius: 30px;
    width: 260px;
    margin-bottom: 30px;
  }
}

/* steps circle */
/* Verifi3d Dictionary Circle Design */
.bim {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  position: relative;
}

.outer-bim-circle {
  height: 280px;
  width: 280px;
  background-color: #e16627;
  border-radius: 50%;
  position: relative;
}

.inner-bim-circle {
  height: 250px;
  width: 250px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  position: relative;
  top: 14px;
  left: 14px;
}

.bim-element-circle {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px-solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.discription ul li {
  list-style: none;
}

.open-bim-elements:nth-of-type(1) .bim-element-circle {
  background-color: #29a9e1;
}

.open-bim-elements:nth-of-type(2) .bim-element-circle {
  background-color: #e16627;
}

.open-bim-elements:nth-of-type(3) .bim-element-circle {
  background-color: #54595f;
}

.open-bim-elements:nth-of-type(4) .bim-element-circle {
  background-color: #39b54a;
}

.open-bim-elements:nth-of-type(5) .bim-element-circle {
  background-color: #47466b;
}

.open-bim-elements:nth-of-type(6) .bim-element-circle {
  background-color: #ffbd59;
}

.bim-element-circle img {
  height: 90%;
  /* width: 90%; */
  border-radius: 50%;
  padding: 10px;
}

.open-bim-elements:nth-of-type(1) {
  position: absolute;
  top: -40px;
  left: 90px;
}

.open-bim-elements:nth-of-type(2) {
  position: absolute;
  top: 40px;
  left: 210px;
}

.open-bim-elements:nth-of-type(3) {
  position: absolute;
  top: 160px;
  left: 205px;
}

.open-bim-elements:nth-of-type(4) {
  position: absolute;
  top: 210px;
  left: 90px;
}

.open-bim-elements:nth-of-type(5) {
  position: absolute;
  top: 165px;
  left: -20px;
}

.open-bim-elements:last-of-type {
  position: absolute;
  top: 40px;
  left: -40px;
}

.open-bim-elements {
  display: flex !important;
  flex-direction: row;
}

.open-bim-elements:nth-of-type(2) .bim-element-text,
.open-bim-elements:nth-of-type(3) .bim-element-text {
  position: absolute;
  left: 100px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-bim-elements:nth-of-type(5) .bim-element-text,
.open-bim-elements:nth-of-type(6) .bim-element-text {
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-bim-elements:nth-of-type(4) .bim-element-text {
  position: absolute;
  right: 30px;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-bim-elements:nth-of-type(1) .bim-element-text {
  position: absolute;
  left: 100px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-bim-elements:nth-of-type(1) .bim-element-text .bim-arrow img {
  position: absolute;
  left: -62px;
  top: -32px;
  display: flex;
  align-items: center;
  height: 70px;
  justify-content: center;
}

.open-bim-elements:nth-of-type(2) .bim-element-text .bim-arrow img {
  position: absolute;
  left: -62px;
  top: -20px;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: center;
}

.open-bim-elements:nth-of-type(3) .bim-element-text .bim-arrow img {
  position: absolute;
  left: -62px;
  top: -20px;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: center;
}

.open-bim-elements:nth-of-type(4) .bim-element-text .bim-arrow img {
  position: absolute;
  left: -41px;
  top: -10px;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: center;
  transform: scale(-1);
}

.open-bim-elements:nth-of-type(5) .bim-element-text .bim-arrow img,
.open-bim-elements:nth-of-type(6) .bim-element-text .bim-arrow img {
  position: absolute;
  left: -60px;
  top: -16px;
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: center;
  transform: scale(-1);
}

.bim-text-number {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.open-bim-elements:nth-of-type(1) .bim-element-text .bim-text .bim-text-number {
  background-color: #29a9e1;
}

.open-bim-elements:nth-of-type(2) .bim-element-text .bim-text .bim-text-number {
  background-color: #e16627;
}

.open-bim-elements:nth-of-type(3) .bim-element-text .bim-text .bim-text-number {
  background-color: #54595f;
}

.open-bim-elements:nth-of-type(4) .bim-element-text .bim-text .bim-text-number {
  background-color: #39b54a;
}

.open-bim-elements:nth-of-type(5) .bim-element-text .bim-text .bim-text-number {
  background-color: #47466b;
}

.open-bim-elements:nth-of-type(6) .bim-element-text .bim-text .bim-text-number {
  background-color: #ffbd59;
}

.open-bim-elements:nth-of-type(1) .bim-element-text .bim-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50px;
  top: -30px;
}

.open-bim-elements:nth-of-type(2) .bim-element-text .bim-text,
.open-bim-elements:nth-of-type(3) .bim-element-text .bim-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50px;
  top: -10px;
  transform: rotate(0);
}

.open-bim-elements:nth-of-type(4) .bim-element-text .bim-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 33px;
  top: 10px;
}

.open-bim-elements:nth-of-type(5) .bim-element-text .bim-text,
.open-bim-elements:nth-of-type(6) .bim-element-text .bim-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 40px;
  top: -8px;
  transform: rotate(0);
}

.center-piece {
  height: 150px;
  width: 200px;
}

.center-piece img {
  height: 100%;
  width: 100%;
}

.inner-bim-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1400px) {
  .bim {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    position: relative;
    /* background: url(../img/unnamed.jpg); */
  }
}

@media (max-width: 1400px) {
  h2 {
    font-size: 20px;
  }

  section.verified-3d p {
    font-family: 15px !important;
  }
}

@media (max-width: 768px) {
  .outer-bim-circle {
    margin: 30px 0;
  }

  .open-bim-elements:nth-of-type(3) .bim-element-text .bim-text {
    left: 2px;
    top: -5px;
    transform: rotate(90deg);
  }

  .open-bim-elements:nth-of-type(2) .bim-element-text .bim-text {
    top: -29px;
    left: -10px;
    transform: rotate(90deg);
  }

  .open-bim-elements:nth-of-type(5) .bim-element-text .bim-text,
  .open-bim-elements:nth-of-type(6) .bim-element-text .bim-text {
    right: 9px;
    top: -5px;
    transform: rotate(90deg);
  }
}

@media (max-width: 550px) {
  .open-bim-elements .bim-element-text .bim-arrow img {
    display: none !important;
  }

  .open-bim-elements:nth-of-type(1) .bim-element-text .bim-text {
    left: -120px;
    top: -35px;
  }

  .open-bim-elements:nth-of-type(2) .bim-element-text .bim-text {
    left: -82px;
    transform: rotate(90deg);
  }

  .open-bim-elements:nth-of-type(3) .bim-element-text .bim-text {
    left: -70px;
    transform: rotate(90deg);
  }

  .open-bim-elements:nth-of-type(4) .bim-element-text .bim-text {
    right: -119px;
    top: 21px;
  }

  .open-bim-elements:nth-of-type(5) .bim-element-text .bim-text,
  .open-bim-elements:nth-of-type(6) .bim-element-text .bim-text {
    right: -50px;
    top: -5px;
    transform: rotate(90deg);
  }
}

@media (max-width: 420px) {
  .center-piece {
    height: 134px;
    width: 160px;
  }

  .outer-bim-circle {
    height: 250px;
    width: 250px;
  }

  .inner-bim-circle {
    height: 220px;
    width: 220px;
  }

  .open-bim-elements:nth-of-type(3) {
    top: 151px;
    left: 160px;
  }

  .open-bim-elements:nth-of-type(2) {
    top: 34px;
    left: 181px;
  }

  .open-bim-elements:nth-of-type(4) {
    top: 185px;
    left: 64px;
  }

  .open-bim-elements:nth-of-type(5) {
    top: 131px;
    left: -31px;
  }

  .open-bim-elements:last-of-type {
    position: absolute;
    top: 20px;
    left: -36px;
  }

  .open-bim-elements:nth-of-type(1) {
    top: -45px;
    left: 74px;
  }
}

@media (max-width: 380px) {
  .center-piece {
    height: 120px;
    width: 140px;
  }

  .outer-bim-circle {
    height: 210px;
    width: 210px;
  }

  .inner-bim-circle {
    height: 180px;
    width: 180px;
  }

  .bim-element-circle img {
    height: 100%;
    width: 100%;
  }

  .bim-element-circle {
    height: 70px;
    width: 70px;
  }

  .open-bim-elements:nth-of-type(3) {
    top: 122px;
    left: 122px;
  }

  .open-bim-elements:nth-of-type(2) {
    top: 14px;
    left: 138px;
  }

  .open-bim-elements:nth-of-type(4) {
    top: 150px;
    left: 40px;
  }

  .open-bim-elements:nth-of-type(5) {
    top: 105px;
    left: -28px;
  }

  .open-bim-elements:nth-of-type(6) {
    position: absolute;
    top: 9px;
    left: -26px;
  }

  .open-bim-elements:nth-of-type(1) {
    top: -45px;
    left: 60px;
  }
}

@media (max-width: 320px) {
  .center-piece {
    height: 120px;
    width: 140px;
  }

  .outer-bim-circle {
    height: 210px;
    width: 210px;
  }

  .inner-bim-circle {
    height: 180px;
    width: 180px;
  }

  .open-bim-elements .bim-element-text .bim-text .bim-text-number {
    display: none !important;
  }

  .open-bim-elements:nth-of-type(1) .bim-element-text .bim-text {
    left: -95px;
    top: -25px;
  }

  .open-bim-elements:nth-of-type(2) .bim-element-text .bim-text {
    left: -70px;
    top: -6px;
  }

  .open-bim-elements:nth-of-type(3) .bim-element-text .bim-text {
    left: -65px;
    top: -6px;
  }

  .open-bim-elements:nth-of-type(5) .bim-element-text .bim-text {
    left: -5px;
    top: -6px;
  }

  .bim-element-circle img {
    height: 100%;
    width: 100%;
  }

  .bim-element-circle {
    height: 70px;
    width: 70px;
  }

  .open-bim-elements:nth-of-type(3) {
    top: 122px;
    left: 122px;
  }

  .open-bim-elements:nth-of-type(2) {
    top: 14px;
    left: 138px;
  }

  .open-bim-elements:nth-of-type(4) {
    top: 150px;
    left: 40px;
  }

  .open-bim-elements:nth-of-type(5) {
    top: 105px;
    left: -28px;
  }

  .open-bim-elements:nth-of-type(6) {
    position: absolute;
    top: 9px;
    left: -26px;
  }

  .open-bim-elements:nth-of-type(1) {
    top: -45px;
    left: 60px;
  }
}

/*--------------- Roi  Calculator ---------------*/

.roi-calculator h2 {
  color: rgb(41, 169, 225);
  font-size: 22px;
  text-align: left;
  font-weight: 600;
}

.roi-calculator .container p {
  font-weight: 600;
  margin-top: 15px;
  color: #e16627;
}

.roi-main h6 {
  font-size: 13px;
  margin-top: 5px;
}

.roi-main p {
  font-weight: 600;
  color: #54595f;
}

.result-buttons p {
  font-weight: 600;
  color: #54595f;
}

.roi-main h6 span {
  color: rgb(41, 169, 225);
}

.roi-calculator h5 {
  color: rgb(84, 89, 95);
  font-size: 16px;
  margin: 10px 0px;
  font-weight: 600;
}

/* .roi-calculator .accordion-button {
  background-color: rgb(235, 249, 253);
  margin: 5px 0px;
  color: rgb(255, 255, 255);
  font-size: 16px;
}

.roi-calculator .accordion-button:focus {
  box-shadow: none;
}

.roi-calculator .accordion-button:not(.collapsed) {
  color: rgb(84, 89, 95);
  background-color: rgb(235, 249, 253);
} */

.roi-main button {
  background: rgb(225, 102, 39);
  width: 165px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 15px 20px;
  margin-left: 12px;
  margin-top: 30px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s;
  border: 2px solid rgb(225, 102, 39);
}

.roi-main button:hover {
  background: rgb(95, 95, 95);
  transform: translateY(-5px);
  border: 2px solid rgb(225, 102, 39);
}

.roi-main select {
  width: 100%;
  padding: 8px 6px;
  font-size: 15px;
  background: rgba(225, 225, 225, 0.8);
  border: 2px solid rgb(225, 225, 225);
  border-radius: 5px;
}

.roi-main label {
  font-size: 14px;
  color: rgb(84, 89, 95);
  margin-left: 10px;
}

.roi-input {
  width: 100%;
  padding: 8px 6px;
  background: rgba(225, 225, 225, 0.8);
  border-radius: 5px;
  border: 2px solid rgb(225, 225, 225);
  font-size: 15px;
  color: #54595f;
}

/*--------------- Roi  Calculator ---------------*/
/*--------------- Roi  Tab  ---------------*/

.roi-calculator .tabs {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
}

/* Nav */
.roi-calculator .tabs nav {
  text-align: left;
}

.roi-calculator .tabs nav ul {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
}

.roi-calculator .tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  flex: 1;
}

.roi-calculator .tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.roi-calculator .tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.roi-calculator .tabs nav li.tab-current a {
  color: #74777b;
}

.roi-calculator .tabs nav a:focus {
  outline: none;
}

.roi-calculator .tabs-style-shape {
  max-width: 100%;
}

.roi-calculator .tabs-style-shape nav ul li {
  margin: -1px 3em;
}

.roi-calculator .tabs-style-shape nav ul li:first-child {
  margin-left: 0;
}

.roi-calculator .tabs-style-shape nav li a {
  overflow: visible;
  margin: 0 -3em 0 0;
  padding: 0;
  color: #54595f;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
}

.roi-calculator .tabs-style-shape nav li:first-child a span {
  padding-left: 2em;
  border-radius: 30px 0 0 0;
}

.roi-calculator .tabs-style-shape nav li:last-child a span {
  padding-right: 2em;
  border-radius: 0 30px 0 0;
}

.roi-calculator .tabs-style-shape nav li:first-child a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  margin-left: -1px;
  width: 3em;
  height: 100%;
  fill: #e16627;
}

.roi-calculator .tabs-style-shape nav li:nth-child(2) a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  margin: 0 -1px;
  width: 3em;
  height: 100%;
  fill: #29a9e1;
}

.roi-calculator .tabs-style-shape nav li:last-child a svg {
  position: retlute;
  left: 100%;
  margin: 0;
  margin-right: 0px;
  width: 3em;
  height: 100%;
  fill: #54595f;
}

.roi-calculator .tabs-style-shape nav li a svg:nth-child(2),
.roi-calculator .tabs-style-shape nav li:last-child a svg {
  right: 100%;
  left: auto;
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}

.roi-calculator .tabs-style-shape nav li:first-child a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: #e16627;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-left: 30px;
}

.roi-calculator .tabs-style-shape nav li:nth-child(2) a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: #29a9e1;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  font-size: 16px;
  color: #fff;
}

.roi-calculator .tabs-style-shape nav li:last-child a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: rgb(84 89 95);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  padding-right: 30px;
}

.roi-calculator .tabs-style-shape .content-wrap {
  background: #fff;
}

.roi-calculator .content {
  margin-top: -2px;
  max-width: 1200px;
  padding: 20px;
}

.roi-content {
  max-width: 100%;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
}

.roi-content#why {
  background-color: #fff3e7;
}

.roi-content#how {
  background-color: #ebf9fd;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .roi-calculator .request-content {
    border-top-right-radius: 0 !important;
    display: flex;
    background-color: rgb(254, 222, 199);
    border-radius: 0px 0 10px;
    width: 99.2%;
    padding: 10px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .roi-calculator .request-content {
    border-top-right-radius: 0 !important;
    width: 100% !important;
  }

  .roi-calculator .tabs-style-shape {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  div#why {
    max-width: 100%;
  }

  div#how {
    max-width: 100%;
  }

  .roi-calculator .request-content {
    border-top-right-radius: 0 !important;
    width: 100% !important;
  }

  .roi-calculator .tabs nav a:before {
    margin-right: 0;
  }

  .roi-calculator .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em;
  }

  .roi-calculator .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    -webkit-flex: none;
    flex: none;
  }

  .roi-calculator .tabs-style-shape nav ul li a {
    margin: 0;
  }

  .roi-calculator .tabs-style-shape nav ul li svg {
    display: none;
  }

  .roi-calculator .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1;
  }

  .roi-calculator .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important;
  }
}

/*--------------- Roi  Tab  ---------------*/

/*--------------- Roi  Calculator Result ---------------*/

.roi-accordian {
  display: none;
}

.row.roi-result {
  text-align: center;
  padding: 0px 5px;
}

#roi-two {
  display: none;
}

#result h2 {
  text-align: center;
  margin-top: 20px;
}

.results-items {
  border: 2px solid #d2f1ff;
  border-radius: 10px;
  padding: 30px 15px;
  margin: 10px 0px;
}

.results-items h3 {
  color: rgb(84, 89, 95);
  font-size: 22px;
  font-weight: 600;
}

.results-items h4 {
  color: rgb(84, 89, 95);
  font-size: 18px;
  font-weight: 600;
}

.row.roi-result h4 span {
  color: rgb(225, 102, 39);
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0px auto;
  box-shadow: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid rgb(255, 255, 255);
  position: absolute;
  top: 0px;
  left: 0px;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 100;
}

.progress .progress-left {
  left: 1px;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0px;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0px;
  transform-origin: left center;
}

.progress .progress-right {
  right: 0px;
}

.progress .progress-right .progress-bar {
  left: -102%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0px;
  transform-origin: right center;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: rgb(235 249 253);
  font-size: 20px;
  color: rgb(84 89 95);
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
  font-weight: 600;
}

.progress.circle-one .progress-bar {
  animation: 1.8s linear 0s 1 normal forwards running loading-1;
  border-color: rgb(225, 102, 39);
}

.progress.circle-one .progress-left .progress-bar {
  animation: 1.5s linear 1.8s 1 normal forwards running loading-2;
}

.progress.yellow .progress-bar {
  border-color: rgb(41, 169, 225);
}

.progress.circle-two .progress-right .progress-bar {
  animation: 1.8s linear 0s 1 normal forwards running loading-3;
}

.progress.pink .progress-bar {
  border-color: rgb(237, 104, 124);
}

.progress.circle-two .progress-left .progress-bar {
  animation: 1.5s linear 1.8s 1 normal forwards running loading-4;
}

.progress.green .progress-bar {
  border-color: rgb(26, 188, 156);
}

.progress.circle-three .progress-right .progress-bar {
  border-color: rgb(225, 102, 39);
  animation: 1.8s linear 0s 1 normal forwards running loading-5;
}

.progress.circle-three .progress-left .progress-bar {
  border-color: rgb(225, 102, 39);
  animation: 1.5s linear 1.8s 1 normal forwards running loading-6;
}

p.disclaimer {
  text-align: left;
  color: #29a9e1 !important;
  font-size: 14px;
}

/*--------------- Roi  Calculator Result ---------------*/

@media only screen and (min-width: 280px) and (max-width: 768px) {
  .roi-accordian {
    display: block;
  }

  .roi-tab {
    display: none;
  }
}

/* Roi-button */
.common-btn {
  background: rgb(225, 102, 39);
  color: rgb(255, 255, 255);
  padding: 20px 0px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 35px;
  border: 2px solid rgb(225, 102, 39);
  width: 180px;
  margin: 15px 0px;
}

.common-btn:hover {
  background: rgb(95, 98, 102);
  transform: translateY(-5px);
}

.common-btn span i {
  transition: all 0.3s ease 0s;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 5px;
}

.common-btn:hover span i {
  transform: translateX(5px);
}

/* Responsive-common-btn */
/* Roi-button */

/* Accordian - Roi */
.accordion-item {
  background-color: rgb(255, 255, 255);
  border: none;
}

.accordion-button {
  background-color: rgb(42, 169, 225);
  box-shadow: none;
  border: none;
  margin: 4px 0px;
}

.accordion-button {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  border-bottom: 4px solid rgb(127, 202, 235);
  color: rgb(255, 255, 255);
  background-color: rgb(84, 89, 95);
}

.accordion-button:focus {
  z-index: 0;
  outline: 0px;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/img/pricing/minus.png") !important;
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("/img/pricing/plus.png") !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.3s ease-in-out 0s;
}

.accordion-body {
  padding: 1rem 1.25rem;
  background: rgb(235, 249, 253);
  border-radius: 15px;
}

/* overlay image */
.media-links {
  padding: 85px 0px;
  margin: 5px 0px;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 30px;
  text-align: center;
}

.media-links:hover {
  padding: 95px 0px;
  transform: translateY(-10px);
  transition: all 0.3s ease 0s;
  margin: 5px 0px;
}
.media-links h1 {
  font-size: 32px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.media-icon {
  font-size: 30px;
  display: inline-block;
  padding: 20px 30px;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}

.media-icon i {
  transition: all 0.3s ease 0s;
  color: rgb(255, 255, 255);
  font-size: 15px;
}

.media-links .media-icon {
  opacity: 0;
}

.media-links:hover .media-icon {
  opacity: 1;
}

.media-links:hover .media-icon i {
  transform: scale(1.8);
}

@media (max-width: 480px) {
	.media-links {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}

/* double tabs */

.tabs {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}

/* Nav */
.tabs nav {
  text-align: left;
}

.tabs nav ul {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 0;
/*   max-width: 1200px; */
  list-style: none;
}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  flex: 1;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.tabs nav li.tab-current a {
  color: #74777b;
}

.tabs nav a:focus {
  outline: none;
}

.tabs-style-shape {
  max-width: 100%;
}

.tabs-style-shape nav ul li {
  margin: 0 3em;
}

.tabs-style-shape nav ul li:first-child {
  margin-left: 0;
}

.tabs-style-shape nav li a {
  overflow: visible;
  margin: 0 -3em 0 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
}

.tabs-style-shape nav li:first-child a span {
  padding-left: 2em;
  border-radius: 30px 0 0 0;
}

.tabs-style-shape nav li:last-child a span {
  padding-right: 30px;
  border-radius: 0 30px 0 0;
}

.tabs-style-shape nav li:first-child a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  margin-left: -1px;
  width: 3em;
  height: 100%;
  fill: #e16627;
}
.tabs-style-shape nav li:nth-child(2) a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  margin: 0 -1px;
  width: 3em;
  height: 100%;
  fill: #ebf9fd;
}
.tabs-style-shape nav li:last-child a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  margin-right: -1px;
  width: 3em;
  height: 101%;
  fill: #ebf9fd;
}

.tabs-style-shape nav li:last-child a svg {
  right: 100%;
  left: auto;
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}

.tabs-style-shape nav li:first-child a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: #e16627;
  padding-left: 30px;
  text-overflow: ellipsis;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
  font-size: 16px;
}

.tabs-style-shape nav li:last-child a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  text-overflow: ellipsis;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  padding-right: 40px;
  font-size: 16px;
  margin-left: -1px;
  z-index: 9;
  position: relative;
}

.tabs-style-shape .content-wrap {
  background: #fff;
}
.request-content,
.request-content-2 {
  margin-top: 0px;
  border-top-left-radius: 0 !important;
}
.request-content:first-of-type .info-request,
.request-content-2:first-of-type .info-request {
  color: #fff !important;
}
.request-content .info-request .common-btn:hover,
.request-content-2 .info-request .common-btn:hover {
  background-color: #54595f !important;
  color: #fff;
}
.request-content-2 img {
  width: 115px;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-right: 20px;
}

.request-content img {
  border-radius: 50%;
  transition: 0.3s;
}
.request-content img:hover {
  transform: scale(1.1);
}

.request-content {
  width: 450px;
}
.request-content img {
  width: 115px;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-right: 20px;
}
.request-content {
  display: flex;
  align-items: center;
  margin-top: 0px;
}
.request-content {
  display: flex;
  background: rgb(235, 249, 253);
  border-radius: 0px;
  width: 99%;
  padding: 20px;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
    rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  align-items: center;
}
.request-content-2 {
  width: 450px;
}

.request-content-2 a {
  display: block;
  margin-right: 30px;
}
.request-content img {
  border-radius: 50% !important;
}
.request-content-2 img {
  width: 455px !important;
  border-radius: 50% !important;
  margin-bottom: 10px;
  margin-right: 20px;
}
.request-content-2 {
  display: flex;
  align-items: center;
  margin-top: 0px;
}
.request-content-2 {
  background: rgb(235, 249, 253);
  padding: 20px;
  border-radius: 0;
  width: 99%;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.info-request h4 {
  font-size: 24px !important;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .request-content {
    display: flex;
    background: rgb(235, 249, 253);
    border-radius: 0px;
    width: 98%;
    padding: 20px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
      rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    align-items: center;
  }
}
@media (max-width: 700px) {
  .request-content {
    display: flex;
    background: rgb(235, 249, 253);
    border-radius: 0px;
    /* margin-right: 37px; */
    width: 100%;
  }
  .request-content-2 {
    background: rgb(235, 249, 253);
    padding: 20px;
    border-radius: 0;
    width: 99%;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
      rgba(17, 17, 26, 0.05) 0px 8px 32px;
  }
}
@media (max-width: 450px) {
  .content {
    margin-right: 0;
  }
  .tabs nav a:before {
    margin-right: 0;
  }
  .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em;
  }
  .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    -webkit-flex: none;
    flex: none;
  }
  .tabs-style-shape nav ul li a {
    margin: 0;
  }
  .tabs-style-shape nav ul li svg {
    display: none;
  }
  .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1;
  }
  .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important;
  }
  .request-content-2 {
    display: flex;
    align-items: center;
    margin-top: 0px;
    flex-direction: column;
    width: 100%;
  }
}

/* calendar */

.calender {
  box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
  border-radius: 10px;
}
/* Month header */
.month {
  padding: 17px 25px;
  width: 100%;
  background: #29a9e1;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  /* margin-top: 23px; */
}

/* Month list */
.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Previous button inside month header */
.month .prev {
  float: left;
  padding-top: 10px;
}

/* Next button */
.month .next {
  float: right;
  padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
  margin: 0;
  padding: 20px 0;
  background-color: rgb(235, 249, 253);
}

.weekdays li {
  display: inline-block;
  width: 12.6%;
  color: #666;
  text-align: center;
  font-weight: 600;
}

/* Days (1-31) */
.days {
  padding: 10px 0;
  background: rgb(255, 255, 255);
  border-radius: 0px 0px 10px 10px;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 12.6%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #777;
  cursor: pointer;
}

/* Highlight the "current" day */
.days li .active {
  padding: 5px 7px;
  background: #29a9e1;
  color: white !important;
  border-radius: 50%;
}

/* tab css (dictionary) */
/* Open bim tab css */
.open-bim .tab-content {
  background: rgb(235, 249, 253);
  text-align: center;
  border-top-right-radius: 0 !important;
  margin-right: 2px;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
	text-align: left;
}

.open-bim .tabs {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em;
}

.open-bim-tab {
  margin: 60px auto !important;
}
.open-bim .open-bim-tab ul li {
  list-style: none;
}

/* Nav */
.open-bim .tabs nav {
  text-align: left;
}

.open-bim .tabs nav ul {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.open-bim .tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  flex: 1;
}

.open-bim .tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.open-bim .tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.open-bim .tabs nav li.tab-current a {
  color: #74777b;
}

.open-bim .tabs nav a:focus {
  outline: none;
}

.open-bim .tabs-style-shape {
  max-width: 50%;
}

.open-bim .tabs-style-shape nav ul li {
  margin: -1px 2.8em;
}

.open-bim .tabs-style-shape nav ul li:first-child {
  margin-left: 0;
}

.open-bim .tabs-style-shape nav li a {
  overflow: visible;
  margin: 0 -3em 0 0;
  padding: 0;
  color: #54595f;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
}

.open-bim .tabs-style-shape nav li:first-child a span {
  padding-left: 2em;
  border-radius: 30px 0 0 0;
}

.open-bim .tabs-style-shape nav li:last-child a span {
  padding-right: 2em;
  border-radius: 0 30px 0 0;
}

.open-bim .tabs-style-shape nav li:first-child a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  margin-left: -1px;
  width: 3em;
  height: 100%;
  fill: #e16627;
}

.open-bim .tabs-style-shape nav li:nth-child(2) a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  margin: 0 -2px;
  width: 3em;
  height: 100%;
  fill: #29a9e1;
}

.open-bim .tabs-style-shape nav li:last-child a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  margin-right: -1px;
  width: 3em;
  height: 100%;
  fill: #54595f;
}

.open-bim .tabs-style-shape nav li a svg:nth-child(2),
.open-bim .tabs-style-shape nav li:last-child a svg {
  right: 100%;
  left: auto;
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}

.open-bim .tabs-style-shape nav li:first-child a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: #e16627;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  padding-left: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.open-bim .tabs-style-shape nav li:nth-child(2) a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: #29a9e1;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  z-index: 1;
  font-size: 16px;
  color: #fff;
}

.open-bim .tabs-style-shape nav li:last-child a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: rgb(84 89 95);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-right: 30px;
}

.open-bim .tabs-style-shape .content-wrap {
  background: #fff;
}

.open-bim .content {
  margin-top: -2px;
  max-width: 1200px;
  padding: 20px;
}

@media (min-width: 1400px) {
  .open-bim .tabs-style-shape {
    max-width: 100% !important;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .open-bim .tabs-style-shape {
    max-width: 55% !important;
  }
}

@media (max-width: 1000px) {
  .open-bim .tabs-style-shape {
    max-width: 90%;
  }

  .open-bim span {
    text-align: center !important;
  }
}

@media (max-width: 500px) {
  .open-bim .tabs-style-shape {
    max-width: 88%;
  }
}

@media screen and (max-width: 400px) {
  .open-bim .content {
    margin-right: 0;
  }

  .open-bim span {
    text-align: center !important;
  }

  .open-bim .tabs-style-shape {
    max-width: 100%;
  }

  .open-bim .tabs nav a:before {
    margin-right: 0;
  }

  .open-bim .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em;
  }

  .open-bim .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    -webkit-flex: none;
    flex: none;
  }

  .open-bim .tabs-style-shape nav ul li a {
    margin: 0;
  }

  .open-bim .tabs-style-shape nav ul li svg {
    display: none;
  }

  .open-bim .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1;
  }

  .open-bim .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important;
  }
}

.open-bim .tab-indicator {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #94d4f0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.open-bim .tab-indicator.next {
  position: absolute;
  right: 340px;
  top: 150px;
}

.open-bim .tab-indicator.prev {
  position: absolute;
  top: 150px;
  left: 340px;
}

@media screen and (max-width: 1200px) {
  .open-bim span {
    text-align: center !important;
  }

  .open-bim .tab-content {
    margin-right: 0;
  }

  .open-bim .content {
    margin-right: 0;
  }

  .open-bim .tabs nav a:before {
    margin-right: 0;
  }

  .open-bim .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em;
  }

  .open-bim .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    -webkit-flex: none;
    flex: none;
  }

  .open-bim .tabs-style-shape nav ul li a {
    margin: 0;
  }

  .open-bim .tabs-style-shape nav ul li svg {
    display: none;
  }

  .open-bim .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1;
  }

  .open-bim .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .open-bim .tabs-style-shape {
    max-width: 100% !important;
  }
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .open-bim .tab-content {
    border-top-right-radius: 0px !important;
  }
}
/* Up and Down Button Remove for Mobile */
@media (max-width: 768px) {
	.bss__back-to-top{
		display: none;
	}
	i.bss__down-icon {
		display: none;
	}
}