
/*----------------------------------------*/
/*  7.6 choose css start
/*----------------------------------------*/
.tp-choose__bg {
  padding-top: 165px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose__bg {
    background-position: center;
  }
}
.tp-choose__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-choose__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose__shape-2 {
    left: auto;
    right: 0;
  }
}
.tp-choose__title-box {
  margin-bottom: 40px;
}
.tp-choose__tab-btn {
  margin-bottom: 40px;
}
.tp-choose__tab-btn button {
  height: 45px;
  padding: 0 20px;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-right: 18px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .tp-choose__tab-btn button {
    padding: 0px 30px;
    margin-bottom: 20px;
  }
}
.tp-choose__tab-btn button:last-child {
  margin-right: 0;
}
.tp-choose__tab-btn button::after {
  position: absolute;
  height: auto;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--tp-theme-1);
}
.tp-choose__tab-btn button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-choose__tab-btn button:hover::after {
  opacity: 1;
  visibility: visible;
}
.tp-choose__tab-btn button.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-choose__tab-btn button.active::after {
  opacity: 1;
  visibility: visible;
}
.tp-choose__tab-price {
  margin-bottom: 40px;
}
.tp-choose__price-monthly {
  background: var(--tp-common-white);
  border: 1px solid var(--tp-theme-1);
  border-radius: 5px;
  padding: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .tp-choose__price-monthly {
    padding: 20px;
    margin-right: 20px;
  }
}
.tp-choose__price-monthly h5 {
  font-weight: 700;
  font-size: 67px;
  color: var(--tp-theme-1);
  font-family: var(--tp-ff-mulish);
}
.tp-choose__price-monthly h5 em {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-mulish);
  font-style: normal;
}
.tp-choose__price-installation-fee h5 {
  font-weight: 700;
  font-size: 67px;
  color: var(--tp-theme-2);
  font-family: var(--tp-ff-mulish);
}
.tp-choose__price-installation-fee h5 em {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-theme-2);
  font-family: var(--tp-ff-mulish);
  font-style: normal;
}
.tp-choose__tab-feature ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(20, 33, 43, 0.7);
  position: relative;
  padding-left: 30px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .tp-choose__tab-feature ul li {
    font-size: 16px;
  }
}
.tp-choose__tab-feature ul li:last-child {
  margin-bottom: 0;
}
.tp-choose__tab-feature ul li span {
  position: absolute;
  top: -1px;
  left: 0;
}
.tp-choose__right-box {
  margin-left: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose__right-box {
    margin-left: 0;
  }
}
.tp-choose__offer-box {
  display: inline-block;
  transform: translateY(-200px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose__offer-box {
    transform: translateY(0);
  }
}
.tp-choose__img-2 {
  margin-left: 20px;
}
.tp-choose__img-3 {
  position: absolute;
  top: 20%;
  right: -15%;
  animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: top right;
}
.tp-choose__play-btn {
  margin-top: 20px;
}
.tp-choose__play-btn a {
  height: 93px;
  width: 93px;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  line-height: 93px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.tp-choose__play-btn a span {
  margin-left: 5px;
}
.tp-choose__play-btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.28);
  animation: pulse 2s infinite;
  transform: scale(1.2);
  border-radius: 50%;
  z-index: -1;
}

.tp-choose-2__customize .tp-section-title {
  color: var(--tp-common-white);
}
.tp-choose-2__customize .tp-about__text p {
  color: #707481;
}
@media (max-width: 767px) {
  .tp-choose-2__customize .tp-about__text p br {
    display: none;
  }
}
.tp-choose-2__section-title-box {
  margin-bottom: 50px;
}
.tp-choose-2__title-sm {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
}
.tp-choose-2__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #707481;
}
.tp-choose-2__icon {
  margin-right: 18px;
}
.tp-choose-2__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 49%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-2__bg img {
    position: static;
    width: 100%;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-choose-2__bg img {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
}
.tp-choose-2__right-wrapper {
  padding-left: 47px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-2__right-wrapper {
    padding-left: 0;
    margin-bottom: 70px;
  }
}
.tp-choose-2__bg-inner-content {
  background-color: var(--tp-theme-1);
  padding: 40px 50px;
  padding-right: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-2__bg-inner-content {
    padding: 40px 40px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-2__bg-inner-content {
    padding: 40px 45px;
    padding-right: 65px;
  }
}
@media (max-width: 767px) {
  .tp-choose-2__bg-inner-content {
    padding-right: 0px;
    padding: 30px;
  }
}
.tp-choose-2__bg-inner-content span {
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  line-height: 51px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-2__bg-inner-content span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-2__bg-inner-content span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tp-choose-2__bg-inner-content span {
    font-size: 22px;
    line-height: 29px;
  }
}
.tp-choose-2__bg-inner-content span em {
  color: var(--tp-theme-2);
}
.tp-choose-2__mpbs-icon {
  position: absolute;
  top: 20px;
  right: -43px;
}
.tp-choose-2__bottom-shape {
  position: absolute;
  bottom: 40px;
  left: -25px;
  z-index: 1;
}

.tp-choose-3__overlay {
  position: relative;
}
.tp-choose-3__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(258.98deg, rgba(20, 23, 41, 0.92) 28.78%, rgba(3, 23, 62, 0) 73.15%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.tp-choose-3__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 20px;
}
.tp-choose-3__content .child-1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: var(--tp-common-white);
  display: block;
  padding-bottom: 45px;
}
.tp-choose-3__content .child-2 {
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  color: var(--tp-common-white);
  padding-bottom: 35px;
}
.tp-choose-3__content .child-2 em {
  font-style: normal;
  color: var(--tp-theme-2);
  font-weight: 700;
  font-size: 67px;
}

