/*----------------------------------------*/
/*  7.9 cta css start
/*----------------------------------------*/
.tp-cta__min-height {
  min-height: 175px;
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-cta__left-box {
  padding: 50px 40px;
}
@media (max-width: 767px) {
  .tp-cta__left-box {
    padding: 50px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tp-cta__right-box {
  padding: 20px 70px;
}
@media (max-width: 767px) {
  .tp-cta__right-box {
    padding: 50px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tp-cta__mt {
  margin-top: -120px;
}
.tp-cta__icon {
  margin-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta__icon {
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .tp-cta__icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-cta__icon {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
.tp-cta__link {
  font-weight: 600;
  font-size: 22px;
  color: var(--tp-common-white);
  height: 62px;
  line-height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 66.5px;
  padding: 0px 25px;
}
@media (max-width: 767px) {
  .tp-cta__link {
    font-size: 14px;
    padding: 0px 25px;
  }
}
.tp-cta__link a {
  text-decoration: underline;
}
.tp-cta__right-icon {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-cta__right-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta__right-icon {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .tp-cta__right-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tp-cta__right-content {
    text-align: left;
  }
}
.tp-cta__right-content span {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .tp-cta__right-content span {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.tp-cta__right-content a {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-cta__right-content a {
    font-size: 14px;
  }
}
.tp-cta__transparent {
  position: absolute;
  left: 0;
  right: 0;
}
@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-cta__transparent {
    position: static;
  }
}

.tp-cta-3__bg {
  background-color: var(--tp-theme-1);
  padding: 50px 65px;
}
@media (max-width: 767px) {
  .tp-cta-3__bg {
    padding: 50px 20px;
  }
}
.tp-cta-3__title-sm {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-cta-3__title-box span{
  
  color: var(--tp-theme-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-3__title-sm {
    margin-bottom: 30px;
  }
}
.tp-cta-3__offer {
  margin-right: 35px;
}
.tp-cta-3__offer-text span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.79);
}
.tp-cta-3__offer-text a {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-cta-3__btn {
  margin-left: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-3__btn {
    margin-left: 0;
  }
}
.tp-cta-3__offer-shape {
  position: absolute;
  top: 0%;
  right: -10%;
}
.tp-cta-3__left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
