/*Main Css */
:root {
  --primary: #1c5a32;
  --bg-light: #ffdecc;
  --bg-gray: #f4f9ff;
  --black: #000000;
  --white: #ffffff;
  --dark: #333333;

  --font-heading: "Figtree", sans-serif;
  --font-accent: "DMSans", sans-serif;
  --font-body: "DMSans", sans-serif;

  --icon: "Font Awesome 5 Pro", sans-serif;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

body {
  font-family: var(--font-body);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
body.inner-header {
  padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  font-family: var(--font-body);
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}
.pad-l-zero {
  padding-left: 0px;
}
.pad-r-zero {
  padding-right: 0px;
}
.ovr-hiddn {
  overflow: hidden;
}
.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.overlay {
  display: none;
}
.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}
.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button {
  height: 8px;
  width: 30px;
  border-radius: 100px;
  padding: 0px;
  background: #dddddd;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: #b6b9fc;
  width: 55px;
}

/*header css*/
header {
  transition: all 0.4s ease-In-out;
  background: transparent;
  z-index: 1;
}
header .container {
  padding: 30px 12px;
  border-bottom: 1px solid #ffffff1a;
}
.menuWrap {
  display: flex;
  align-items: center;
  justify-content: end;
}
.logo {
  display: inline-block;
}
.logo img {
  display: block;
}
.header-btn {
  border-radius: 68px;
  background: var(--primary);
  padding: 14px 20px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.header-btn:hover {
  transform: scale(1.03);
  color: #fff;
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/hero-bg.webp");
  position: relative;
}
.banner-content {
  padding: 70px 0 130px;
}
.banner-heading {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 59px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 20px;
}
.banner-text {
  color: #ffffffcc;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.banner-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 510px;
  margin-bottom: 20px;
}
.banner-list li {
  display: flex;
  gap: 10px;
  color: #ffffffcc;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d94d;
}
.banner-list li i {
  color: #fff;
  font-size: 12px;
  background: #19d800;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.banner-img {
  position: absolute;
  bottom: -4vw;
  right: 0;
  width: 48vw;
  z-index: 1;
  max-width: 840px;
}

/* Theme Buttons */
.btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}
.theme-btn {
  border-radius: 68px;
  background: var(--primary);
  padding: 16px 20px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.theme-btn.bordered {
  border-radius: 68px;
  background: transparent;
  border: 1px solid #fff;
}
.theme-btn.bordered.white {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.theme-btn.bordered.white:hover {
  color: var(--primary);
}
.theme-btn:hover {
  transform: scale(1.03);
  color: #fff;
}

/* section */
section {
  padding: 4rem 0;
  position: relative;
}
.sec-heading {
  color: #171717;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11;
  margin-bottom: 10px;
}
.sec-heading.white {
  color: #fff;
}
.sec-heading span {
  color: #e60000;
}
.sec-para {
  color: #171717cc;
  text-align: center;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec-para.white {
  color: #ffffffcc;
}

/* disadvantage-sec */
.disadvantage-sec {
  padding: 10rem 0 4rem;
  background-image: url("../images/disadvantage-sec-bg.webp");
  background-size: cover;
  background-position: center;
}
.disadvantage-points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-top: 30px;
}
.disadvantage-points li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6.5px 13px 6.5px 6.5px;
  border-radius: 284.5px;
  border: 0.948px solid #d9d9d9;
  background: rgba(230, 0, 0, 0.04);
  color: #171717;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.disadvantage-points li i {
  color: #e60000;
  font-size: 15px;
  border-radius: 100%;
  border: 1px solid #e600001a;
  background: #e6000024;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* solution-sec */
.solution-sec {
  background: linear-gradient(120deg, #2ad290 44.1%, #4df88c 98.6%);
}
.solution-points {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.solution-points li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6.5px 13px 6.5px 6.5px;
  border-radius: 284.5px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #00b971;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: fit-content;
}
.solution-points li i {
  color: #fff;
  font-size: 15px;
  border-radius: 100%;
  border: 1px solid #19d800;
  background: #19d800;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* premium-bonus-sec */
.premium-bonus-sec {
  padding: 4rem 0 0;
}
.premium-bonus-sec-img {
  margin-bottom: -4px;
}
.premium-bonus-card {
  border-radius: 40px;
  border: 1px solid #0000001c;
  background: #49f48c1c;
  padding: 10px;
}
.premium-bonus-card .title {
  border-radius: 40px;
  background: linear-gradient(120deg, #2ad290 44.1%, #4df88c 98.6%);
  padding: 14px 64px 14px 22px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  position: relative;
}
.premium-bonus-card .title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  background-image: url("../images/free-badge.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 90px;
  height: 90px;
}
.premium-bonus-card .desc {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.premium-bonus-card .desc li {
  color: #171717;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.premium-bonus-card .desc li:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}

/* guarantee-sec */
.guarantee-sec {
  background: linear-gradient(120deg, #2ad290 44.1%, #4df88c 98.6%);
}
.guarantee-points {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin: 30px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.guarantee-points li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6.5px 13px 6.5px 6.5px;
  border-radius: 284.5px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #fff;
  color: #646464;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: fit-content;
}
.guarantee-points li i {
  color: #fff;
  font-size: 15px;
  border-radius: 100%;
  border: 1px solid #19d800;
  background: #19d800;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* client-sec */
.client-card {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.client-card-inner {
  padding: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.client-card-text {
  color: #171717cc;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
  letter-spacing: 0.16px;
}
.client-card-text span {
  color: var(--primary);
  font-weight: 700;
}
.client-card hr {
  border: 1px solid #d9d9d9;
  width: 100%;
}
.client-card .comparision {
  display: flex;
  align-items: center;
  gap: 12px;
}
.client-card .comparision div {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.client-card .comparision div {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  position: relative;
}
.client-card .comparision div span {
  border-radius: 10px 10px 0px 0px;
  background: #d9d9d9;
  padding: 12px 14px;
  color: #171717cc;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.client-card .comparision div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -4px;
}
.client-card .client-name {
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(120deg, #2ad290 44.1%, #4df88c 98.6%), #497b5b;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.client-card .client-name p {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.37;
  letter-spacing: 0.16px;
}

/* pricing-sec */
.pricing-sec {
  background: linear-gradient(120deg, #2ad290 44.1%, #4df88c 98.6%);
  padding: 0;
  margin-top: 136px;
}
.pricing-card {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
}
.pricing-title {
  color: #171717;
  font-family: var(--font-heading);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.pricing-subtitle {
  color: #171717;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.pricing-amount-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  color: #171717cc;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.pricing-amount-wrapper span {
  color: var(--primary);
  font-family: var(--font-body);
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.86px;
}
.pricing-amount-wrapper small {
  font-size: 16px;
}
.pricing-list {
  margin-top: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.pricing-list li {
  display: flex;
  gap: 10px;
  color: #171717cc;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.pricing-list li::before {
  content: "";
  background-image: url("../images/pricing-list-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
}
.pricing-desc {
  color: #171717cc;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.pricing-end-detail {
  color: #171717cc;
  text-align: center;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.pricing-img {
  position: absolute;
  bottom: 0vw;
  width: 51vw;
  max-width: 770px;
}

/* Faqs */
.accordion-list {
  position: relative;
}
.accordion-list li {
  padding: 1.125rem 2.75rem 1.125rem 1.25rem;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 1.5rem;
}
.accordion-list li span {
  display: flex;
  position: relative;
}
.accordion-list li h3 {
  color: #171717;
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.2s linear;
}
.accordion-list li.active h3 {
  font-weight: 700;
}
.accordion-list li h3:after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 0.25rem;
  background: url("../images/faq-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.accordion-list li.active h3:after {
  background: url("../images/faq-active-icon.webp");
}
.answer p {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid #d9d9d94d;
  color: #171717ab;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
}

/* footer-cta */
.footer-cta {
  background: linear-gradient(120deg, #2ad290 44.1%, #4df88c 98.6%);
}
.footer-cta .img-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-cta .flip {
  transform: scaleX(-1);
}

/* popup */
.overlay {
  background-color: rgb(197 197 197 / 32%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  backdrop-filter: blur(10px);
}
.popupmain {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  /* background: #fff; */
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  display: none;
  /* border-radius: 8px; */
  max-height: 90vh;
}
.mmpopup {
  background: url("../images/popup-bg.webp");
  background-size: cover;
  background-position: center;
  border-radius: 33px;
  border: 5px solid #fff;
  padding: 12px;
}
#popbonus .mmpopup {
  position: relative;
}
#popbonus .mmpopup::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -10px;
  background-image: url(../images/free-badge.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 90px;
  height: 90px;
}
.mmpopup .popup-content {
  padding: 50px 40px;
  width: 100%;
  max-width: 500px;
  border-radius: 29px;
  background: #fff;
  box-shadow: 0px 4px 52.4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(33.75px);
  overflow: hidden;
}
.mmpopup .formpop {
  width: 100%;
  margin-top: 60px;
}
.mmpopup .form-text {
  color: #000;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
}
.mmpopup .form-text a {
  color: #659640;
  font-weight: 700;
}
.mmpopup .form-text a:hover {
  color: var(--secondary);
}
.mmpopup .form-group-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  align-items: center;
  gap: 0;
  column-gap: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.mmpopup .fld-input {
  height: 50px;
  width: 100%;
  /* margin-bottom: 9px; */
  border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid #d1d5db;
  overflow: hidden;
}
.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}
.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 15px;
}
.mmpopup .centercont h4 span {
  color: #86cb92;
}
.mmpopup .centercont p {
  color: #333;
  font-size: 14px;
  margin-bottom: 120px;
  line-height: 20px;
}
.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 100px;
}
.closeico i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}
.closeico1 i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.mmpopup .centercont p {
  margin-bottom: 10px;
  line-height: 23px;
  color: #565656;
  max-width: 390px;
  margin: auto;
  display: block;
  position: relative;
}
.mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}
.mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}
.mmpopup .centercont ul li.last {
  padding-bottom: 0;
}
.mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}
.mmpopup .centercont h4 {
  font-size: 32px;
  color: #000;
}
.mmpopup .centercont h3 {
  font-size: 56px;
  font-weight: 700;
  color: var(--primary);
}
.mmpopup .centercont h3 span {
  color: #000;
  font-family: var(--font-heading);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.mmpopup .centercont h4 span {
  font-weight: 700;
  color: var(--primary);
  font-size: 56px;
}
.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}
.fld-input input {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  background: #eeeeee;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
  font-family: "Inter";
}
.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}
.fld-btn button {
  border: 0;
}
.form-group field input.form-field {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.form-group input.form-field {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 16px;
  width: 100%;
}
.fld-btn button.banner-btn {
  border: 4px solid #f45a28;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 5px;
  background: #f45a28;
  box-shadow: 0px 10px 21.1px 0px rgba(0, 0, 0, 0.15);
}
.fld-btn.packageformsubmit {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* popup */

@media (max-width: 1400px) {
  .banner-heading {
    font-size: 48px;
  }
  .banner-text {
    font-size: 16px;
  }
  .banner-img {
    bottom: 0vw;
    right: -4vw;
    width: 52vw;
  }
  .disadvantage-sec {
    padding: 4rem 0;
  }
  .sec-heading {
    font-size: 38px;
  }
  .sec-para {
    font-size: 16px;
  }
  .disadvantage-points,
  .solution-points,
  .guarantee-points {
    margin-top: 20px;
  }
  .disadvantage-points li i,
  .solution-points li i,
  .guarantee-points li i {
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
  .premium-bonus-card .title {
    font-size: 24px;
  }
  .premium-bonus-card .desc li {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .banner-img {
    display: none;
  }
  .premium-bonus-sec {
    padding: 4rem 0;
  }
  .pricing-sec {
    margin-top: 0;
    padding: 12px 0;
  }
}

@media (max-width: 768px) {
  .banner-heading {
    font-size: 40px;
  }
  .btn-wrap {
    flex-direction: column;
  }
  .theme-btn {
    width: 100%;
  }
  .banner-content {
    padding: 60px 0;
  }
  .premium-bonus-card .title::after {
    right: 0;
  }
  section {
    padding: 3rem 0;
  }
  .accordion-list li h3 {
    font-size: 16px;
  }
}
