/* .money-back-guarantee {
  margin-top: 20px;
} */

.try {
  color: #fff;
  padding: 20px 0px;
  font-weight: 600;
}

.money-back {
  background: #212529;
  line-height: 24px;
}
.prod-content .d-flex img {
  width: auto;
  height: auto;
  max-width: none;
}
.align-top {
  align-items: flex-start;
}

button#nextbtn:hover {
  background: #19af42;
  opacity: 0.8;
}
input[type="submit"].green-btn {
  border: 2px solid #08501b;
  background: #19af42;
  padding: 20px;
}
input[type="submit"].green-btn:hover {
  background: #19af42;
  opacity: 0.8;
}
.btn-container-x {
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .money-back-guarantee {
    margin: 0 auto 10px;
    width: 28%;
  }

  .try {
    padding: 5px 10px;
  }

  .money-back {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .money-back {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .addinfo {
    margin: 0 auto;
  }

  .guarantee-text {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .black-banner {
    display: none !important;
  }

  footer a {
    font-size: 13px !important;
  }
  .d-grid-m {
    display: grid;
  }
  .order-md-2 {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .black-banner-m {
    display: none !important;
  }

  .btn-container-x {
    max-width: 430px;
    width: auto;
    display: inline-block;
  }

  .btn-margin {
    margin: 0;
    max-width: 430px;
    display: inline-block;
  }
}

@media screen and (max-width: 1440px) {
  .why-details p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 600px) {
  .black-banner {
    display: none !important;
  }

  .why-details p {
    font-size: 11px !important;
    line-height: 15px !important;
  }

  .why-details img {
    width: 40px !important;
    height: auto !important;
  }

  .why-details > .col-xs-3 {
    padding: 0 !important;
  }
  .btn-container-x {
    width: 100%;
  }
  .btn-new span {
    font-size: 14px;
  }
}

.pricing h4 {
  margin: 20px 0 !important;
}

.why-details {
  margin: 40px 0 0px;
}

.why-details p {
  font-size: 18px;
  font-weight: 600;
  color: #0c4182;
  margin-top: 10px;
}

.why-text {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .hide-desktop {
    display: none !important;
  }
}

.ships:before {
  vertical-align: middle;
  display: inline-block;
  margin: -2px 5px 0 0;
  width: 9px;
  height: 9px;
  background: #6fb620;
  border-radius: 50%;
  content: "";
  animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
  0%,
  100%,
  70% {
    opacity: 100%;
  }

  50% {
    opacity: 30%;
  }
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.w-30 {
  width: 345px;
}

.hourglass {
  margin: -2px 3px 0 0;
  animation: rotateP 2.5s ease-in-out forwards infinite;
}

@keyframes rotateP {
  0% {
    transform: rotate(0);
  }

  100%,
  50% {
    transform: rotate(180deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(00deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite
}

@keyframes pulse {
  0% {
      transform: scale(.9)
  }

  50% {
      transform: scale(1)
  }

  100% {
      transform: scale(.9)
  }
}

@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scale(.95)
  }

  50% {
      -webkit-transform: scale(1)
  }

  100% {
      -webkit-transform: scale(.95)
  }
}


.top-nav,
header {
  border-bottom: 0;
}

.prod-box .cta-btn {
  line-height: normal !important;
}

body .btn-container-x small {
  font-size: 80%;
}

/* Target iPads in both portrait and landscape orientations */
@media only screen and (device-width: 768px) and (device-height: 1024px),
  only screen and (device-width: 1024px) and (device-height: 1366px),
  only screen and (device-width: 820px) and (device-height: 1180px),
  only screen and (device-width: 834px) and (device-height: 1112px),
  only screen and (device-width: 834px) and (device-height: 1194px) {
  .gb1 {
    max-width: 100% !important;
  }

  .guaranteed-box {
    text-align: center;
  }
}

.guaranteed-box {
  display: flex;
  width: 100%;
  padding: 0px;
  margin-top: 20px;
}

.money-back-icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.gb1 {
  flex: 1;
  min-width: 0;
}

.gb-heading {
  font-weight:600;
  margin-bottom: 5px;
  font-size: 16px;
}

.gb-p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  font-weight: 300;
}

/* iPad-specific media queries */
@supports (-webkit-touch-callout: none) {
  /* iOS-specific styles */
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    footer .mw-copyright {
      font-size: 14px !important;
    }

    .checkout-items {
      padding-left: 80px;
    }
    .totalsum {
      padding-left: 90px;
    }
    .guaranteed-box {
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      gap: 20px;
      padding: 15px 20px;
    }
    .hidden-sm {
      display: none !important;
    }
    .gb1 {
      width: auto;
      text-align: left;
      padding: 0;
    }

    .money-back-icon {
      display: block;
      margin: 0;
    }
  }
  .cntrmbl {
    text-align: center;
  }
  .sec3 {
    background-size: 790px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .sec3 {
    background-size: 790px !important;
  }
}

@media screen and (max-width: 834px) {
  .guaranteed-box {
    flex-direction: row;
    padding: 15px;
  }

  .gb1 + .gb1 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .guaranteed-box {
    margin-top: -20px;
  }

  .gb1 {
    width: 100%;
    margin: 10px 0;
  }

  .gb1 + .gb1 {
    margin-left: 0;
  }
}

@media screen and (min-device-width: 820px) and (max-device-width: 1180px) {
  .guaranteed-box {
    display: flex !important;
    flex-direction: row !important;
  }
}
.sec2 {
  padding: 30px 0 30px;
  color: #2e3a4b;
}
.heading-main-txt {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.sec6-heading {
  max-width: 750px;
  margin: 0 auto 20px;
}
.mw-package-title-most-popular {
  background: #0d50a1 !important;
}
.checkout-items--content a.green-btn:hover {
  opacity: 1;
  font-size: 18px;
}

.scrollToPackages .btn,
.btn-container-x .btn {
  white-space: normal;
  height: auto;
  line-height: normal;
  /* border-radius: 12px; */
  border-radius: 45px;
}
.scrollToPackages .btn img,
.btn-container-x .btn img {
  display: none;
}
/* floating button */

.show-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  #ctabtn-mob {
    background: transparent;
    padding: 7px 10px;
    position: fixed;
    bottom: 0%;
    left: 0;
    z-index: 999;
    transition: bottom 1s;
    display: table;
    width: 100%;
  }
  .show-mob {
    display: block;
  }
  .hide-mob {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  .heading-main-txt {
    font-size: 28px !important;
  }
}
/* floating button end */
@media screen and (max-width: 768px) {
  .heading-main-txt2 {
    font-size: 16px !important;
  }
  .cb-click-bump-order-sum-div-3 p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .sec2 {
    padding: 15px 0px;
  }
  .prod-box .cta-btn-select {
    height: auto;
    /* padding: 15px 15px 15px 15px !important; */
    width: 165px !important;
  }
  .prod-box {
    margin-bottom: 20px;
  }
  .prod-box img {
    width: 115px;
  }
  .popular_badges {
    display: none !important;
  }
}



@media screen and (max-width: 991px) and (min-width: 240px) {
  #leaveFade,
  .leavepop_all {
    top: 40%;
  }
}

.ex-protection .secure-icon {
  display: none;
}
.billing-form-box {
  text-align: center;
}
.billing-info label {
  display: none;
}
.billing-info .form-item {
  margin-bottom: 10px;
}

/*****bottom pop css *****/

.w_fomo_wrapper {
  position: fixed;
  bottom: 0px;
  left: 10px;
  min-width: max-content;
  background-color: #fff;
  -webkit-transition: transform 0.8s ease;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  z-index: 1001;
  color: #fff;
  font-weight: 400;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-box-shadow: 0 0 5px #6f6f6f;
  /* box-shadow: 0 0 5px #6f6f6f;
  border-radius: 20px; */
  max-width: min-content;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  background: #fff;
  box-shadow: 0 4px 8px 0;
}
.w_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.w_desc p {
  margin-bottom: 6px;
  text-align: left;
  font-size: 12px;
  color: #000;
  line-height: normal;
}
.w_desc p .green{
    color: #1664c3;
}
.wysiwyg-content.statistical table {
  text-align: right;
  font-size: 14px;
  width: 100%;
}
.wysiwyg-content.statistical .ta-l {
  text-align: left;
}
.edit_mode .w_fomo_wrapper {
  position: static;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.w_fomo_wrapper.notify {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.w_fomo_wrapper .w_item {
  display: table;
  width: 380px;
}
.w_fomo_wrapper .w_item > div {
  display: table-cell;
  vertical-align: middle;
}
.w_fomo_wrapper .w_thumb {
  width: 111px;
  background-color: #fff;
  text-align: center;
}
.w_fomo_wrapper .w_thumb img {
  width: auto;
  margin: 0 auto;
  max-height: 60px;
  object-fit: contain;
}
.w_fomo_wrapper .w_desc {
  padding: 10px 15px;
  font-size: 1.3rem;
}
.w_fomo_wrapper .w_desc strong {
  color: #000;
}

.w_item {
  display: inline-flex;
  min-width: 300px;
  justify-content: space-between;
  transition: transform 0.8sease;
  z-index: 1001;
  font-weight: 400;
  box-shadow: 0 0 5px #6f6f6f;
  border-radius: 5px 8px 8px 5px;
  overflow: hidden;
}
.w_thumb {
  text-align: center;
  background-color: #fff;
}
.w_desc {
  padding: 10px 20px;
  /* background-color: #daffed; */
  background-color: #fff;
  min-width: 200px;
}

.cta-btn1 {
  background: linear-gradient(0deg, #3aa943 0, #649533 100%);
  border-bottom: 5px solid green;
  line-height: 45px;
  height: 68px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  padding: 0 20px;
  letter-spacing: 0;
  box-shadow: 0 3px 5px 3px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 3px 5px 3px rgb(0 0 0 / 20%);
  margin-bottom: 15px;
}

.cta-btn1:hover {
  background: #84c741;
  background: linear-gradient(90deg, #84c741 0, #3aa943 100%);
  color: #fff;
}

.billing-info .row{
  margin: 0px 0px;
}
.billing-info{
  max-width: 100%;
}

@media (min-width: 992px) {
  .w_fomo_wrapper {
    top: auto;
    bottom: 10px;
  }
  .btn-new span {
    font-size: 16px;
  }
  
}
@media (max-width: 991px) {
  .w_fomo_wrapper {
    bottom: auto;
    top: 10px;
    background-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 767.5px) {
  .btn-new{
    width: max-content;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .w_fomo_wrapper {
    width: 300px;
  }
}
@media (max-width: 600px){
.sec3 .row{
  margin-bottom: 50px;
}
}
@media (max-width: 320px) {
  .w_fomo_wrapper {
    min-width: 300px;
    max-width: 300px;
  }
}
#iv4nri {
    margin: 0 20px 0 0;
    text-align: right;
    font-size: 12px;
    color: #000;
}
/* new */
.scrollToPackages .btn, .btn-container-x .btn {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
max-width: 430px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 350px) {
  .btn-new span {
      font-size: 14px;
  }
    .addinfo {
        margin: 0 auto;
    }
  .addinfo {
      font-size: 14px;
  }
  .sec7 {
    padding: 0px;
}
}
@media (max-width: 350px) {
  .prod-box .cta-btn-select{
      width: 145px !important;
  }
  html[lang=en] .btn-arrow-icon-select {
    width: 120px;
}
}
