/* faq section */
.faq-section {
  background: url(../images/faq-bg-img.png) no-repeat top center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq-box {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 25px 111px 0px rgba(41, 26, 64, 0.22),
    inset 0px 3px 0px 0px rgba(101, 75, 185, 0.004);
  padding: 5% 0% 2% 0%;
  border-top: 3px solid rgb(255, 94, 30);
}
.faq-wrap {
  padding: 30px 20px;
  height: 100%;
  overflow: hidden;
}
.faq-wrap .question-img {
  margin-right: 19px;
}
.theme-color {
  color: rgb(255, 94, 30);
}
.navy-blue-color {
  color: rgb(22, 22, 109);
}
.faq-bottom-text {
  padding: 0 108px 0 25px;
}
@media only screen and (max-width: 991px) {
  .faq-section {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .faq-bottom-text {
    padding: 0 20px 0 25px;
  }
}
@media screen and (max-width: 576px) {
  .faq-bottom-text {
    padding: 0 0px 0 25px;
    font-size: 18px !important;
  }
}
@media screen and (max-width: 440px) {
  .faq-bottom-text {
    padding: 0 10px 0 30px;
  }
}
@media only screen and (max-width: 360px) {
  .faq-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* ready section */
.ready-section {
  background: url(../images/ready-bg-img.png) no-repeat top center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.reminder-box {
  padding: 55px;
  background: #fff;
  border: 3px dashed #0050FF;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.reminder-box h2 {
  color: #0026FF;
}
.reminder-box p {
  color: rgb(22, 22, 109);
  margin: 15px 0;
}
.bg-gradient {
  background-image: linear-gradient(
    0deg,
    rgb(0, 5, 236) 0%,
    rgb(4, 174, 247) 100%
  ) !important;
}
@media only screen and (max-width: 656px) {
  .reminder-box {
    padding: 25px;
  }
}
/* new-price-table */
.new-price-table .upgrade-box {
  background: #FCFBFF !important;
  padding: 0;
  border-radius: 30px;
  box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.12);
  position: relative;
}
.new-price-table .upgrade-box .product-box {
  padding: 55px 40px;
  border-radius: 30px 30px 0px 0px;
  height: 470px;
}
.new-price-table .compare-block {
  padding: 185px 30px 40px 30px;
}
.absolute-box {
  position: absolute;
  top: 165px;
}
.sperate-title {
  padding: 11px;
  background-color: rgb(0, 113, 236);
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px rgb(192, 193, 251);
  text-align: center;
  margin: 0px auto;
  color: #fff;
  font-weight: 600;
  max-width: 385px;
}
.compare-block .inner-list{
    padding: 0 3rem;
}
.bg-green{
    background-color: rgb(14, 201, 70);
}
.blue-color{
    color: rgb(30, 1, 92);
}
@media (max-width: 890px) {
  .new-price-table .upgrade-box .product-box {
    height: 425px;
  }
}
@media (max-width: 500px) {
  .new-price-table .upgrade-box .product-box {
    padding: 55px 40px;
    border-radius: 30px 30px 0px 0px;
    height: 375px;
  }
  .absolute-box {
    position: absolute;
    top: 155px;
  }
  .new-price-table .compare-block {
    padding: 115px 30px 40px 30px;
  }
}
@media (min-width: 768px) {
  .money-section {
    padding: 100px 0px 100px 0 !important;
  }
}




@media (min-width: 768px) {
  .create-section {
    background: url(../images/create-section.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 60px 0px 0px 0px;
    overflow: hidden;

  }

  .box-gif {
   
    background-image: linear-gradient(to bottom left, rgb(8, 175, 225) 0%, rgb(2, 107, 242) 100%);
    background-image: linear-gradient(to bottom left, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.87) 100%);
    padding: 10px 10px;
    border-radius: 3px;
  }

  .text-box {
    background-color: #01FFEE;
    padding: 10px 0;
    color: #16324D;
  }

}

@media (max-width: 768px) {
  .create-section {
    background: url(../images/create-section.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 30px 0px 0px 0px;
    overflow: hidden;

  }

  .box-gif {
    background-image: linear-gradient(to bottom left, rgb(8, 175, 225) 0%, rgb(2, 107, 242) 100%);
    padding: 10px 10px;
    border-radius: 3px;
  }

  .text-box {
    background-color: #01FFEE;
    padding: 10px 0;
    color: #16324D;
  }
}


.transform-box {
  position: relative;
  background-color: #e3edff;
}

.transform-box .transform-box-inner {
  background: rgb(25, 158, 254);
  border-radius: 20px;
  color: #fff;
  padding: 10px;
}


.transform-box .head-box {
  display: flex;
  align-items: center;
}

.transform-box .head-box img {
  width: 150px;
  /* height: 150px; */
  margin-right: 30px;
}

.transform-box .transform-box-inner .head-box {
  text-align: center;
  background: rgb(25, 158, 254);

  padding: 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  margin-top: -80px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #fff;
  box-shadow: 0 5px 10px 4px rgba(0, 0, 0, 0.25);
}