.card_wrapper {
  
  margin-top: 30px;
  /* background-color: #ffffff; */
  background: linear-gradient(to bottom, #fff 62%, #f7f1ec 0%);
}

.profile_section_wrapper {
  background: url(../images/top-impact-editing/cex-bg.jpg) 0 0 repeat;
}

.miniprogram #minipForm {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 16px 50px;
 border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(189, 189, 189, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(189, 189, 189, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(189, 189, 189, 0.5);
  position: relative;
  min-height: 575px;
}
#tab1 label{
  color: #000;
    font-size: 16px;
    padding-left: 5px;
}
#tab1 label sup{
  color: #d52b1e;
  font-size: 85%;
}
.bg_selction_img {
  padding: 0 15px;
}
.select_active{
  box-shadow: 0px 0px 6px 2px rgba(189, 189, 189, 1);
}
.step2_button{
text-align: center;
}
#nextBtn2{
  display: inline-block;
}
.miniprogram button:focus {
  outline: 0;
}

span.form_heading {
  text-align: center;
  display: block;
  font-size: 24px;
  padding-top: 10px;
  /* text-align: left; */
  color: #000000;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #e5e5e5; */
  /* font-family: sans-serif; */
}

span.form_heading.step_2 {
  margin-bottom: 8px;
}
#tab3 span.form_heading{
  margin-bottom: 0px;
}
.left {
  min-height: 250px;
}

.input-group.radio input[type="radio"] {
  display: none;
}

.input-group.radio input[type="radio"]:checked+.label-radio::after {
  /* content: ""; */
  display: block;
  width: 14px;
  height: 14px;
  background: #039BE5;
  border-radius: 100%;
  position: absolute;
  top: -6px;
  left: 8px;
  animation: expand 500ms linear;
}

.input-group.radio .label-radio {
  display: inline;
  position: relative;
  padding: 4px 5px;
  font-size: 0.75em;
}

img.small_img {
  width: 68%;
  /* padding: 14px; */
  /* margin: 15px !important; */
  cursor: pointer;
  border: none !important;
  margin: 0 !important;
  /* float: left; */
  /* margin-bottom: 20px; */
  /* margin-left: 8px; */
}

.input-group.radio .label-radio:first-of-type {
  margin-left: 0;
}

.input-group.radio .label-radio:before {
  /* content: ""; */
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -25px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 100%;
  border: 2px solid #A7A9AC;
}

.miniprogram input {
  padding: 10px 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border-radius: 4px;
  border: none;
  background-color: #f5f5f5;
}

.miniprogram button:focus-within {
  border: none;
}

/* Mark input boxes that gets an error on validation: */
.miniprogram input.invalid {
  /* background-color: #ffdddd; */
  border: 1px solid #d52b1e;
  padding: 9px;
}

/* Hide all steps by default: */
.miniprogram #minipForm .tab {
  width: 100%;
  /* margin-left: 10px; */
}

.miniprogram #minipForm .tab.final_card {
  width: 100%;
}

.miniprogram button {
  background-color: #d52b1e;
  color: #fff;
  border: none;
  /* line-height: 41px; */
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 17px;
  line-height: 24px;
  /* font-weight: bold; */
  cursor: pointer;
  float: none;
  margin: 20px auto 0;
  display: block;
}

.miniprogram button:hover {
  opacity: 0.8;
}

.miniprogram #prevBtn {
  background-color: #c0c0c0;
  color: #000;
  display: inline-block;
}

/* Make circles that indicate the steps of the form: */
.miniprogram .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.miniprogram .step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.miniprogram .step.finish {
  background-color: #4CAF50;
}

.miniprogram .common-head {
  text-align: center;
  font-size: 26px;
  line-height: 37px;
  border: none;
  margin-top: 30px;
  padding: 5px 0 0px !important;
  margin-bottom: 0px;
  font-weight: bold;
  color: #fff;
  padding: 5px 0;
  margin: 0% 0 10px 0px;
}

.miniprogram .para_text {
  text-align: center;
  margin-bottom: 0px !important;
  line-height: 26px;
  margin-top: 0px !important;
  font-size: 16px;
}
div#customers-testimonials{
  margin-top: -15px;
}
.miniprogram .card {
  max-width: 62%;
  background-image: none;
  /* background: #f5f0ec; */
  /* background-image: url(../images/web-mini/step1.3.png); */
  /* box-shadow: -12px 11px 20px 0px rgba(0, 0, 0, 0.08); */
  /* border-radius: 10px; */
  /* padding: 20px 15px; */
  margin: 20px auto 50px;
  display: block;
  /* background-repeat: no-repeat; */
  /* background-position: 101% 13px; */
  /* position: relative; */
}

.miniprogram #card_container p {
  text-align: center;
}

.miniprogram .navigation {
  width: 100%;
  /* border-bottom: 1px solid #000; */
  /* background: linear-gradient(#f5f5f5, #ffffff); */
  display: inline-block;
  /* border-radius: 6px 0 0 6px; */
  padding: 15px;
  align-content: center;
  /* box-shadow: -6px 8px 20px 0px rgba(0, 0, 0, 0.08); */
  /* border-radius: 10px; */
  margin-bottom: 10px;
}

.miniprogram #card_container {
  height: 262px;
  width: 25%;
  margin: 2px 0 0px 10px;
  display: inline-block;
  background-size: contain;
  vertical-align: text-bottom;
  background-repeat: no-repeat;

}

.miniprogram .progressbar__container .progressbar__item {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  /* margin: 60px 0 60px; */
  padding-left: 44px;
  width: 32%;
  display: inline-block;
  padding: 0;
  margin: 5px 0 35px;
}
.miniprogram .progressbar__container .progressbar__item span {
cursor: pointer;
}
.miniprogram .progressbar__container .progressbar__item::before {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #d3d3d3;
  border-radius: 100%;
  top: 3px;
  left: 0;
  right: 0;
  left: 0;
  bottom: -26px;
  right: 0;
  margin: auto;
}
.miniprogram .progressbar__container #progressbar__item1 span::before {
  content: "1";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 6%);
}
.miniprogram .progressbar__container .progressbar__item.current span::before{
  font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 15%) !important;
}
.miniprogram .progressbar__container #progressbar__item2 span::before {
  content: "2";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 6%);
}
.miniprogram .progressbar__container #progressbar__item3 span::before {
  content: "3";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 6%);
}
.miniprogram .progressbar__container .complete#progressbar__item1 span::before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 16%);
}
.miniprogram .progressbar__container .complete#progressbar__item2 span::before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-47%, 23%);
}
.miniprogram .progressbar__container .complete#progressbar__item3 span::before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -6%);
}
.miniprogram .progressbar__container .progressbar__item.current::before {
  border-color: #d52b1e;
  width: 60px;
  height: 60px;
}

.miniprogram .progressbar__container .progressbar__item.current::after {
  cursor: pointer;
  content: none;
  display: block;
  width: 20px;
  height: 20px;
  background: #2d2d2d;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
}

.miniprogram .progressbar__container .progressbar__item.complete::before {
  border: 1px solid #53d520;
  background: #53d520;
}
.miniprogram .progressbar__container .progressbar__item.complete span{
  color: #fff;
    left: 94px;
    font-size: 26px;
    top: -5px;
}
.miniprogram .progressbar__container .progressbar__item.complete::after {
    border: 2px solid #53d520 !important
}
.miniprogram .progressbar__container #progressbar__item1::after {
  content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 116px;
    border: 2px solid #eee;
    top: 41px;
    left: 14px;
    animation: linearGradual 300ms ease-out;
    top: -39px;
    left: 214px;
    animation: linearGradual 300ms ease-out;
    transform: rotate(90deg);
}
.miniprogram .progressbar__container #progressbar__item2::after {
  content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 116px;
    border: 2px solid #eee;
    top: 41px;
    left: 14px;
    animation: linearGradual 300ms ease-out;
    top: -39px;
    left: 214px;
    animation: linearGradual 300ms ease-out;
    transform: rotate(90deg);
}
/*preview crd */
#card_container.preview_one {
  padding: 10px 25px 10px 20px;
  background-image: url(../images/miniprograms/1/thumbnail.jpg);
}

#card_container.preview_two {
  padding: 10px 25px 10px 20px;
  background-image: url(../images/miniprograms/2/thumbnail.jpg);
}

#card_container.preview_three {
  padding: 20px 35px 15px 30px;
  background-image: url(../images/miniprograms/3/thumbnail.jpg);
}

#card_container.preview_four {
  padding: 35px 25px 10px 20px;
  background-image: url(../images/miniprograms/4/thumbnail.jpg);
}

#card_container.preview_five {
  padding: 10px 25px 10px 20px;
  background-image: url(../images/miniprograms/5/thumbnail.jpg);
}

.preview_one .heading {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #F7CA47;
  border-bottom: 1px solid #F7CA47;
}

.preview_one .thankyou {
  font-size: 16px;
  color: #fff;
}

.preview_one .journal {
  color: #fff;
  font-size: 14px;
  border: 1px solid #F7CA47;
}

.preview_one .ppaper {
  color: #fff;
  font-size: 14px;
}

.preview_one .pdoi {
  color: #fff;
  font-size: 12px;
}

.preview_one .share {
  color: #ffff;
  font-size: 14px;
}

/*card 2*/
.preview_two {
  color: #000;
}

.preview_two .heading {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #4ca7a1;
  border-bottom: 1px solid #4ca7a1;
}

.preview_two .thankyou {
  font-size: 16px;
}

.preview_two .journal {
  font-size: 14px;
  border: 1px solid #000;
}

.preview_two .ppaper {
  font-size: 14px;
}

.preview_two .pdoi {
  font-size: 12px;
}

.preview_two .share {
  font-size: 14px;
}

/*card 3*/
.preview_three {
  color: #000;
}

.preview_three .heading {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #9c0103;
  border-bottom: 1px solid #9c0004;
}

.preview_three .thankyou {
  font-size: 12px;
}

.preview_three .journal {
  font-size: 14px;
  border: 1px solid #000;
}

.preview_three .ppaper {
  font-size: 12px;
}

.preview_three .pdoi {
  font-size: 12px;
}

.preview_three .share {
  font-size: 14px;
}

/*card 4*/
.preview_four {
  color: #000;
}

.preview_four .heading {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #9c0103;
  border-bottom: 1px solid #9c0004;
}

.preview_four .thankyou {
  font-size: 16px;
}

.preview_four .journal {
  font-size: 14px;
  border: 1px solid #000;
}

.preview_four .ppaper {
  font-size: 14px;
}

.preview_four .pdoi {
  font-size: 12px;
  margin-bottom: 0px;
}

.preview_four .share {
  font-size: 14px;
}

/*card 5 */
.preview_five {
  color: #fff;
}

.preview_five .heading {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #F7CA47;
  border-bottom: 1px solid #F7CA47;
}

.preview_five .thankyou {
  font-size: 16px;
}

.preview_five .journal {
  font-size: 14px;
  border: 1px solid #fff;
}

.preview_five .ppaper {
  font-size: 14px;
}

.preview_five .pdoi {
  font-size: 12px;
}

.preview_five .share {
  font-size: 14px;
}

/*final cad*/
/* .miniprogram #final_card {
  height: 255px;
  width: 65%;
  margin: 0px 0 0px 10px;
  display: inline-block;
  background-size: contain;
  vertical-align: top;
} */

.miniprogram #minipForm .tab.final_card .left {
  width: 40%;
  float: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 60px;
}

.miniprogram #minipForm .tab.final_card .right {
  width: 56%;
  display: inline-block;
  float: right;
  margin: 10px auto;
}

.para_text_head {
  text-align: center;
  font-size: 50px !important;
  display: block;
  margin: 10px auto !important;
  font-weight: bold;
  line-height: 60px !important;
}
.profile_section_wrapper .para_text_head {
  font-size: 28px !important;
}
.qq img {
  margin-bottom: 5px;
}
#final_img img {
  max-width: 45%;
  margin: 0px auto 0px;
  display: block;
}
#final_img {
  min-height: 320px;
}
.icon_button span.text {
  font-size: 17px;
  display: inline-block !important;
  vertical-align: text-bottom;
  font-family: sans-serif;
  color: #000;
  min-width: 98px;
}
.loadermask {
  position: absolute;
  width: 100%;
  background: #62626238;
  z-index: 99;
  height: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  opacity: 1;
  display: none;
  /* border-radius: 10px; */
}
.loader-container {
  min-height: 52pt;
  display: flex;
  position: relative;
  top: 34%;
}
@keyframes loading {
  0% {
    width: 50pt;
    height: 50pt;
    margin-top: 0;
  }
  25% {
    height: 4pt;
    margin-top: 23pt;
  }
  50% {
    width: 4pt;
  }
  75% {
    width: 50pt;
  }
  100% {
    width: 50pt;
    height: 50pt;
    margin-top: 0;
  }
}

.loader {
  width: 50pt;
  height: 50pt;
  border-radius: 100%;
  border: rgba(255, 255, 255, 0.5) 4pt solid;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  animation: loading 1s infinite;
}

.load-text {
  position: relative;
  top: 33%;
  padding-top: 15px;
  text-align: center;
  font: 14pt "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
}


#spn {
  border: 2px solid transparent;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: -3px -3px 0px rgba(0, 0, 0, 0.4);
  border-style: solid;
  position: relative;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: spn 2s infinite linear;
  -moz-animation: spn 2s infinite linear;
  -o-animation: spn 2s infinite linear;
  animation: spn 2s infinite linear;
  position: absolute;
  top: 24%;
  left: 46%;
}


#spn:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #666;
  border: 2px solid transparent;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: -3px -3px 0px rgba(0, 0, 0, 0.4);
  border-style: solid;
  margin: 0 auto;
  margin: 28px 25px 85px;
  border-radius: 50%;
  -webkit-animation: spn_ 1s infinite linear;
  -moz-animation: spn_ 1s infinite linear;
  -o-animation: spn_ 1s infinite linear;
  animation: spn_ 1s infinite linear;
}

.loading {
  color: rgb(0, 0, 0);
  -webkit-animation: load 2s infinite linear;
  -moz-animation: load 2s infinite linear;
  -o-animation: load 2s infinite linear;
  animation: load 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 44%;
}

@-webkit-keyframes spn {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
  }
}

@keyframes spn {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
  }
}

@-webkit-keyframes spn_ {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
  }
}

@keyframes spn_ {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
  }
}

@-moz-keyframes load {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes load {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes load {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

.lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  left: 48%;
  top: 34%;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.social_share_wrap {
  display: inline-block;
}

.a2a_default_style a {
  float: none !important;
  line-height: 28px !important;
  /* padding: 0px 0px; */
}

#backstep2_linkprevBtn {
  display: inline-block;
  float: right;
  /* position: absolute; */
}

/*carousel*/
#choose_template {
  width: 15%;
  display: inline-block;
  float: left;
  height: 342px;
  position: relative;
}

div#sample_wrapper {
  width: 67%;
  position: relative;
  float: left;
  padding-left: 15px;
  display: inline-block;
}

#bg_selection.owl-carousel {
  transform: rotate(90deg);
  /* margin-top: 0px; */
  display: inline-block;
  position: absolute;
  width: 327px;
  left: -123px;
  bottom: 114px;
  /* height: 339px; */
}

#bg_selection .item {
  transform: rotate(-90deg);
  /* padding: 0px 6px 5px 5px; */
  /* cursor: pointer; */
}

#bg_selection.owl-carousel .owl-wrapper {
  display: table !important;
}

#bg_selection.owl-carousel .owl-nav .owl-prev {

/* right: -50px; */

left: -19px;
}

#bg_selection.owl-carousel .owl-nav .owl-next {

  right: -20px;
}

#bg_selection.owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}

/* text-align: center; */
/* padding: 20px 15px 20px 20px; */
/* margin: 10px 5px; */
}

#bg_selection.owl-carousel .owl-nav {
  /* display: flex; */
  /* justify-content: space-between; */
  /* position: absolute; */
  width: 100%;
  /* top: calc(51% - 33px); */
}

#bg_selection.owl-carousel .owl-nav .owl-prev,
#bg_selection.owl-carousel .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 30px;
  /* left: 20px; */
}

#customers-testimonials .item {
  text-align: center;
  padding: 20px;
  margin: 10px 0;
  opacity: 0.8;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}



#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);

}

#customers-testimonials .owl-item img {
  box-shadow: -12px 11px 20px 0px rgba(0, 0, 0, 0.08);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  margin: 0 auto 17px;
  border: 1px solid #000;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #d52b1e !important;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #c6c5c5 !important;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin: 0 1px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.owl-prev {
  position: absolute;
  left: 15px;    font-size: 30px;
  top: 41%;
}

.owl-next {
  position: absolute;
  right: 15px;    font-size: 30px;
  top: 41%;
}

/*share section*/
.share_section {
  /* display: contents; */
  padding: 44px 0 6px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
span.icon_button i{
  padding-right: 5px;
  vertical-align: top;
}
span.icon_button img{
  padding-right: 2px;
}
.share_section .icon_button {
  border: 1px solid #d3d3d3;
  font-size: 25px;
  padding: 8px 10px;
  border-radius: 5px;
}
span.icon_button{
  min-width: 125px;
}
span.icon_button.wechat i {

  color: #2dcf7c;
  font-size: 25px;
}

span.icon_button.email i {
  color: #fbb500;
  font-size: 25px;
}

span.icon_button.qq img {
  padding-right: 2px;
  padding-top: 0px;
  margin-bottom: 3px;
}
span.icon_button.download img {
  padding-right: 2px;
}
@media (max-width: 767px) {
  #final_img img {
    max-width: 95%;
}
  .navbar{margin-bottom: 0;}
  .miniprogram .common-head{font-size: 20px !important ;}
  .para_text_head {
    font-size: 30px !important;
    line-height: 41px !important;
}
.miniprogram .progressbar__container .progressbar__item.current::after{
  content: none !important;
}
.miniprogram .progressbar__container #progressbar__item2::after{
  content: none !important;
}
.miniprogram .progressbar__container #progressbar__item1::after{
  content: none !important;
}
.miniprogram .card {
  max-width: 81%;}
}
@media (max-width: 767px) {
  .samplegeneratorcontainer .paper p {
    line-height: 19px !important;
}
  .para_text br{display: block;}
  .navbar{margin-bottom: 0;}
  .miniprogram .common-head{font-size: 20px !important ;}
  .para_text_head {
    font-size: 30px !important;
    line-height: 41px !important;
}
  .miniprogram .navigation {
    width: 100%;
  }
  .miniprogram .progressbar__container .progressbar__item.current::after{
    content: none !important;
  }
  .miniprogram .progressbar__container #progressbar__item2::after{
    content: none !important;
  }
  .miniprogram .progressbar__container #progressbar__item1::after{
    content: none !important;
  }
  .miniprogram .progressbar__container #progressbar__item2 span::before{
    left: 56%;
  }
  .miniprogram .progressbar__container #progressbar__item3 span::before{
    left: 82%;
  }
  #bg_selection.owl-carousel{
    transform: none;
    width: 83%;
    left: 20px;
    right: 0;
    bottom: 0;
  }
  #bg_selection.owl-carousel .owl-nav .owl-prev, #bg_selection.owl-carousel .owl-nav .owl-next{
    bottom: 20px;
  }
  .bg_selction_img{
    padding: 0 10px;
  }
  .miniprogram #minipForm{
    padding: 16px 30px;
  }
  .miniprogram #minipForm .tab {
    width: 100%;
    margin-left: 0px;
  }

  .samplegeneratorcontainer {
    margin-bottom: 30px;
    min-height: 290px !important;
  }

  .miniprogram #minipForm .tab.final_card .left {
    width: 100%;
  }

  .miniprogram #minipForm .tab.final_card .right {
    width: 100%;
    margin: 0 auto 30px;
  }

  .miniprogram .progressbar__container .progressbar__item {
    width: 31%;
    display: inline-block;
    padding: 0;
    margin: 5px 0 35px;
  }

  .miniprogram .progressbar__container #progressbar__item3::before {
    left: 61%;
  }

  .miniprogram .progressbar__container #progressbar__item2::before {
      left: 4%;
  }

  .miniprogram #minipForm {
    margin-left: 0;
    width: 100%;
  }

  .miniprogram .card {
    background-image: none !important;
    max-width: 100%;
  }

  span.form_heading {
    padding-top: 10px;
  }

  .miniprogram .progressbar__container .progressbar__item.complete::after {
    top: -3px;
    left: 66px;
    animation: linearGradual 300ms ease-out;
    transform: rotate(90deg);
  }

  .miniprogram .progressbar__container #progressbar__item2.current::after {
    left: 29px;
  }

  .miniprogram .progressbar__container #progressbar__item3.current::after {
    left: 50px;
  }

  .miniprogram .progressbar__container #progressbar__item2.complete::after {
    left: 87px;
  }

  .miniprogram #card_container {
    height: 262px;
    width: 84%;
    margin: 25px 20px 10px;
  }
  #progressbar__item3::after{
    cursor: default;
  }
  #progressbar__item3::before{
    cursor: default;
  }
  /* .miniprogram #final_card {
    height: auto;
    width: 100%;
    margin: 0;
  }

  .miniprogram #final_card .left {
    width: 100%;
  }

  .miniprogram #final_card .right {
    width: 100%;
    display: block !important;
    margin: 30px auto 0;
  } */

  .para_text_head {
    text-align: center;
    font-size: 20px;
  }

  #spn {
    top: 39%;
    left: 32%;
  }

  .loading {
    top: 59%;
    left: 15%;
  }

  #backstep2_linkprevBtn {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
  }

  .buttons div {
    text-align: center;
    float: none !important;
  }

  a#final_download_link {
    margin-left: 1%;
  }

  img.small_img {
    width: 100% !important;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  #bg_selection .item{
    transform: none;
  }
  #choose_template {
    width: 100%;
    display: inline-block;
    height: 90px;
    margin-bottom: 20px;
  }
  .share_section {
    padding: 30px 0px 30px 0px;
  }

  .a2a_default_style a {
    padding: 0px !important;
    display: inline-block;
    width: 48%;
    margin: 20px 0;
  }
}

@media (max-width: 380px) {

  .para_text_head {
    font-size: 22px !important;
    line-height: 30px !important;
}
.miniprogram .common-head {
  font-size: 18px !important;
}
  a#final_download_link {
    margin-left: 9%;
  }
.bg-reward{min-height: auto;padding-bottom: 30px;}
  .share_section {
    padding: 30px 0px 30px 0px;
  }

  .miniprogram .progressbar__container #progressbar__item2 span::before {
    left: 58%;
}
.miniprogram .progressbar__container #progressbar__item2::before {
  left: 17%;
}
.miniprogram .progressbar__container #progressbar__item3::before {
  left: 39%;
}
.miniprogram .progressbar__container #progressbar__item3 span::before {
  left: 72%;
}
.a2a_default_style a {
  width: 45%;
}
}
