/*---------------------------------------------------------------------
File Name: style.css
---------------------------------------------------------------------*/

/*---------------------------------------------------------------------
Fonts
---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*---------------------------------------------------------------------
import Files
 ---------------------------------------------------------------------*/

/*---------------------------------------------------------------------
basic
---------------------------------------------------------------------*/

body {
  color: #000;
  font-size: 14px;
  font-family: "Lato", serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  position: relative;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

h2 {
  font-size: 1.2rem;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.mobile{
  display: none;
}
#heading-bar h1 {
  font-size: 1.75em;
  line-height: 1.25em;
  color: #fff;
  margin: 0;
  text-align: center;
}
.container-1100 {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1em;
  width: 100%;
}
#warning-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #EDEDED;
}
#warning-bar #warning-box .secure-encrypted {
  padding: 10px 0;
  text-align: center;
  max-width: 515px;
  margin: 0 auto;
}
#warning-bar #warning-box .secure-encrypted .pulsing-icon {
  display: inline-flex;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 2px solid #57bf93;
  position: relative;
  vertical-align: -10px;
  margin-right: 6px;
  -webkit-animation: pulsing 2s infinite ease-in-out;
  animation: pulsing 2s infinite ease-in-out;
  align-items: center;
  justify-content: center;
}
.content.wrap {
  display: flex;
  align-items: center;
}
.pulsing-icon img {
  width: 19px;
  height: 20px;
  position: relative;
  top: -2px;
}
#warning-bar #warning-box .secure-encrypted p {
  display: inline;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #3e3e3e;
}
@-webkit-keyframes pulsing {
  0% {
      -webkit-box-shadow: 0 0 0 #57bf93;
      box-shadow: 0 0 0 #57bf93
  }

  50% {
      -webkit-box-shadow: 0 1px 7px 3px #57bf93;
      box-shadow: 0 1px 7px 3px #57bf93
  }

  100% {
      -webkit-box-shadow: 0 0 0 #57bf93;
      box-shadow: 0 0 0 #57bf93
  }
}

@keyframes pulsing {
  0% {
      -webkit-box-shadow: 0 0 0 #57bf93;
      box-shadow: 0 0 0 #57bf93
  }

  50% {
      -webkit-box-shadow: 0 1px 7px 3px #57bf93;
      box-shadow: 0 1px 7px 3px #57bf93
  }

  100% {
      -webkit-box-shadow: 0 0 0 #57bf93;
      box-shadow: 0 0 0 #57bf93
  }
}
.header-summary-wrapper {
  background-color: #209dd2;
}
#heading-bar {
  padding: .625em 0;
}
#heading-bar h1 {
  font-size: 26px;
  line-height: 1.25em;
  color: #fff;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
#heading-bar h1 img {
  width: 30px;
  display: inline-block;
  margin: 0 .5em;
  vertical-align: middle;
}
#summary {
  padding: 1em 0;
}
#summary #profile-summary {
  display: block;
  text-align: center;
  max-width: 60em;
}

div#profile {
  display: none;
}
#summary #profile-summary .blurb h4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.star-points {
  margin-top: 30px;
}
.star-points ul {
  display: flex;
  justify-content: center;
}
#summary #profile-summary .blurb .star-points ul li {
  list-style: none;
  text-align: left;
  padding-left: 25px;
  padding-right: 0;
  max-width: 240px;
  color: #3e3e3e;
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 10px;
  background-position: left center;
}
#summary #profile-summary .blurb .star-points ul li span {
  color: yellow;
  font-size: 18px;
}
h2.head-block {
  background: #3e3e3e;
  color: #fff;
  padding: .625em .75em;
  font-weight: 600;
}
.block-type {
  box-shadow: 0 1px 3px 0 rgba(62,62,62,.3);
  background: #fff;
  margin-bottom: 20px;
}
.padd-block {
  padding: 10px 15px 20px;
}
.slick-slider {
  margin-bottom: 0;
}
.review_test {
  height: 100px;
}
.review_test p {
  font-size: 12px;
  margin-bottom: 0;
}
span.testimonial-name:before {
  content: "-";
}
.inner-colm {
  display: flex;
  margin: 0 -15px;
}
.left-colum {
  width: 35%;
  padding: 0 15px;
}
section.review-real {
  padding: 40px 0;
  background: #EDEDED;
}
.d-flex {
  display: flex;
}
#no-hassle-cancel h3 {
  margin: 0;
  margin-bottom: .5em;
  font-size: 1.1em;
  color: #209dd2;
  font-weight: 700;
}
.left-content-tg {
  flex: 0 0 122px;
  padding-right: 20px;
}
.left-content-tg p a{
  color:#209dd2 ;
}
.left-content-tg img {
  width: 100%;
}
.right-content-tg p {
  font-size: 12px;
  line-height: 18px;
}
.right-content-tg p a {
  color: #209dd2;
}
.slick-slider {
  margin-bottom: 0 !important;
}
.logos {
  background: #767676;
  text-align: center;
  padding: 20px;
}

.logos h5 {
  margin: 0;
  margin-bottom: 1em;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.logos ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.logos ul li:nth-child(4), .logos ul li:nth-child(5) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50%);
  flex: 1 1 calc(50%);
}
.logos ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333%);
  flex: 1 1 calc(33.333%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 0;
  max-width: 600px;
  padding: 0 2em;
}
.logos ul a img {
  width: 100%;
}
.fans {
  background: #dee4ed;
  padding: 1em;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.fans .fb-likes {
  border: 3px solid #758eb3;
  padding: .75em 1em .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  display: inline-block;
}
.tm-disclaimer {
  color: #e6e6e6;
  text-align: center;
  font-size: 1em;
  width: 90%;
  margin: 1em auto;
}
.fans .fb-likes img {
  float: left;
  margin-right: 1em;
}
.fans .fb-likes p {
  float: left;
  width: 65%;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  letter-spacing: .5px;
}
.fans .fb-likes p span {
  font-size: 32px;
}
.right-colm {
  width: 65%;
  padding: 0 15px;
}
.report-section {
  display: flex;
}
.ones-section-left {
  flex: 0 0 40%;
}
.ones-section-right {
  text-align: center;
  flex: 0 0 60%;
}
.ones-section-left .name {
  margin: 0 0 0 2.5em;
  font-size: 1em;
  font-weight: 700;
  padding-top: 6.5625em;
  text-align: center;
}
.inner-section-left{
  background-image: url(images/folder-small-white-male.png);
  width: 17.25em;
  height: 11.375em;
  background-position: left 1em;
  background-size: 17.25em;
  background-repeat: no-repeat;
  margin-left: -20px;
}
.red-copy-heading {
  color: #3e3e3e;
  margin: 0;
  padding: 4em 0 0;
}
.half {
  width: 50%;
  float: left;
  /* clear: both; */
}
.half p {
  position: relative;
  color: red;
  text-align: center;
  font-weight: 700;
}
.warning {
  padding: 6px;
  margin: 1em;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  border: 1px solid red;
  overflow: hidden;
  color: #3e3e3e;
}
.bg-grey-padd {
  background: #f5f5f5;
  padding: 10px;
}
button {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  background: #57bf93;
  font: 700 1em Lato,Helvetica,Arial,sans-serif;
  padding: .815em 2.5em;
  border-radius: 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
}
a {
  color: #209dd2;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}
h2.blue {
  color: #209dd2;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 26px;
}
ul#guidelines-list li {
  font-size: 12px;
  margin-bottom: 10px;
  font-style: italic;
}
button#warning-modal-agree {
  font-size: 18px;
  margin: 0 auto;
  height: 56px;
  max-width: 330px;
  display: block;
}
button#warning-modal-agree:hover {
 background: #73d6ac;
}
form .control-group {
  margin-bottom: 1.25em;
}
div#guideline-checkboxes {
  padding: 20px;
}
ul#guidelines-list {
  padding-top: 13px;
}
.trust-builder-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  border-top: 2px solid #e1e1e1;
  padding: 20px;
}
.bbb-brag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #025a78;
  text-transform: uppercase;
  background: #fff;
  margin: 0 auto;
  max-width: 342px;
  min-width: 124px;
  padding: 2px 5px;
  word-spacing: 2px;
  position: relative;
  border: solid 4px #025a78;
  border-radius: 8px;
}
.bbb-brag a {
  text-decoration: none;
  color: #025a78;
  cursor: default;
}
.bbb-brag span {
  background: #025a78;
  color: #fff;
  height: 100%;
  font-size: 40px;
  font-weight: 900;
  margin: -6px 8px -6px -6px;
  padding: 3px 5px;
}
.bbb-brag p {
  margin: 0;
  text-align: left;
  font-weight: 700;
  line-height: 1;
}
#audioeye {
  margin: 10px 0 0;
  color: #209dd2;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .disclaimer {
  padding: 40px 0;
}
footer p {
  font-size: 12px;
}
.d-flex.left-right {
  justify-content: space-between;
}
aside.copyright {
  text-align: left;
  font-weight: 600;
}
footer {
  border-bottom: 9px solid #EDEDED;
  padding-bottom: 15px;
}
#faqs #questions h5 {
  margin: 0;
  padding: 0 0 .25em;
  border-bottom: 1px solid #3e3e3e;
  font-weight: 600;
  font-size: 13px;
}
div#questions {
  padding: 20px;
}
#faqs #questions li {
  padding: 0;
  margin: 0 0 1em;
}
#faqs #questions p {
  margin-bottom: 0;
  font-size: 12px;
}
div#faqs {
  /*display: none;*/
}
.description-left h4 span {
  position: relative;
  font-size: 13px;
  display: inline-block;
  padding: .21428571em .71428571em;
  margin-left: 0;
  top: -.14285714em;
  background: #4ac18f;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  font-weight: 700;
}
.description-left .title {
  color: #209dd2;
  font-size: 20px;
  font-weight: 700;
  margin: 2px 0;
}
.description-left p.monthly {
  font-weight: 700;
  font-size: 20px;
}
.description-left p {
  margin: 0;
}
.price .arrow {
  background: #ffd20a;
  padding: 8px 22px 8px 17px;
  position: absolute;
  right: 1.75em;
  top: -.5em;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
}
.price .arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 31px solid transparent;
  border-right: 30px solid #ffd20a;
  position: absolute;
  left: -29px;
  top: 0;
}
.description-left {
  float: left;
  width: 71%;
  padding: 0 1.25em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.package-check {
  display: inline-block;
  width: 100%;
}
.package-check input {
  position: absolute;
  opacity: 0;
}
.price {
  float: left;
  width: 29%;
  position: relative;
  top: 15px;
  padding: 0 1.25em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price .arrow .daily {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
  color: #e80000;
  text-align: center;
  margin: 0;
}
.price .arrow .daily span {
  font-size: 14px;
  text-align: left;
}
.price .arrow .daily span:first-child {
  display: block;
}

.price .daily.limited-time {
  color: black;
  text-align: center;
  display: flex;
  align-items: center;
  padding-top: 2px;
  flex-direction: column;
}

.price .daily.limited-time span {
  color: #e80000;
}

.package-zone input:checked+.package-check label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.package-zone input:checked+label {
  background: #def1fa;
}
.check {
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 50px;
  left: 10px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  left: 0px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  border: 3px solid #fff;
}
.package-zone label:hover {
    -webkit-box-shadow: inset 0 0 0 2px #209dd2;
    box-shadow: inset 0 0 0 2px #209dd2;
}
.package-zone input[type=radio]:checked ~ .check::before {
  background: #37AB63;
}
.error {
  color: red;
  display: none;
}

input:invalid {
  border-color: red;
}
li.package-zone {
  position: relative;
  width: 100%;
  display: inline-block;

}
li.package-zone input {
  position: absolute;
  opacity: 0;
}
.package-zone label {
  padding-left: 24px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: inline-block;
  width: 100%;
}
span.prepay {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
}
.package-check-row {
  width: 100%;
  display: inline-block;
}
span.prepay span {
  font-size: 14px;
}
span.prepay br {
  display: none;
}
p.pay-less {
  color: #0eaa67;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 14.5em;
  font-size: 12px;
}
 span.smaller {
  font-size: 15px;
}
.price img {
  position: absolute;
  top: -.25em;
  right: -.25em;
  width: 4.25em;
}
.error {
  position: absolute;
  z-index: 9999;
  bottom: -2.5em;
  left:0;
  background: #ff4d4d;
  border-radius: .25em;
  padding: .25em 10px;
  color: #fff;
  font: 700 .75em Lato,Helvetica,Arial,sans-serif;
  -webkit-box-shadow: 0 1px 3px #3e3e3e;
  box-shadow: 0 1px 3px #3e3e3e;
}
.error:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 10px;
  border: 5px solid transparent;
  border-bottom-color: #ff4d4d;
}
/*input[type=email], input[type=text]{*/
/*  -webkit-appearance: none;*/
/*  border-radius: .1875em;*/
/*  -webkit-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*  width: 100%;*/
/*  height: 2.5em;*/
/*  padding: .3125em .9375em;*/
/*  -webkit-box-shadow: none;*/
/*  box-shadow: none;*/
/*  border: 1px solid #a4a4a4;*/
/*  background: #fff;*/
/*  color: #3e3e3e;*/
/*  font: 1.125em Lato, Helvetica, Arial, sans-serif;*/
/*}*/
.control-form {
  display: flex;
  margin-bottom: 10px;
}
.control-form {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
.form-ipnut {
  width: 70%;
}
.control-outter {
  padding: 20px 20px 10px;
  padding-top: 0px;
  padding-bottom: 20px;
}
form#myForm div {
  position: relative;
}
.control-form label {
  width: 26%;
  text-align: right;
  font-weight: 600;
  /* display: flex; */
}
#payment-type {
  padding-top: 20px;
}
#payment-type p {
  font-size: 14px;
  text-align: center;
  text-transform: none;
  padding: 0 1.5em;
  /*font-weight: 700;*/
  line-height: 1.2em;
}
.form-part label {
  padding: 14px;
  display: inline-block;
}
#payment-type .form-part {
  width: 48%;
  margin: 0 0% 20px;
  background: #ffc14c;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px 0 #6e6e6e;
  box-shadow: 0 1px 4px 0 #6e6e6e;
}
 #payment-type .form-part:nth-child(1) {
  background: #57bf93;
}
#payment-type .form-part {
  position: relative;
}
#payment-type .form-part input {
  position: absolute;
  left: 20px;
  top: 14px;
}
/*#payment-type label img {*/
/*  width: 100px;*/
/*  margin-right: 5px;*/
/*  margin: 0 auto 10px;*/
/*  display: block;*/
/*}*/
.form-billing {
  padding: 0px 20px;
  padding-bottom: 20px;
}
.block-type {
  box-shadow: 0 1px 3px 0 rgba(62,62,62,.3);
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
}
.form-billing {

}
.money-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  padding: 10px;
  background-color: #f1f8f4;
  border: 2px solid #73bc96;
  border-radius: 35px;
  margin: 0 auto;
}
.money-back img {
  width: 20px;
  margin-right: 12px;
}
.money-back p {
  text-align: left;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #57bf93;
}
.bg-space .bbb-brag {
  max-width: 142px;
  min-width: 124px;
}
.bg-space {
  display: flex;
  justify-content: space-between;
  padding: 30px 60px;
  background: #F5F5F5;
  border-top: 2px solid #E1E1E1;
}
.logo-payments img {
  max-height: 70px;
  width: auto;
}
.logo-payments-section {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  background: #F5F5F5;
  border-top: 2px solid #E1E1E1;
}
.logo-payments {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-payments:nth-child(1) img {
  max-height: 116px;
}
#warning-box {
  border: 3px solid #3e3e3e;
  background-color: #fff;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.third-row {
  display: none;
  opacity: 0;
  transform: translateY(50px); /* Start below its normal position */
  transition: transform 1s ease-out, opacity 1s ease-out;
}
p.conditional {
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
}
/* Bounce animation */
@keyframes bounceUp {
  0% {
    transform: translateY(2000px);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}

/* Apply the bounce animation */
.show-bounce {
  display: block;
  animation: bounceUp 0.8s ease-out forwards;
  opacity: 1;
}
.proud-reviews {
  display: none;
}
@media only screen and (max-width: 991px) {
  .proud-reviews .review-text p:first-of-type {
    text-transform: uppercase;
}
.proud-reviews .review-text p:nth-of-type(2) {
  font-size: 20px;
  padding: 0 58px;
}
.proud-reviews .review-text .based-on {
  font-style: italic;
}

.proud-reviews .review-text:before {
  float: none;
  display: block;
  margin: 0 auto .4em auto;
}
  #warning-bar #warning-box .secure-encrypted .pulsing-icon {
    width: 1.65em;
    height: 1.65em;
    vertical-align: -8px;
    border: 1px solid #57bf93;
    margin-right: 3px;
}
#warning-bar #warning-box .secure-encrypted p {
  font-size: 12px;
}
.pulsing-icon img {
  width: 1em;
  top: 0px;
  height: auto;
  left: 0.5px;
}
#heading-bar h1 {
  font-size: 1.1em;
  text-align: left;
  font-weight: 600;
}
#heading-bar h1 img {
  display: none;
}
#summary #profile-summary .blurb h4 {
  display: none;
}
.star-points ul {
  justify-content: left;
  flex-wrap: wrap;
  padding-left: 40px;
}
#summary #profile-summary .blurb h4.mobile {
  display: block;
  font-weight: 500;
  text-align: left;
}
.star-points {
  margin-top: 10px;
}
.left-colum {
  width: 100%;
  padding: 0;
}
.right-colm {
  width: 100%;
  padding: 0 15px;
}
h2.head-block {
  background: transparent;
  color: #3e3e3e;
}
.block-type {
  box-shadow: none;
  background: #fff;
  margin-bottom: 0;
}
section.review-real {
  padding: 30px 0;
  background: transparent;
}
div#no-hassle-cancel {
  display: none;
}
.inner-colm {
  margin: 0;
  flex-wrap: wrap;
}
.report-section {
  display: flex;
  flex-wrap: wrap;
}
.ones-section-left {
  flex: 0 0 100%;
}
.ones-section-right {
  text-align: center;
  flex: 0 0 100%;
}
.right-colm {
  width: 100%;
  padding: 0 0px;
}
.left-colum.mobile {
  display: block;
}
.fans {
  background: transparent;
}
.tm-disclaimer {
  color: #000;
}
.logos h5 {
  color: #000;
}
.logos {
  background: transparent;
}
.left-colum.desktop-version .logos {
  display: none;
}
.left-colum.desktop-version .fans.desktop, .left-colum.desktop-version .text-center {
  display: none;
}
.mobile {
  display: block;
}
.bg-grey-padd {
  background: transparent;
}
h3.mobile.hidden-text {
  text-align: center;
  font-size: 20px;
}
.inner-section-left {
  margin: 0 auto;
}
.warning {
  margin: 0;
}
p.copy-heading {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}
.guidelines-perks.mobile ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.guidelines-perks.mobile ul li {
  width: 50%;
  margin-bottom: 5px;
}
.guidelines-perks.mobile ul li span {
  color: #FFD20A;
  margin-right: 7px;
  font-size: 16px;
}
.warning.mobile {
  border-radius: 5px;
}
div#guideline-checkboxes {
  padding: 20px 0;
}
button#warning-modal-agree {
  max-width: inherit;
  width: 100%;
}
footer .disclaimer {
  padding: 0px 0 0;
}
.bg-grey-padd {
  padding: 0;
}
h2.blue {
  text-align: center;
}
h2.head-block {
  padding-top: 0;
  padding-left: 0;
}
.description-left h4 {
  position: absolute;
  top: 0;
  left: 0;
}
.description-left h4 span {
  border-radius: 0;
}
li.package-zone {
  margin-bottom: 10px;
}
.description-left .title {
  font-size: 14px;
}
.package-zone label {
  box-shadow: inset 0 0 0 2px #bebebe;
}
h4.mobile.guidline-head {
  background: #f2f9fc;
  border: 1px solid #209dd2;
  border-radius: 6px;
  margin: 0 1em 1em;
  color: #209dd2;
  padding: .625em;
  margin: 20px 0 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.proud-reviews {
  width: 100%;
  color: #3e3e3e;
  padding: 1em 0;
  background-color: #f5f5f5;
  border-top: 2px solid #e1e1e1;
  display: block;
}
.proud-reviews .review-text {
  margin: 0 auto;
  text-align: center;
}
.proud-reviews .review-text p {
  margin: 6px 0;
}
.proud-reviews .review-text:before {
  content: '';
  background-image: url(images/proud-stars-filled.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  float: none;
  height: 43px;
  width: 102px;
  margin: 0 auto;
  display: block;
}
span.hidden-mobile em {
  display: none;
}
div#faqs {
  display: none !important;
}
span.rounder-text {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #fff;
  background: #3e3e3e;
  border-radius: 30px;
  margin-right: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.description-left h4 span {
  margin-left: 0;
}
p.pay-less {
  top: 4px;
  left: 120px;
}
.price {
  float: right;
}
.price .arrow .daily {
  font-size: 12px;
  line-height: 1.2em;
}
.price .arrow:before {
  border-top: 25px solid transparent;
  border-bottom: 32px solid transparent;
  border-right: 25px solid #ffd20a;
  left: -24px;
}
.price img {
  width: 3.25em;
}
span.prepay {
  margin-left: 0;
  font-size: 14px;
}
span.mobile-hide {
  display: none;
}
.description-left {
  width: 55%;
}
.price {
  /*top: 30px;*/
}
.description-left {
  padding: 10px 1.25em 0;
}
.third-row {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.third-row h2.head-block {
  padding: 20px 0;
}
.control-form {
  flex-wrap: wrap;
}
.control-form label {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.third-row form {
  padding: 0;
}
.form-ipnut {
  width: 100%;
}
#payment-type {
  padding-top: 20px;
}
#payment-type p {
  font-size: 16px;
  padding: 0;
  line-height: 24px;
  margin: 0 0 20px;
}
#payment-type .form-part {
  width: 100%;
  margin: 0 0% 20px;
  background: transparent;
}
.form-billing {
  flex-wrap: wrap;
}
#payment-type .form-part:nth-child(1) {
  background: transparent;
}
#payment-type .form-part {
  color: #000;
}
.form-part span {
  font-weight: normal;
}
.bg-space {
  padding: 30px 0px;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.bg-first-sec {
  order: 2;
}
.logo-payments-section {
  flex-wrap: wrap;
}
.logo-payments {
  width: 50%;
  margin: 0 auto 20px;
}
.logo-payments img {
  max-height: 60px;
  width: auto;
}
.logo-payments:nth-child(1) img {
  max-height: 90px;
}
.d-flex.left-right {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
}
 #profile-summary  {
  padding: 1em 1em .25em;
}

#profile {
  width: 100%;
  overflow: hidden;
  -webkit-transition: max-height 2s ease;
  transition: max-height 2s ease;
}
div#profile-strength .content {
  color: #fff;
}
.profile-details {
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
div#profile {
  border-top: 8px solid #0075a7;
}
.report-folder img {
  width: 100%;
}
.report-folder {
  width: 30%;
}
 .profile-header {
  float: left;
  width: 70%;
}
.name-label {
  color: #fff;
  display: block;
  margin-top: 0;
  margin-left: 1em;
  font-size: 16px;
}
#profile-strength .content {
  padding: 0.3em .8em;
  border-radius: 10px;
  font-weight: 700;
  background: #57bf93;
  margin-bottom: .25em;
  width: auto;
  display: inline-block;
  font-size: 16px;
}
div#profile {
  display: none;
  background-color: #3e3e3e;
  border-radius: 0;
  padding: 20px;
}
.header-summary-wrapper {
  padding: 0 15px;
}

  .price .arrow .daily span {
    font-size: 12px;
    width: 60px;
    padding-top: 5px;
    padding-bottom: 6px;
    text-align: center;
  }

  .price .daily.limited-time {
    /*padding-top: 3px;*/
    /*padding-bottom: 6px;*/
    margin-top: 3px;
  }

  .price .arrow .daily.limited-time span {
    padding-bottom: 1px;
  }



}
