@font-face {
  font-family: 'ButlerPro';
  src: url('../font/ButlerPro-Bold.woff2') format('woff2'),
       url('../fonts/ButlerPro-Bold.woff') format('woff'),
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", Sans-serif;
}

html {
  scroll-behavior: smooth;
}

.top-sec {
  background-color: transparent;
  background-image: url(../img/bg-mo360.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0em 0em 5em 0em;
}

.top-blue-h2 h2 {
  font-size: 20px;
  font-weight: 600;
}

.banner-sec {
  width: 100%;
  display: flex;
}

.topheading {
  width: 50%;
}

.slidersec {
  width: 50%;
}

.container-sec {
  max-width: 1140px;
  margin: 0 auto;
}

.topheading h2 {
  color: #2e3238;
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.topheading h4 {
  color: #666666;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 13px 0 13px 0;
}

.main-title {
  color: #2e3238;
  /* font-family: "Poppins", Sans-serif; */
  font-family: "ButlerPro";
  font-size: 52px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2em;
}

.slidersec h5 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  padding: 3px 0 10px 0;
}

.topslider-btn .btn {
  padding: 3% 0% 3% 0%;
  background-color: #059a33;
  border-radius: 100px 100px 100px 100px;
}

.topslider-btn .btn {
  padding: 3% 0% 3% 0%;
  background-color: #059a33;
  border-radius: 100px 100px 100px 100px;
  width: 70%;
  border: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

/* slider css */
.offer-slider img {
  width: 80%;
  margin: 0 auto;
  padding:0 5px;
}

.offer-slider .slick-dots {
  bottom: -40px;
  z-index: 99;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.offer-slider .slick-dots li button {
  display: none;
}

.offer-slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ded9d7;
  margin: 0px 3px;
  transition: 0.7s all;
  list-style: none;
}

.offer-slider .slick-dots li.slick-active {
  /* background-color: #fcaf17; */
  background-color: #012d94;
  width: 15px;
  height: 8px;
  border-radius: 20px;
}

.top-counter {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  padding: 43px 0 20px 0;
}

.counter .head {
  margin-bottom: 6px;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.counter span {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.checked {
  color: orange;
}

.banner-cta .btn {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #000000;
  color: #fff;
  background-color: transparent;

  background-color: #012d94;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 14px 76px -12px rgba(0, 0, 0, 0.5);
  padding: 17px 20px 15px 20px;
  border: none;
  margin: 42px 0 0 0;
  width:350px;
  height:68px;
}

.top-counter .counter {
  padding-right: 10px;
  border-right: 1px solid #dddddd;
}

.top-counter .counter:not(:first-child) {
  padding: 0 10px;
}

.top-counter .counter:last-child {
  padding-left: 0;
  border-right: none;
}

.banner-cta span {
  padding: 0 0 0 10px;
}

.market-inner {
  background-color: #f2f6f9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em 0em 3em 0em;
}

.market-heading h2 {
  color: #8b94a0;
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
}

.market-heading h3 {
  color: #012d94;
  font-size: 45px !important;
  margin: 0;
}

.market-heading {
  text-align: center;
}

.market-card-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 130px;
  margin-top: 30px;
  position: relative;
}

.market-card-sec .card {
  box-shadow: 0px 0px 44px -28px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: -70px 20px 165px 20px;
  padding: 30px 30px 30px 30px;
  background: #fff;
  border-radius: 11px;
  text-align: center;
}

.market-card-sec .card:nth-child(2) {
  position: relative;
  top: 90px;
}

.market-card-sec p {
  color: #000;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  line-height: 1.2em;
}

.market-bottom-heading h3 {
  text-align: center;
  color: #353a40;
  font-family: "Poppins", Sans-serif;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.3em;
}

.hero-trades-sec {
  background-color: #f2f6f9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em 0em 4em 0em;
}

#forwhom {
  background-color: #fff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em 0em 4em 0em;
}

.herorades-heading {
  flex: 0 0 50%;
}
.herorades-heading h2 {
  color: #000;
  font-family: "Poppins", Sans-serif;
  font-size: 52px;
  text-transform: capitalize;
  text-align: center;
  font-family: 'ButlerPro';
}

.trades-slider {
  margin-top: 50px;
}

.trades-slider img {
  width: 100% !important;
}

.topslider-btn span {
  position: relative;
  top: 5px;
}

.new20 {
  background-color: #fff;
  margin: 40px 0 40px 0;
}

.newcodeh2 {
  color: #2e3238;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
}

.mtop30 {
  margin-top: 30px;
}

.boxx {
  position: relative;
  border-style: solid;
  border-color: #012d94;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 10px 0px 10px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}

.dhead {
  font-weight: 700;
  line-height: 1.3em;
  font-size: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.dflex {
  display: flex;
}

.d48 {
  flex: 0 0 48%;
  max-width: 48%;
}

.d50 {
  flex: 0 0 50%;
  max-width: 50%;
}


.d100 {
  flex: 0 0 100%;
  max-width: 100%;
}


.mtop20 {
  margin-top: 20px;
}

.innergrey {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}

.innergrey.second {
  color: #666666;
  font-size: 24px;
  font-weight: 400;
}

.width100 {
  width: 100%;
}

.divider {
  height: 1px;
  width: 100%;
  background: #dddddd;
  margin: 20px 0;
}

.f20 {
  font-size: 20px;
}

.lightgrey {
  color: #666666;
}

.bordersbox {
  border: solid 2px #c8c8c8;
  padding: 2px;
  margin-top: 10px;
  border-radius: 50px;
}

.Subscribe {
  color: #fff;
  font-size: 20px;
  font-weight: 600;

  background-color: #012d94;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
}

.mtop50 {
  margin-top: 50px;
}

.bold {
  font-weight: 700;
}

.mtop10 {
  margin-top: 10px;
}

.p15 {
  padding: 15px;
}

.mright10 {
  margin-right: 10px;
}

.f800 {
  font-weight: 700;
}

.slideheader {
  cursor: pointer;
  font-size: 16px !important;
}

.slide .holder {
  width: 95%;
  margin: auto;
}

.slide .holder img {
  width: 100%;
  border-radius: 8px;
}

#acheivement {
  background-color: #f2f6f9;
  padding-bottom: 250px;
  height: 710px;
}

#acheivement h2 {
  font-size: 45px;
  font-weight: 700;
}

.whiteholderbox {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  position: relative;
  top: 250px;
}

.mainholder {
  height: 320px;
  background: #fff;
  padding: 5%;
  border-radius: 35px;
}

.boxes.dflex.gap20 {
  margin-top: -230px;
}

#acheivement {
  background-color: #f2f6f9;
}

.cta {
  border-radius: 4px;
  background-color: #2E2A94;
  box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.3);
  padding: 15px 55px 15px 40px;
  border: none;
  height: auto;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  fill: #fff;
  font-weight: 600;
  display: inline-block;
}

.boxes .box {
  border-radius: 8px;
  background-color: #001b62;
  box-shadow: 0px 10px 30px 0px rgba(112, 144, 176, 0.15);
  padding: 15px;
  color: #fff;
  margin-bottom: 20px;
  min-height: 270px;
  width: 250px;
}

.boxes .box p {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
}

.boxes .box small {
  color: #fff;
  font-size: 13px;
}

.boxes .box.box2,
.boxes .box.box3 {
  background-image: linear-gradient(180deg, #2E2A94 0%, #2E2A94 100%);
}

.gap20 {
  gap: 20px;
}

.gap5 {
  gap: 5px;
}

.text-right {
  text-align: right;
}

.mob {
  display: none;
}

.normal {
  font-weight: 400;
  display: block;
  color: #8b94a0;
}

#forwhom small {
  color: #fff;
}

#forwhom .boxes .mbox {
  box-shadow: 0px 0px 44px -28px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  padding: 20px 20px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  color: #fff;
  flex: 0 0 47%;
  max-width: 47%;
}

#forwhom .boxes .mbox img {
  width: 70px;
  margin-bottom: 20px;
}

#forwhom .boxes .mbox p {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000000;
}

.spacebetween {
  justify-content: space-between;
}

.fourblock {
  margin-top: 50px;
  width: 70%;
  max-width: 70%;
  margin: 50px auto;
}

.fourblock .dflex {
  flex-wrap: wrap;
}

#reasons {
  background-color: #fff;
  padding: 3em 0em 5em 0em;
}

.f45 {
  font-size: 45px;
}

.lightblack {
  color: #353a40;
}

.f25 {
  font-size: 25px;
}

.f18 {
  font-size: 18px;
}

.mtop10 {
  margin-top: 10px;
}

.whbox {
  background-color: #ffffff;
  /* margin: 0px 10px 0px 10px; */
  padding: 20px;
  border-radius: 20px;
  min-height: 142px;
}

#reasons .whbox .imghodler {
  flex: 0 0 110px;
  max-width: 110px;
}

.aligncenter {
  align-items: center;
}

.flexwrap {
  flex-wrap: wrap;
}

#reasons .d48 {
  flex: 0 0 49%;
  max-width: 49%;
}

#reasons .d48 .imgholder {
  flex: 0 0 110px;
  max-width: 110px;
}

#reasons .whbox {
  height: 140px;
  background-color: #f8f8f8;
}

#whyresearch {
  background-color: #f2f6f9;
  padding: 3em 0em 4em 0em;
}

.mainwhitebox {
  background-color: #f2f6f9;
  padding: 2% 2% 2% 2%;
  border-radius: 35px 35px 35px 35px;
}

#whyresearch .blackbox {
  background-color: #444b55;
  box-shadow: 0px 0px 44px -28px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 20px 40px 20px;
}

#whyresearch .blackbox img {
  width: 90px;
}

#whyresearch .blackbox p {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.imgwidth {
  width: 100%;
}

#faqs {
  padding: 3em 0em 6em 0em;
  background-color: #fff;
}

.faqblock {
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 8px;
  border-radius: 10px 10px 10px 10px;
  margin: 0 0 20px 0;
}

.faqheader {
  cursor: pointer;
  cursor: pointer;
  color: #262626;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.faqbody {
  padding: 15px 0;
  font-size: 18px;
  color: #353a40;
  line-height: 1.6;
}

.rotate {
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}

.divider {
  border: 1px solid #8894a096;
}

.privacy-policy h3 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 20px 0 15px 0;
}

.privacy-policy p {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7em;
}

.bottom-cta-btn {
  background-color: #262626;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0em;
  margin-bottom: 5em;
}

.bottom-cta-btn h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 18px 0px 4px 0px;
}

.skip-btn {
  font-family: "Poppins", Sans-serif;
  fill: #fffefe;
  color: #fffefe;
  background-color: #262626;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #012d94;

  border-radius: 8px 8px 8px 8px;
  padding: 14px 25px 14px 25px;
  font-size: 1rem;
  font-weight: 600;
}

.dealnow-btn {
  font-family: "Poppins", Sans-serif;
  fill: #000000;
  color: #fff;
  background-color: #2E2A94;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color:#2E2A94;
  border-radius: 8px 8px 8px 8px;
  /* padding: 14px 25px 14px 25px; */
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3sease-in-out;
  animation: smooth-shake 1.2sease-in-out infinite;
}

.dealnow-btn:active,
.dealnow-btn:focus {
  background-color: #012d94 !important;
  color: #fff;
}

.btn-panel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f8f8f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  color: white;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 2;
  /* border-radius: 20px 20px 0px 0px; */
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #2E2A94;
  color: white;
  cursor: pointer;
  padding: 7px 7px 0px 7px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.scrollbtn svg {
  transform: translate(0, -20%) rotate(180deg);
  color: #fff;
}

.width90 {
  width: 90%;
}

.offer {
  width: 100%;
  position: relative;

  margin: 0 auto;
  display: block;
  margin-top: 3%;
}

.plus-sign h2 {
  font-family: "Inter", Sans-serif;
  font-size: 49px;
  font-weight: 400;
  color: #000000;
}

.offer-inner {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}

.offer-value {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bottom img {
  width: 18%;
}

.offer-upto p {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  text-align: left;
}

.offer-value h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #000000;
}

.per-off {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.per-off span {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  color: #fff;
}

.aligncenter {
  align-items: center;
  justify-content: center;
}

.offer-extra p {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  text-align: left;
}

.offer-extra h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #000000;
}

.offer-value-card {

  gap: 5px;
    position: absolute;
    right: 10px;
    top: 22px;
}

.offer-inner-card {
  gap: 15px;
}

.offer-inner-card p {
  font-size: 20px;
}

.planplus h2 {
  font-size: 26px;
  font-weight: 400;
  color: #666666;
}

.offer-value-card .per-off span {
  font-size: 14px;
}

.offer-value-card h2 {

  font-size: 35px;


  font-family: "Poppins", Sans-serif;

  font-weight: 700;
  color: #ffffff;
  /* border: 2px solid; */
  text-shadow: 2px 0 #fe3428, -2px 0 #fe3428, 0 2px #fe3428, 0 -2px #fe3428, 1px 1px #fe3428, -1px -1px #fe3428, 1px -1px #fe3428, -1px 1px #fe3428;
}

.plan-input[type="radio"] {
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.1em;
  height: 1em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}

.new20offertop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.offerdeskimg img {
  width: 30%;
  position: relative;
  left: 149px;
}

.pricebox {
  display: flex;
  /* margin-left: 40px; */
  margin-right: auto;
  position: relative;
  width: 900px;
  align-items: flex-start;
}

.new20sec {
  height: auto;
  display: flex;
  align-items: center;
}

.top-thanku-sec {
  background-color: #fff;
  padding: 3em 0em 3em 0em;
}

.thanku-heading h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  line-height: 2.2em;
  color: #012d94;
}

.thanku-heading p {
  text-align: center;
  color: #353a40;
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.3em;
}

.thankubanner img {
  width: 25%;
  margin: 0 auto;
  display: block;
}

.thankucounter {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 25px;
  padding: 43px 0 20px 0;
}

.thankucounter .counter {
  padding-right: 30px;
  border-right: 1px solid #dddddd;
}

.thankucounter .counter:not(:first-child) {
  padding: 0 30px;
}

.what-to-do-next {
  background-color: #f8f8f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em 0em 4em 0em;
}

.thanku-heading {
  padding-top: 60px;
}

.todohead:before {
  content: " ";
  display: block;
  height: 1px;
  width: 130px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}

.todohead {
  position: relative;
}

.todohead {
  position: relative;
  max-width: 445px;
  margin: 0 auto;
  text-align: center;
}

.todohead:after {
  content: " ";
  height: 1px;
  width: 130px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.todocard {
  width: 40%;
  background-color: #fff;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 4% 4% 4% 4%;
  border-radius: 20px;
  margin: 45px 0 20px 0;
  margin: 0 auto;
  margin-top: 40px;
}

.todocard h3 {
  margin-bottom: 3px;
  font-family: "Poppins", Sans-serif;
  font-size: 19px;
  line-height: 2.5em;
}

.thanku-heading p {
  line-height: 1.5em !important;
  font-size: 22px;
  padding: 0 35px;
}

.todocard img {
  width: 30%;
}

.dowloadhead h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2em;
  color: #2e3238;
  text-align: center;
  margin-top: 25px;
}

.downloadimg img {
  width: 20%;
}

.downloadimg {
  display: flex;
  justify-content: center;
  margin: 25px 0 10px 0;
}

/* thanku media */
@media only screen and (max-width: 768px) {

    .thankubanner img {
    width: 50%;
  }

  .dowloadhead h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
  }

  .thanku-heading p {
    line-height: 1.3em;
  }

  .thanku-heading h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
  }

  .todocard {
    width: 90%;
  }

  .todohead:after {
    content: " ";
    height: 1px;
    width: 100px;
  }

  .todohead:before {
    width: 100px;
  }

  .todohead {
    position: relative;
    max-width: 375px;
  }

  .todohead {
    padding: 5% 5% 5% 5%;
  }

  .thankucounter {
    gap: 1px;
  }

  .downloadimg img {
    width: 44%;
  }

  .thankucounter .counter:not(:first-child) {
    padding: 0 23px;
  }

  .thankucounter .counter {
    padding-right: 13px;
  }

  .pricebox
  {
    flex-wrap: wrap;
  }
  .pricebox .d50
  {
    flex: 0 0 95%;
    max-width: 95%;
    margin-bottom: 20px;
  }

  .pricebox .d50:first-child
  {
    margin-bottom: 50px;
  }
 .pricebox .boxx
  {
    margin: 0;
  }
  .container-sec
  {
    width: 95%;
    margin: auto;
  }
}

/* thanku media end */

@media screen and (min-device-width: 609px) and (max-device-width: 768px) {
  .mo-centercard {
    position: relative;
    left: 193px !important;
  }

  .offer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .counters {
    /* gap: 11px !important; */
  }
}

@media only screen and (max-width: 525px) {
  .new20 .bottom img {
    width: 100%;
    position: relative;
    left: 63px !important;
    top: 25px !important;
  }

  .counters {
    /* gap: 14px; */
  }

  .mo-centercard {
    position: relative;
    left: 100px;
  }

  #myBtn {
    display: none;
    position: fixed;

    right: 5px;
    background-color: #2e2a9466;
  }

  .newcodeh2 {
    font-size: 18px;
  }

  .offer-upto p {
    font-size: 16px;
  }

  .offer-extra p {
    font-size: 16px;
  }

  .offer-value h2 {
    font-size: 34px;
  }

  .per-off span {
    font-size: 16px;
  }

  .offer-value {
    gap: 5px;
    right: 7px;
    top: 17px;
  }

  .plus-sign h2 {
    font-size: 30px;
  }

  .offer-inner {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .offer-value-card h2 {
    font-size: 30px;
  }

  .offer-inner-card {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .offer-inner-card .offer-upto p {
    font-size: 14px;
  }

  .bottom img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {

  .listbox-maintext {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.listbox-subtext{
  font-size: 14px !important;
  font-weight: 100 !important;
}

  .saveupto_text.price-plan-text {
    font-size: 10px !important;
}
.padding2em {
  padding: 0em 0em 2em 0em ; 
}

  #forwhom {
    
    padding: 3em 0em 0em 0em !important;
}
section.market-sec.padding2em.pu {
  padding: 0em 0em 0em 0em;
}

  .market-bottom-heading.banner {
    background-image: url(https://go.marketingbrains.co/wp-content/uploads/2025/02/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 220px !important;
    background-image: linear-gradient(270deg, #000 0%, #2E2A94 100%) !important;
}

  .market-bottom-heading.banner .sectext {
    font-size: 18px !important;
    margin-top: 20px !important;
}

.market-bottom-heading p {
  font-family: "Poppins", Sans-serif;
  padding: 4px 47px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.2em;
  color: #000000;
  text-align: center;
  
}

  .saveupto.mt-3{
    margin-top: 8px !important;
  }

  .market-bottom-heading p {
    /* margin: 0 !important; */
    padding: 0 !important;
  }

  .counters 
  {
    flex-wrap: wrap;
  }

  .counters  >div
  {
    max-width: 48%;
  }

  .counters  >.left
  {
    width: 50%;
    border-right: 1px solid #dedede;
    padding: 0px 0px 10px 0px;
  }

  .counters  >.center.counter-rating{
    width: 50%;
    border-right: 1px solid #dedede;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #dedede;

  }

  .counters  >.center{
    width: 50%;
    padding: 0px 0px 10px 0px;

  }

  .counters  >.right
  {
    width: 50%;

    border-top: 1px solid #dedede;
    padding: 10px 0px 0px 0px;
  } 

  .reason-title {
    font-size: 18px !important;
    font-weight: 500;
}

.reason-subtext {
  
  font-size: 15px !important;
  font-weight: 200;

}
  .recommended-tag{
width: 30%;
  }

  .banner-text{
    flex: 0 0 100% !important;
      max-width: 100% !important;
  }
  .video.custom-video {
    /* margin: 0px 0px 0px 8% !important; */
    margin: 0px 0px 0px 2% !important;
    border-radius: 20px 20px 20px 20px !important;
    width: 338px;
    height: 193px;
}
  .price-left-img {
    width: 36% !important;
    position: absolute;
    /* transform: translate(209px, -20px) !important; */
}
  .fs11{
    font-size: 11px !important;
  }
  .market-bottom-heading.dyk{
    flex-direction: column;
  }
  .market-bottom-heading {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
  .herorades-heading {
    flex: 0 0 100%;
  }
  .market-bottom-heading .wrw {
    transform: translate(0, -14px) !important;
}
  .newlogo {
    width: 130px !important;
    height: auto !important;
    margin-top: 10px;
  }

  .pricebox {
    display: flex;
    margin-left: 0px;
    width: 100%;
  }

  .faqbody p {
    font-size: 14px;
  }

  .mb16 {
    margin-bottom: 16px;
  }

  .mobile-border {
    border: 1px solid #cecaca;
    padding: 05%;
    border-radius: 10px;
  }

  .inner-border {
    border-top: 1px solid #cecaca !important;
  }

  .outer-border {
    border-right: 0px solid #cecaca !important;
  }

  #whyresearch .d32 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #whyresearch .d-block-mob {
    display: block !important;
  }

  #forwhom .boxes .mbox p {
    font-family: "Poppins", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2em;
    color: #000000;
  }

  .didyouknow {
    padding: 0px;
    margin-left: 0;
    background-color: #2E2A94;
    border-radius: 10px 10px 25px 25px !important;
  }

  .saveupto_text {
    font-family: "Poppins", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 0px !important;
  }

  .button-icon .e-font-icon-svg {
    height: 2em !important;
  }

  .counters {
    margin: 25px;
  }

  .counter-number {
    margin-bottom: 6px;
    color: #2E2A94;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 13px !important;
  }

  .counter-text {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 11px !important;
    font-weight: 400;
  }

  .market-bottom-heading {
    gap: 20px;
    display: flex;
    background-color: #dbe8ff;
    padding: 20px;
    align-items: center;
    margin: 0 25px 25px 25px !important;
    border-radius: 15px 15px 15px 15px;
  }

  .didyouknow {
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 0px !important;
  }

  .market-bottom-heading .trades-slider {
    flex: 0 0 69%;
    max-width: 69%;
  }

  .top-blue-h2 h2 {
    font-size: 13px;
    font-weight: 600;
  }

  .top-blue-h2 {
    font-size: 11px;
    background-color: #052d8e;
    margin: 0px 0px 0px 0px;
    padding: 1%;
    border-radius: 0px 0px 20px 20px;
    color: #fff;
    text-align: center;
    width: 95% !important;
  }

  .subscribe-big {
    background-color: #2E2A94;
    font-family: "Poppins", Sans-serif;
    font-size: 11px !important;
    font-weight: 600;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 14px 24px -12px rgba(0, 0, 0, 0.5);
    padding: 20px 20px 10px 20px !important;
    text-decoration: none;
    margin-top: 50px;
    display: flex;
    text-decoration: none;
    transform: translate(0px, 0px) !important;
    width: 88% !important;
    margin: 5px 18px!important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
  }

  /* section.market-sec{padding:unset!important;} */
  
  section.hero-trades-sec a.subscribe-big, section.new20 a.subscribe-big{
    margin: 18px 0 0 !important;
}
  .top-sec {
    padding: 0em 0em 2em 0em;
  }

  .market-bottom-heading {
    gap: 10px !important;
  }

  .fourth-heading {
    font-size: 18px !important;
  }

  .second-heading {
    font-size: 18px !important;
    margin: 0px 0px 0px 0px;
    padding: 6% 2% 4% 2% !important;
    text-align: center !important;
    color: #2e3238;
    font-weight: 500;
  }

  .third-heading {
    font-family: "ButlerPro";
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
    color: #000000;
    margin: 2% 0% 0% 0%;
  }

  .saveupto {
    align-items: stretch !important;
  }

  .fourth-heading {
    font-size: 15px !important;
    margin: 0px 0px 0px 0px;
    padding: 9% 2% 4% 2% !important;
    text-align: center !important;
    color: #2e3238;
    font-weight: 500;
  }

  .f16-mob {
    font-size: 16px !important;
  }

  .reasons-top-title {
    font-family: 'ButlerPro';
    font-size: 23px !important;
    line-height: 1.3em !important;
    color: #2E2A94;
    margin-bottom: 40px;
  }

  .new20sec {
    height: auto;
  }

  .mo-centercard {
    position: relative;
    left: 100px;

    top: 22px;
  }

  .faqheader {
    font-size: 14px;
  }

  #faqs {
    padding: 50px 15px;
  }

  .btn-panel {
    /* padding: 20px; */
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
  }

  .skip-btn {
    padding: 14px 9px 14px 9px;
    font-size: 13px;
    font-weight: 600;
  }

  .dealnow-btn {
    /* padding: 14px 9px 14px 9px;
    font-size: 16px;
    font-weight: 600; */
    font-weight: 600;
        width: 350px !important;
        font-size: 18px;
        line-height: 1.2em;
        border-radius: 10px 10px 10px 10px;
        padding: 15px 5px 15px 5px;
  }

  .mainwhitebox .dflex {
    flex-direction: column-reverse;
  }

  #reasons,
  #whyresearch {
    padding: 50px 15px;
  }

  #reasons .whbox {
    margin: 0;
    height: auto;
  }

  .mobf14 {
    font-size: 14px;
  }

  #reasons .d48 .imgholder {
    flex: 0 0 70px;
    max-width: 70px;
  }

  #reasons .d48 .imgholder img {
    width: 60px;
  }

  .mobf28 {
    font-size: 28px;
  }

  .mobf16 {
    font-size: 16px;
  }

  #reasons .d48 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #forwhom .boxes .mbox img {
    height: 50px;
    width: auto;
  }

  .fourblock {
    width: 100%;
    max-width: 100%;
    width: 95%;
    max-width: 95%;
  }

  #forwhom .boxes .mbox {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 10px !important;
  }

  #forwhom .boxes .mbox {
    margin: 0;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }

  #acheivement {
    height: auto;
    padding: 3em 0em 3em 0em;
  }

  #acheivement .whiteholderbox {
    position: static;
  }

  #acheivement h2 {
    text-align: center;
    font-size: 30px;
  }

  #acheivement .mainholder {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    margin: 10px;
  }

  .boxes.dflex.gap20 {
    margin-top: 0px;
  }

  #acheivement .mainholder .boxes {
    flex-wrap: wrap;
    justify-content: center;
  }

  #acheivement .rft.mtop30 {
    margin-top: 0;
  }

  .new20 .mtop50 {
    margin-top: 20px;
  }

  .new20 .divider {
    margin: 10px 0;
  }

  .slideheader {
    padding: 15px 0;
  }

  .new20 .d48 {
    margin-bottom: 20px;
  }

  .dhead {
    font-weight: 700;
    line-height: 1.3em;
    font-size: 25px;
    font-family: "ButlerPro";
  }

  .new20 .f20.lightgrey {
    font-size: 18px;
  }

  .new20 .mtop30 {
    margin-top: 10px;
  }

  .Subscribe {
    font-size: 14px;
  }

  .new20 .bordersbox {
    margin-top: 0;
  }

  .listbox .p15 {
    padding: 15px 0;
  }

  .new20 {
    padding: 0px;
  }

  .mobmtop10 {
    margin-top: 10px;
  }

  .new20 .offer img {
    width: 180px;
  }

  .new20 .bottom {
    flex: 0 0 34%;
    max-width: 34%;
  }

  .innergrey {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
  }

  .boxx .d48 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .new20 .bottom img {
    width: 100%;
  }

  .newtw .top {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: left;
  }

  .new20offertop {
    display: block;
  }

  .d48 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mobwrap {
    flex-wrap: wrap;
  }

  .mobdflex {
    display: flex;
  }

  .banner-sec {
    width: 100%;
    display: block;
    padding: 10px 25px;
    text-align: center;
  }

  .slidersec {
    width: 100%;
  }

  .topheading {
    width: 100%;
  }

  .main-title {
    font-size: 30px;
  }

  .counter .head {
    font-size: 16px;
  }

  .counter span {
    font-size: 12px;
  }

  .market-card-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0;
    margin-top: 100px;
    position: relative;
  }

  .market-card-sec .card:nth-child(2) {
    position: relative;
    top: 0px;
  }

  .market-card-sec .card {
    margin: -70px 10px 75px 10px;
  }

  .market-card-sec p {
    color: #000;
    font-size: 14px;
  }

  .topslider-btn .btn {
    padding: 3% 0% 3% 0%;

    width: 80%;

    font-size: 12px;
  }

  .banner-cta .btn {
    margin: 25px 0 26px 0;
  }

  .offer-slider .slick-dots {
    bottom: -40px;
    z-index: 99;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .market-bottom-heading h3 {
    font-size: 18px !important;

    padding: 20px;
  }

  .offer-slider img {
    width: 100%;
  }

  .herorades-heading h2 {
    font-size: 30px;
  }

  .market-heading h3 {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 375px) {
  .market-card-sec .card {
    padding: 30px 20px 30px 20px;
  }

  .subscribe-big {
    gap: 17px !important;
  }

  .topslider-btn .btn {
    width: 100% !important;
    font-size: 12px;
  }

  .new20offertop {
    padding: 0 8px !important;
  }

  .newcodeh2 {
    font-size: 17px;
  }

  .offer-inner {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0 0 0 12px;
  }

  .new20 .bottom img {
    width: 100%;
    margin: 0px 0 0 0px;
  }

  .offer-value-card h2 {
    font-size: 25px;
  }

  .offer-inner-card p {
    font-size: 14px;
  }

  .offer-value-card .per-off span {
    font-size: 14px;
  }

  .boxx {
    padding: 12px;
  }
}

.ButlerProFont {
  font-family: "ButlerPro" !important;
}

.blueText {
  color: #012d94;
}

.top-blue-h2 {
  background-color: #052d8e;
  margin: 0px 0px 0px 0px;
  padding: 1%;
  border-radius: 0px 0px 30px 30px;
  color: #fff;

  position: relative;

  margin: 0 auto;
  display: block;
  width: 65%;
  text-align: center;
  align-items: center;
}

.text-center {
  text-align: center !important;
}

.second-heading {
  margin: 0px 0px 0px 0px;
  padding: 3% 0% 0% 0%;
  color: #2e3238;
  font-weight: 600;
  font-size: 24px;
}

.third-heading {
  font-size: 26px;
  line-height: 1.2em;
}

.fourth-heading {
  margin: 0px 0px 0px 0px;
  padding: 3% 0% 0% 0%;
  color: #2e3238;
  font-weight: 600;
  font-size: 24px;
}

.video-section {
  margin: 3% 0% 0% 0%;
  text-align: center;
}

.video.custom-video {
  margin: 0px 0px 0px 0px;
  border:transparent !important;
}

.e-rating-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: inherit;
  margin-block-end: calc(0px - var(--e-rating-gap));
  margin-inline-end: calc(0px - var(--e-rating-gap));
  width: -moz-fit-content;
  width: fit-content;
}

/* .market-bottom-heading {
  gap: 44px;
  display: grid;
  background-color: #dbe8ff;
  grid-template-columns: 0.4fr 1fr;
  padding: 30px;
  align-items: center;
  border-radius: 25px;
  margin-bottom: 2em;
} */

.didyouknow {
  /* padding: 2%; */
  margin-left: 24px;
  background-color: #2E2A94;
  border-radius: 20px 50px 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .counter-number {
    margin-bottom: 6px;
    color: #2E2A94;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 12px !important;
  }

  .mrp {
    font-size: 44px !important;
    color: #2E2A94;
  }

  .mrp span {
    font-size: 11px !important;
    color: #666;
  }
}

.mrp {
  font-size: 44px;
  color: #2E2A94;
  line-height: 30px;
}

.mrp span {
  font-size: 16px;
  color: #666;
}

.didyouknow h3 {
  font-size: 48px !important;
  font-weight: 700;
  line-height: 1em;
  color: #fff !important;
  padding: 16px;
  font-family: 'ButlerPro';
}

.dyk-text {
  text-align: center !important;
  overflow: hidden;
}

.counters {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  /* gap: 26px; */
}

.counter-number {
  margin-bottom: 6px;
  color: #2E2A94;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.counter-text {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.left {
  border-style: solid;
  border-width: 0px 2px 0px 0px;
  border-color: #dddddd;
  margin: 0px 0px 0px 0px;
  /* padding: 0px 10px 0px 0px; */
}

.center {
  border-style: solid;
  border-width: 0px 2px 0px 0px;
  border-color: #dddddd;
  margin: 0px 0px 0px 0px;
  /* padding: 0px 10px 0px 0px; */
}

.subscribe-big {
  background-color: #2E2A94;
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 14px 24px -12px rgba(0, 0, 0, 0.5);
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 26px;
  width: 35%;
}

.button-icon .e-font-icon-svg {
  height: 1em;
}

.saveupto {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
}

.saveupto_text {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 8px;
  color: #000;
}

.padding2em {
  padding: 2em 0em 2em 0em;
}
section.market-sec.padding2em {
  padding: 4em 0em 4em 0em;
}

.holder img {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 10px 10px 10px 10px;
}

.reasons-top-title {
  font-family: "Poppins", Sans-serif;
  font-size: 45px;
  line-height: 56px;
  color: #2E2A94;
  margin-bottom: 15px;
}

.capitalise {
  text-transform: capitalize;
}

.d-none {
  display: none;
}

.text-blue {
  color: #2E2A94;
}

.flexwrap {
  flex-wrap: wrap;
}

.spacebetween {
  justify-content: space-between;
}

.d32 {
  flex: 0 0 32%;
  max-width: 32%;
}

.bold {
  font-weight: 700;
}

.mtop20 {
  margin-top: 20px;
}

.mtop30 {
  margin-top: 30px;
}

.mtop35 {
  margin-top: 35px;
}

.mtop70 {
  margin-top: 70px;
}

.w-100 {
  width: 100%;
}

.research_heading {
  font-family: "Poppins", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
}

.research_subtext {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.outer-border {
  border-right: 1px solid #cecaca;
}

.inner-border {
  border-top: 1px solid #cecaca;
}

.p-10 {
  padding: 10px;
}

.newlogo {
  width: 225px;
  height: auto;

  position: absolute;
  top: 0;
}

.dflex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.testimonails .slide .bg-white {
  background-color: #ffffff !important;
}

.market-bottom-heading {
  gap: 20px;
  display: flex;
  background-color: #dbe8ff;
  grid-template-columns: 1fr 1fr;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  border-radius: 25px;
  /* margin-bottom: 2em; */
}

.market-bottom-heading.whoarewe{
  gap: 20px;
  display: flex;
  /* background-color: #F2F6F9; */
  background-color: #e3e3e3;
  background-image: url("../../assets/img/who-bg.png");
  grid-template-columns: 1fr 1fr;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  border-radius: 25px;
  min-height: 430px;
}

.market-bottom-heading.dyk{
min-height:215px;
}
.market-bottom-heading .didyouknow {
  flex: 0 0 20%;
  max-width: 20%;
}

.market-bottom-heading .dyk-slider {
  flex: 0 0 78%;
  max-width: 78%;
}

.w-100 {
  width: 100%;
}
.market-bottom-heading p {
  font-family: "Poppins", Sans-serif;
  padding: 4px 47px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000000;
  text-align: center;
}

.market-bottom-heading .wrw {
  transform: translate(0, 35px);
}

.market-bottom-heading.banner {
  background: 
        linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(46, 42, 148) 100%), 
        url(https://go.marketingbrains.co/wp-content/uploads/2025/02/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 350px;
    z-index: 99999;
 
}



.market-bottom-heading.banner .firsttext{
  font-size: 18x;
  }

.market-bottom-heading.banner .sectext{
font-size: 24px;
}
.market-bottom-heading.banner .inner-banner::before {
  content: "";
  background-color: transparent;
  --background-overlay: "";
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(46, 42, 148) 100%
  ) !important;
}

.text-white {
  color: #ffffff !important;
}

.justify-content-left {
  justify-content: left;
}

.price-plan {
  background-color: #dce8ff;
  border-radius: 15px;
  padding: 15px;
}

.saveupto_text.price-plan-text {
  font-size: 12px;
}

/* .price-bg {
  background-image: url("https://go.marketingbrains.co/wp-content/uploads/2025/02/5-3.png");
} */

.price-left-img {
  width: 40%;
  position: absolute;
  /* transform: translate(202px, -20px); */
  right: 3px;
  top: 3px;
}

.boxx.blue {
  background-color: transparent;
  background-image: linear-gradient(180deg, #001145 0%, #2e2a94 100%);
}

.mrp.yearly {
  color: #bcd3ff;
}

.price-plan p {
  font-size: 18px;
}

.divider-span {
  width: 53%;
  margin: 0px auto;
  border-block-start: 2px solid #001b62;
}

.divider-div {
  text-align: center;
  padding-block-start: 2px;
  padding-block-end: 2px;
  border-block-start: 2px solid #001b62;
  width: 43%;
  transform: translate(61%, 0);
}

.main-divider {
  color: #001b62;
  max-width: 100%;
  padding: 22px 0;
}


.banner-text{
  flex: 0 0 50%;
    max-width: 50%;
}

.listbox p{
  font-size: 18px;
}

.listbox.yearly p{
  color: #ffffff;
}

.market-bottom-heading {
  gap: 0px;
}

.btn{
  transition: all 0.3sease-in-out;
  animation: smooth-shake 1.2sease-in-out infinite;
}

@keyframes smooth-shake {
  0%, 100% {
      transform: translateX(0);
  }

  25% {
      transform: translateX(-2px);
  }

  50% {
      transform: translateX(2px);
  }

  75% {
      transform: translateX(-2px);
  }
}

.plan-text{
  display: flex;
  justify-content: center;
  font-weight: 300;
}

.reason-title{
  margin-bottom: 10px;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.reason-subtext{
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.recommend-img{
  width: 35%;
    position: absolute;
    top: -22px;
    left: 32%;
}

.dealnow-btn
{
  width:456px;
  transition: all 0.3s ease-in-out;
    animation: smooth-shake 1.2s ease-in-out infinite;
}

.dealnow-btn::before
{
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear;
  transition: left 4s;
}

.subscribe-big
{
  transition: all 0.3s ease-in-out;
  animation: smooth-shake 1.2s ease-in-out infinite;
  position: relative;
  overflow-x: hidden;

}

.subscribe-big::before
{
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: 0px;
  animation: shine 3s infinite linear;
  transition: left 4s;
  right: 0;
  overflow-x: hidden;
}

.Subscribe
{
  transition: all 0.3s ease-in-out;
    animation: smooth-shake 1.2s ease-in-out infinite;
}






@keyframes shine {
  0% {
      left: -100px
  }

  50% {
      left: 100%
  }

  100% {
      left: 100%
  }
}

.saveupto
{
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.saveupto p
{
  margin-top: 0;
}

.saveupto span
{
  display: flex;
}

.butlerFont{
  font-family: 'ButlerPro';
}

.fw300{
  font-weight: 300;
}


.listbox-maintext{
font-size: 18px;
font-weight: 700;
}

.listbox-subtext{
  font-size: 18px;
  font-weight: 100;
  }

  .listbox-ul{
    padding: 0 40px;
  }

 .listbox-ul.yearly{
  color: #ffffff;
 }

 .wrapper{
  overflow-x: hidden;
 }

 /* new */
.testi-content p{
      font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.font-grey{
  font-family: "Poppins", Sans-serif;
  color: #2c2a2a;
    font-weight: 400;
}
.checkbox-cnt{
  font-family: "Poppins", Sans-serif;
  color: #2c2a2a;
    font-weight: 400;
}

.input-para{
  font-family: "Poppins", Sans-serif;
  color: #2c2a2a;
    font-weight: 400;
    font-size: 13px;
}

.FlatTabs.switchbtn input[type="radio"]:checked+label {

  border-radius: 0;
}

.custom-google-btn{
  padding: 0;
  margin-bottom: 21px;
}
 .imgholder img{
  aspect-ratio: 1 / 1;
  width: 70px;
  height: 70px;
 }
 .badge {
  --r: 20px;
  /* clip-path: polygon(0% 0%, 85% 0%, 100% 15%, 100% 100%, 15% 100%, 0% 85%); */
  clip-path: polygon(61% 0, 99% 71%, 100% 0);
  --r: 20px;
  width: 160px;
  aspect-ratio: 1 / cos(30deg);
  --_g: calc(tan(60deg)* var(--r)) bottom var(--r), red 98%, #0000 101%;
  clip-path: polygon(49% 0, 100% 50%, 100% 0);
  background: #ff2d22;
  rotate: -180deg;
   }


/* .triangle {
  --r:20px; 

  width: 200px;
  aspect-ratio: 1/cos(30deg);
  --_g:calc(tan(60deg)*var(--r)) bottom var(--r),red 98%,#0000 101%;
  -webkit-mask:
    conic-gradient(from -30deg at 50% calc(200% - 3*var(--r)/2),#000 60deg,#0000 0)
     0 100%/100% calc(100% - 3*var(--r)/2) no-repeat,
    radial-gradient(var(--r) at 50% calc(2*var(--r)),#000 98%,#0000 101%),
    radial-gradient(var(--r) at left  var(--_g)),
    radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 0,100% 100%,0 100%);
  background: #ff2d22;

} */
.percent {
  font-size: 40px;
  vertical-align: super;
}
.off {
  font-size: 40px;
  font-weight: normal;
}