/* iTechNotion Pvt. Ltd. */
.mx-50 {
  max-height: 50px;
}
.features .icon2,
.key-feature .icon {
  height: 64px;
  width: 64px;
  line-height: 64px;
}
.vh-80 {
  height: 80vh !important;
}
.bg-half-130 {
  padding: 130px 0px;
}
.small2 {
  font-size: 80%;
}

/* Whats app Fixed icon CSS start  */
.whats_icon {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  text-decoration: none;
}
.whats_icon:hover {
  color: #fff;
  text-decoration: none;
}
.whats_icon i {
  line-height: 50px;
}
.whats_icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.whats_icon:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #25d366;
  border-radius: 50%;
  transition: all 200ms;
}

.use_title {
  font-size: 30px !important;
}
.use-list {
  display: flex;
  justify-content: left;
}
.use-list ul {
  text-align: left;
  margin-top: 10px;
}

.user_card {
  transition: all 0.5s ease-in-out;
}
.user_card:hover {
  background: linear-gradient(45deg, #3c7fd6, #1927b6);
  box-shadow: 0 10px 25px rgb(60 72 88 / 15%) !important;
}
.user_card:hover .use_title,
.user_card:hover .use-list ul li {
  color: #fff !important;
}
.user_card:hover .use-list ul li span {
  color: #fff !important;
}

.free-list {
  display: flex;
  justify-content: left;
}
.free-list ul {
  text-align: left;
  margin-top: 10px;
}
.no_credit {
  font-size: 14px;
  color: #818181;
}
.free_card {
  position: relative;
}
.free_card_shape1 {
  position: absolute;
  top: -40px;
  left: -40px;
}
.free_card_shape2 {
  position: absolute;
  bottom: -40px;
  right: -40px;
}

.features.explore-feature .icons {
  height: 80px;
  width: 80px;
  line-height: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.btn-md {
  padding: 7px 16px;
  font-size: 14px;
}
/* blue */
.pricing-rates_blue {
  border-bottom: none !important;
  border-top: solid 3px #2f55d4 !important;
}
.pricing-rates_blue h4 {
  color: #2f55d4;
}
.pricing-rates_blue p {
  font-size: 12px;
}
.pricing-rates.pricing-rates_blue:hover {
  transform: scale(1.02);
  z-index: 2;
  border-color: #2f55d4 !important;
  box-shadow: 0 5px 13px rgb(60 72 88 / 20%) !important;
  background-color: #ffffff !important;
  border-bottom: solid 1px #2f55d4 !important;
  border-left: solid 1px #2f55d4 !important;
  border-right: solid 1px #2f55d4 !important;
}

/* yellow */
.pricing-rates_yellow {
  border-bottom: none !important;
  border-top: solid 3px #ffbb10 !important;
}
.pricing-rates_yellow h4 {
  color: #ffbb10 !important;
}
.pricing-rates_yellow p {
  font-size: 12px;
}

.pricing-rates.pricing-rates_yellow:hover {
  transform: scale(1.02);
  z-index: 2;
  border-color: #ffbb10 !important;
  box-shadow: 0 5px 13px rgb(60 72 88 / 20%) !important;
  background-color: #ffffff !important;
  border-bottom: solid 1px #ffbb10 !important;
  border-left: solid 1px #ffbb10 !important;
  border-right: solid 1px #ffbb10 !important;
}

/* green */
.pricing-rates_green {
  border-bottom: none !important;
  border-top: solid 3px #00bf7f !important;
}
.pricing-rates_green h4 {
  color: #00bf7f !important;
}
.pricing-rates_green p {
  font-size: 12px;
}
.pricing-rates.pricing-rates_green:hover {
  transform: scale(1.02);
  z-index: 2;
  border-color: #00bf7f !important;
  box-shadow: 0 5px 13px rgb(60 72 88 / 20%) !important;
  background-color: #ffffff !important;
  border-bottom: solid 1px #00bf7f !important;
  border-left: solid 1px #00bf7f !important;
  border-right: solid 1px #00bf7f !important;
}
.pricing_list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebecf0;
}
.pricing_list h6 {
  font-weight: 700;
}

/* Pricing page */
.bg_lifetime {
  background: #082374 !important;
}
.work-process .step {
  opacity: 0.3 !important;
}
.table-wrapper {
  background: #ffffff;
  overflow-x: auto;
}

.table-wrapper table {
  position: relative;
  text-align: center;
  width: 100%;
}

.table-wrapper table thead {
  background: #ffffff;
  transition: box-shadow 0.2s;
}

.table-wrapper table tr {
  display: flex;
}

.table-wrapper table th,
.table-wrapper table td {
  width: 25%;
  min-width: 150px;
}

.table-wrapper table th:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0 10px;
}

.table-wrapper table th:nth-child(1) .svg-wrapper {
  margin-top: 10px;
}

.table-wrapper table th:nth-child(1) svg {
  width: 22px;
  height: 22px;
}

.table-wrapper table th .heading {
  padding: 1rem;
  color: #ffffff;
}

.table-wrapper table th:nth-child(2) .heading {
  background: #2f55d4;
}

.table-wrapper table th:nth-child(3) .heading {
  background: #ffbb10;
}

.table-wrapper table th:nth-child(4) .heading {
  background: #00bf7f;
}

.table-wrapper table th .info {
  position: relative;
  padding: 1.5rem 0;
  border-left: 1px solid whitesmoke;
}

.table-wrapper table th .popular {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 11px;
  background: #ffdd40;
  padding: 4px 8px;
  border-radius: 2px;
}

.table-wrapper table th .amount {
  font-size: 2rem;
}

.table-wrapper table th .amount span {
  display: block;
  transform: translateY(-8px);
}

.table-wrapper table th:nth-child(2) .amount {
  color: #2f55d4;
}

.table-wrapper table th:nth-child(3) .amount {
  color: #ffbb10;
}

.table-wrapper table th:nth-child(4) .amount {
  color: #00bf7f;
}

.table-wrapper table th .billing-msg,
.table-wrapper table th .amount span {
  font-weight: normal;
  font-size: 0.8rem;
}

.table-wrapper table th button {
  display: inline-block;
  border-radius: 20px;
  padding: 8px 20px;
  margin-top: 10px;
  transition: all 0.2s;
}

.table-wrapper table th:nth-child(2) button {
  color: #2f55d4;
  border: 1px solid #2f55d4;
}

.table-wrapper table th:nth-child(2) button:hover {
  background: #2f55d4;
}

.table-wrapper table th:nth-child(3) button {
  color: #ffbb10;
  border: 1px solid #ffbb10;
}

.table-wrapper table th:nth-child(3) button:hover {
  background: #ffbb10;
}

.table-wrapper table th:nth-child(4) button {
  color: #00bf7f;
  border: 1px solid #00bf7f;
}

.table-wrapper table th:nth-child(4) button:hover {
  background: #00bf7f;
}

.table-wrapper table th button:hover {
  color: #ffffff;
}

.table-wrapper table td {
  padding: 10px;
}

.table-wrapper table td:not(:first-child) {
  border-left: 1px solid whitesmoke;
}

.table-wrapper table td:first-child {
  font-size: 1rem;
  text-align: left;
}

.table-wrapper table svg {
  width: 18px;
  height: 18px;
}

.table-wrapper table i.not-included {
  fill: #5c5c5c;
  color: #5c5c5c;
  font-size: 20px;
}
.table-wrapper table i.starter {
  color: #2f55d4;
  font-size: 20px;
}
.table-wrapper table i.essential {
  color: #ffbb10;
  font-size: 20px;
}
.table-wrapper table i.professional {
  color: #009261;
  font-size: 20px;
}
.table-wrapper table i.included {
  color: #03a16c;
  font-size: 20px;
}

/* Lifetime deal page */
.table-wrapper2 {
  background: #ffffff;
  overflow-x: auto;
}

.table-wrapper2 table {
  position: relative;
  text-align: center;
  width: 100%;
}

.table-wrapper2 table thead {
  background: #ffffff;
  transition: box-shadow 0.2s;
}

.table-wrapper2 table tr {
  display: flex;
}

.table-wrapper2 table th,
.table-wrapper2 table td {
  width: 50%;
  min-width: 150px;
}

.table-wrapper2 table th:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0 10px;
}

.table-wrapper2 table th:nth-child(1) .svg-wrapper {
  margin-top: 10px;
}

.table-wrapper2 table th:nth-child(1) svg {
  width: 22px;
  height: 22px;
}

.table-wrapper2 table th .heading {
  padding: 1rem;
  color: #ffffff;
}

.table-wrapper2 table th:nth-child(2) .heading {
  background: #2f55d4;
}

.table-wrapper2 table th:nth-child(3) .heading {
  background: #ffbb10;
}

.table-wrapper2 table th:nth-child(4) .heading {
  background: #00bf7f;
}

.table-wrapper2 table th .info {
  position: relative;
  padding: 1.5rem 0;
  border-left: 1px solid whitesmoke;
}

.table-wrapper2 table th .popular {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 11px;
  background: #ffdd40;
  padding: 4px 8px;
  border-radius: 2px;
}

.table-wrapper2 table th .amount {
  font-size: 2rem;
}

.table-wrapper2 table th .amount span {
  display: block;
  transform: translateY(-8px);
}

.table-wrapper2 table th:nth-child(2) .amount {
  color: #2f55d4;
}

.table-wrapper2 table th:nth-child(3) .amount {
  color: #ffbb10;
}

.table-wrapper2 table th:nth-child(4) .amount {
  color: #00bf7f;
}

.table-wrapper2 table th .billing-msg,
.table-wrapper2 table th .amount span {
  font-weight: normal;
  font-size: 0.8rem;
}

.table-wrapper2 table th button {
  display: inline-block;
  border-radius: 20px;
  padding: 8px 20px;
  margin-top: 10px;
  transition: all 0.2s;
}

.table-wrapper2 table th:nth-child(2) button {
  color: #2f55d4;
  border: 1px solid #2f55d4;
}

.table-wrapper2 table th:nth-child(2) button:hover {
  background: #2f55d4;
}

.table-wrapper2 table th:nth-child(3) button {
  color: #ffbb10;
  border: 1px solid #ffbb10;
}

.table-wrapper2 table th:nth-child(3) button:hover {
  background: #ffbb10;
}

.table-wrapper2 table th:nth-child(4) button {
  color: #00bf7f;
  border: 1px solid #00bf7f;
}

.table-wrapper2 table th:nth-child(4) button:hover {
  background: #00bf7f;
}

.table-wrapper2 table th button:hover {
  color: #ffffff;
}

.table-wrapper2 table td {
  padding: 10px;
}

.table-wrapper2 table td:not(:first-child) {
  border-left: 1px solid whitesmoke;
}

.table-wrapper2 table td:first-child {
  font-size: 1rem;
  text-align: left;
}

.table-wrapper2 table svg {
  width: 18px;
  height: 18px;
}

.table-wrapper2 table i.not-included {
  fill: #5c5c5c;
  color: #5c5c5c;
  font-size: 20px;
}
.table-wrapper2 table i.starter {
  color: #2f55d4;
  font-size: 20px;
}
.table-wrapper2 table i.essential {
  color: #ffbb10;
  font-size: 20px;
}
.table-wrapper2 table i.professional {
  color: #009261;
  font-size: 20px;
}
.table-wrapper2 table i.included {
  color: #03a16c;
  font-size: 20px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* Whats app Fixed icon CSS end  */

/* back to top */
.back-to-top {
  left: 30px;
}
.l-media {
  height: 28px;
}

.lifetime_hero_list ul {
  display: flex;
  flex-wrap: wrap;
}
.lifetime_hero_list ul li {
  width: 50%;
  color: #3c4858;
  font-size: 18px;
  margin-bottom: 10px;
}

.lifetime_counter div + div::before {
  content: "";
  width: 1px;
  height: 101px;
  background-color: #bab9b9;
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  left: 0;
  right: auto;
}
.lifetime_pb_section .features.explore-feature .icons {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.lifetime_customer_review ul li {
  min-width: 310px;
}

@media (max-width: 1920px) {
  .h-img {
    height: 550px;
  }
}
@media (max-width: 1600px) {
  .h-img {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .free_card_shape1,
  .free_card_shape2 {
    display: none;
  }
  .free-list {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .lifetime_counter div + div::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .btn-media {
    padding: 5px 10px;
    outline: none;
    text-decoration: none;
    font-size: 9px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 6px;
  }
  .lifetime_hero_list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .l-media {
    height: 24px;
  }
}

/* case studies */
.case_1 {
  position: relative;
  background-color: #fff;
  padding: 0 30px;
  min-height: 500px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  border: solid 1px #d2d3d7;
  border-radius: 10px;
  transition: 0.5s;
}
.case_1:hover {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1),
    0px 8px 8px 1px rgba(0, 0, 0, 0.07), 0px 3px 8px 2px rgba(0, 0, 0, 0.08),
    0px 0px 0px 2px #89aee4;
  transition: transform 200ms linear, box-shadow 200ms linear,
    background 400ms ease, border-color 400ms ease;
  background-color: #fff;
  border-color: #f8f9fa;
  transform: translate(5px, -5px);
}
.expert_font {
  font-size: 15px;
}
