body {
  max-width: 1920px !important;
  height: 100% !important;
  margin: auto !important;
  position: relative !important;
}

ul {
  padding: 0px !important;
  margin: 0px !important;
}

li {
  list-style: none !important;
}

.dasktop-show {
  display: block;
}

@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }
}



/* banner css */
.section-banner {
  position: relative;
  z-index: 1;
}

.section-banner .banner-img {
  position: relative;
  z-index: 1;
}

.section-banner .banner-img .banner-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-caption h2 {
  color: #fff;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  font-family: Satoshi !important;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.banner-caption h2 a {
  color: #F06924;
}

.banner-caption h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 3px;
  background-color: #f06924;
}

.single-million-div {
  position: relative;
  z-index: 1;
}

.single-million-div:before {
  content: '';
  position: absolute;
  right: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 2px;
  background-color: #F06924;
}

.single-million-div.ul-with-pro:before {
  height: 0;
  width: 0;
  opacity: 0;
}

.main-million-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  max-width: 70%;
  margin: 0 auto;
  padding: 30px 40px;
  border-radius: 80px;
  position: relative;
  top: -60px;
  z-index: 1;
}

.single-million-div h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Satoshi' !important;
  margin: 0;
}

.single-million-div  p {
  margin: 0;
  color: #F06924;
  font-size: 16px;
  font-family: 'Satoshi' !important;
}

.single-million-div.ul-with-pro {
  display: flex;
  align-items: center;
}

.single-million-div.ul-with-pro .product-posting {
  margin-left: 20px;
}

.single-million-div ul {
  display: flex;
  align-items: center;
}

.single-million-div ul li {
  height: 40px;
  width: 40px;
  background-color: #F06924;
  border-radius: 50%;
  position: relative;
  margin-left: -5px;
  border: 1px solid #000;
}
/* end banner css */

/* work-principle */
section.work-principle {
  position: relative;
  z-index: 1;
  padding: 30px 0px 0px;
}

section.work-principle:before {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 90%;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.work-principle-wrapper {
  margin-top: 40px;
  padding-bottom: 40px;
}

.work-principle-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.work-principle-head {
  text-align: center;
}

.work-principle-head h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.single-principle h4 {
  color: #F06924;
  /*font-family: Poppins !important;*/
  font-size: 30px;
  font-weight: 600;
}

.single-principle p {
  color: #fff;
  /*font-family: Poppins !important;*/
  font-size: 14px;
  min-height: 60px;
}

.principle-left, .principle-right {
  max-width: 30%;
  padding: 30px 0px 0px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.work-principle-logo {
  padding: 0px 40px 0px 20px;
  max-width: 40%;
}

.work-principle-content .principle-left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 130px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 20px;
  width: 280px;
  z-index: -1;
}
.work-principle-content .principle-left:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 130px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 20px;
  width: 280px;
  z-index: -1;
  transform: rotate(180deg);
}
.work-principle-content .principle-right:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 150px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 20px;
  width: 280px;
  z-index: -1;
}
.work-principle-content .principle-right:after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: 150px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 20px;
  width: 280px;
  z-index: -1;
  transform: rotate(180deg);
}
/* end work-principle */

/* why choose us */
section.why-choose {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}

.why-choose-heading {
  padding-bottom: 50px;
}

.general-heading {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.general-heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 60%;
  margin: auto;
  background: linear-gradient(45deg, white 0%, #5f362d3d 50%, #fff 100%);
}

.general-heading .default-heading h2 {
  display: inline-block;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  /*font-family: 'Poppins' !important;*/
  margin: 0;
}

.general-heading .default-heading h2 span {
  color: #F06924;
}

.general-heading .sub-heading h3 {
  display: inline-block;
  color: #696969;
  font-family: 'Satoshi' !important;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

.why-choose-content {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}

.single-choose-us {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.single-choose-us span {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.single-choose-us h4 {
  color: #1C1C1E;
  font-family: 'Satoshi' !important;
  font-weight: 700;
  font-size: 26px;
}

.single-choose-us p {
  color: #212121a8;
  font-family: 'Satoshi' !important;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0px;
}

.single-choose-us .choose-select {
  padding: 20px 0px;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}

.single-choose-us .choose-select a {
  color: #1C1C1E;
  /*font-family: 'Poppins' !important;*/
  font-weight: 600;
  font-size: 14px;
}
/* end why choose us */

/* faq */
section.faq {
  position: relative;
  z-index: 1;
  padding: 30px 0px;
}

section.faq .general-heading:before {
  opacity: 0;
}

.faq-wrapper {
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}

.faq-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 80%;
  width: 340px;
  z-index: -1;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.faq-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 80%;
  width: 320px;
  z-index: -1;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.accordion-header button.accordion-button {
  border-radius: 0 !important;
  position: relative;
  z-index: 1;
  padding: 20px 30px 20px 50px;
}

.accordion-faq .accordion-item {
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: rgb(50 50 93 / 14%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
  overflow: hidden;
  margin: 20px 0px;
  border: solid .3px #cccccc6e !important;
}

.accordion-header button.accordion-button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  height: 20px;
  width: 20px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.accordion-header button.accordion-button::after {
  background-image: unset !important;
  content: '+' !important;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .accordion-header .accordion-button:not(.collapsed)::after {
  content: '-' !important;
  transform: unset !important;
  font-size: 40px;
}
/* end faq */

/* have a question */
section.have-question {
  position: relative;
  z-index: 1;
  padding: 0px 0px 60px;
}

section.have-question:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 75%;
  z-index: -1;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.have-que-wrapper h4 {
  margin: 20px 0px;
  color: #010101;
  font-size: 18px;
  /*font-family: 'Poppins' !important;*/
  font-weight: 600;
}

.have-que-wrapper p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

.have-que-wrapper p span {
  color: #F06924;
}

.have-que-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.have-que-btn a {
  font-size: 16px;
  font-weight: 700;
  color: #1C1C1E;
  /*font-family: 'Poppins' !important;*/
  padding: 15px 20px;
  background-color: #FFF5E0;
  margin: 0px 10px;
  border-radius: 5px;
  width: 220px;
  transition: 0.5s;
}

.have-que-btn .download-faq-btn a {
  background-color: #F06924;
}

.have-que-btn .download-faq-btn a img {
  margin-left: 10px;
}
/* end have a question */

/* success story */
section.success-stories {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}

section.success-stories .general-heading:before {
  opacity: 0;
}

section.success-stories:before {
  content: '';
  position: absolute;
  top: 90px;
  left: 30px;
  width: 150px;
  height: 150px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

section.success-stories:after {
  content: '';
  position: absolute;
  top: 140px;
  right: 0;
  width: 150px;
  height: 150px;
  z-index: -1;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* video play  */
.video-container {
  display: none;
  position: relative;
  /* width: 560px;
  height: 315px; */
}
.video-container iframe {
  width: 100%;
  height: 100%;
}

/* end success story */

/* like testimonial */
section.like-testimonial:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

section.like-testimonial:after {
  content: '';
  position: absolute;
  top: 90px;
  right: 50px;
  width: 150px;
  height: 150px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.like-testimonial .general-heading:before {
  opacity: 0;
}

.record-send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.record-send-btn a {
  width: 220px;
  padding: 10px 20px;
  background-color: #000;
  margin: 0px 10px;
  font-family: 'Satoshi' !important;
  font-size: 22px;
  color: #fff;
}

section.like-testimonial {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}

.record-send-btn .record-btn a {
  background-color: #F06924;
}
/* end like testimonial */

@media (max-width:767px) {
    
    section.premium-header-section {
    display: none !important;
}

body .single-choose-us p {
    height: 80px !important;
    font-size: 11px !important;
}

body .accordion-header button.accordion-button {
    font-size: 12px !important;
}

div#accordionFlushExample p.accordion-body {
    font-size: 11px !important;
}

.contact-us-form {
    max-width: 100% !important;
    padding: 10px !important;
}

body section.like-testimonial .row.text-center:before {
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
}

    
}
@media (min-width: 768px) and (max-width: 992px) {
    
}




/*css start*/



section.premium-header-section {
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}

section.premium-header-section:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 1px;
    background-color: #000;
    z-index: -1;
}

.header-menu-premium ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header-menu-premium ul li a {
  font-size: 16px;
  color: #0D0B0B;
  font-family: 'Satoshi' !important;
  position: relative;
  z-index: 1;
  padding: 20px 0px;
  margin: 0px 10px;
  transition: 0.5s;
}

.header-menu-premium ul li a:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #F06924;
  transition: 0.5s;
}

.header-btn-premium ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-btn-premium ul li {
  margin-left: 10px;
}

.header-btn-premium ul li a {
  color: #0D0B0B;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Satoshi' !important;
}

.header-btn-premium ul li a.join-free {
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 30px;
}

.header-btn-premium ul li a.need-help {
  padding: 10px 15px;
  background: linear-gradient(345deg, #8A3C15 0%, #F06924 100%);
  color: #fff;
  border-radius: 30px;
}



.single-choose-us .choose-select a img {
  display: inline-block;
}

.have-que-img img {
  display: inline-block;
}

.have-que-btn .download-faq-btn a img {
  display: inline-block;
}

.success-stories-wrapper .story-left img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
}

.success-stories-wrapper .owl-nav {
  display: none !important;
}

.success-stories-wrapper .owl-dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative;
  z-index: 1;
}

.success-stories-wrapper .owl-dots button.owl-dot span {
  height: 20px;
  width: 20px;
  background-color: #B8B8B8;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-stories-wrapper .owl-dots button.owl-dot.active span {
  background-color: #F06924;
}

.success-stories-wrapper .owl-dots button.owl-dot {
  height: 30px;
  width: 30px;
  margin: 10px;
  background-color: #e7e7e700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.success-stories-wrapper .owl-dots button.owl-dot.active {
  background-color: #E7E7E7;
}
.accordion-header button.accordion-button {
  width: 100%;
  font-size: 20px;
  border: 0;
  background: #fff;
  padding: 10px;
}

@media (max-width:767px) {
  .banner-caption h2 {
      font-size: 18px;
      padding: 0;
      padding-bottom: 5px;
  }

  .main-million-wrapper {
      max-width: 100%;
      padding: 10px;
      border-radius: 0;
      top: 0;
  }

  .single-million-div h4 {
      font-size: 14px;
  }

  .single-million-div p {
      font-size: 11px;
  }

  .single-million-div ul li {
      height: 25px;
      width: 25px;
  }

  .work-img {
      display: none;
  }

  .work-principle-head h2 {
      font-size: 20px;
  }

  .work-principle-logo {
      display: none;
      max-width: 0;
      padding: 0;
  }

  .principle-left, .principle-right {
      max-width: 48%;
      padding: 0;
  }

  .work-principle-content {
      justify-content: space-between;
  }

  .single-principle h4 {
      font-size: 20px;
  }

  .single-principle p {
      font-size: 12px;
  }

  .work-principle-content .principle-left:before, .work-principle-content .principle-left:after {
      opacity: 0;
      width: 0;
      height: 0;
  }

  .work-principle-content .principle-right:before, .work-principle-content .principle-right:after {
      opacity: 0;
      width: 0;
      height: 0;
  }

  .general-heading .default-heading h2 {
      font-size: 20px;
  }

  .general-heading .sub-heading h3 {
      font-size: 12px;
  }

  .general-heading {
      padding-bottom: 10px;
  }

  .single-choose-us {
      margin-bottom: 20px;
  }

  .single-choose-us span {
      max-width: 25%;
      position: relative;
      display: inline-block;
  }

  .single-choose-us h4 {
      font-size: 20px;
  }

  .single-choose-us p {
      font-size: 14px;
      line-height: 20px;
  }

  .single-choose-us .choose-select {
      margin-top: 20px;
      padding: 10px 0px;
  }

  .single-choose-us .choose-select a {
      font-size: 12px;
  }

  .why-choose-content {
      padding: 30px 0px;
  }

  .faq-wrapper {
      padding: 0px 0px !important;
  }

  .have-que-btn a {
      width: 140px;
      font-size: 12px;
      margin: 0px 5px;
      padding: 10px;
  }

  section.like-testimonial:after {
      height: 0;
      width: 0;
      opacity: 0;
  }

  .record-send-btn a {
      width: 140px;
      font-size: 12px;
      margin: 0px 5px;
      padding: 10px;
  }

  section.like-testimonial {
      padding: 30px 0px;
  }

  section.success-stories:before {
      height: 0;
      width: 0;
      opacity: 0;
  }

  .single-million-div:before {
      height: 0;
      width: 0;
      opacity: 0;
  }

  .single-million-div ul {
      display: none;
  }

  .single-million-div.ul-with-pro .product-posting {
      margin: 0;
  }

  .banner-caption h2:before {
      height: 2px;
  }

  section.why-choose {
      padding: 30px 0px;
  }

  .faq-wrapper:before, .faq-wrapper:after {
      height: 0;
      width: 0;
      opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner-caption {
      max-width: 60%;
      margin: auto;
  }
  .banner-caption h2 {
      font-size: 22px;
      padding: 0;
      padding-bottom: 5px;
  }

  .main-million-wrapper {
      max-width: 80%;
      padding: 30px;
      top: -40px;
  }

  .single-million-div h4 {
      font-size: 15px;
  }

  .single-million-div p {
      font-size: 13px;
  }

  .single-million-div ul li {
      height: 25px;
      width: 25px;
  }

  .work-img {
      display: none;
  }

  .work-principle-head h2 {
      font-size: 20px;
  }



  .principle-left, .principle-right {
      max-width: 30%;
      margin-top: 20px;
  }

  .work-principle-content {
      justify-content: space-between;
  }

  .single-principle h4 {
      font-size: 20px;
      margin-bottom: 10px;
  }

  .single-principle p {
      font-size: 12px;
  }

  .work-principle-content .principle-left:before, .work-principle-content .principle-left:after {
      width: 205px;
  }

  .work-principle-content .principle-right:before, .work-principle-content .principle-right:after {
      width: 205px;
  }

  .general-heading .default-heading h2 {
      font-size: 25px;
  }

  .general-heading .sub-heading h3 {
      font-size: 15px;
  }

  .general-heading {
      padding-bottom: 10px;
  }

  .single-choose-us {
      margin-bottom: 20px;
  }

  .single-choose-us span {
      max-width: 25%;
      position: relative;
      display: inline-block;
  }

  .single-choose-us h4 {
      font-size: 20px;
  }

  .single-choose-us p {
      font-size: 14px;
      line-height: 20px;
  }

  .single-choose-us .choose-select {
      margin-top: 20px;
      padding: 10px 0px;
  }

  .single-choose-us .choose-select a {
      font-size: 12px;
  }

  .why-choose-content {
      padding: 30px 0px;
  }

  .faq-wrapper {
      padding: 0px 0px !important;
  }

  .have-que-btn a {
      width: 140px;
      font-size: 12px;
      margin: 0px 5px;
      padding: 10px;
  }

  section.like-testimonial:after {
      height: 0;
      width: 0;
      opacity: 0;
  }

  .record-send-btn a {
      width: 140px;
      font-size: 12px;
      margin: 0px 5px;
      padding: 10px;
  }

  section.like-testimonial {
      padding: 30px 0px;
  }

  section.success-stories:before {
      height: 0;
      width: 0;
      opacity: 0;
  }

  .single-million-div:before {
      right: -50px;
  }

  .single-million-div ul {
      display: none;
  }

  .single-million-div.ul-with-pro .product-posting {
      margin: 0;
  }

  .banner-caption h2:before {
      height: 2px;
  }

  section.why-choose {
      padding: 30px 0px;
  }

  .faq-wrapper:before, .faq-wrapper:after {
      height: 0;
      width: 0;
      opacity: 0;
  }
}



/*end css*/



section.premium-header-section .row.align-items-center {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

body .header-btn-premium ul li a.join-free {
    padding: 10px 5px !important;
}

.column.column-1 ul {
    box-shadow: 0 0 6px #ccc !important;
}

.work-principle-content .principle-left:before,
.work-principle-content .principle-left:after,
.work-principle-content .principle-right:before,
.work-principle-content .principle-right:after {
    width: 235px !important;
}

.single-choose-us p {
    height: 110px !important;
}

body .accordion-header button.accordion-button {
    padding: 20px 30px 20px 50px !important;
    text-align: left !important;
}

div#accordionFlushExample p.accordion-body {
    line-height: normal !important;
}

body .have-que-wrapper p span {
    color: #fff !important;
}


.contact-us-form {
    position: relative !important;
    max-width: 80% !important;
    padding: 20px !important;
    height: 340px !important;
    border-radius: 10px !important;
}

section.contact-now-wrapp .general-heading:before {
    height: 0;
    width: 0;
    opacity: 0;
}

body .record-send-btn .record-btn a {
    display: inline-block !important;
    line-height: normal !important;
}

body .record-send-btn {
    margin-top: 60px;
}

section.like-testimonial .row.text-center {
    position: relative;
    z-index: 1;
}

section.like-testimonial .row.text-center:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    width: 300px;
    height: 280px;
    z-index: -1;
    background-image: url("../png/faq-left.png");
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.success-stories-right .story-right.mb-4 {
    margin-bottom: 20px;
}

.annual-prize {
    position: relative;
    z-index: 1;
    top: 30px;
    display: inline-block;
}

.annual-prize h4 {
    display: inline-block;
    position: relative;
    color: #1C1C1E;
    font-size: 30px;
    font-family: 'satoshi' !important;
    font-weight: 700;
}