body {
  font-family: "Inter", sans-serif;
  color: #6B7280;
  font-size: 16px;
}

img {
  max-width: 100%;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #1A1A1A;
}

.btn-warning {
  color: #ffffff;
  background-color: #FF6B00;
  border-color: #FF6B00;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #FF9243;
  border-color: #FF9243;
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
}

.header {
  background-color: #082D46;
  padding: 15px 0;
}

.header .btn {
  padding: 12px;
}

.hero {
  background-color: #0B3C5D;
  padding: 10px 0;
}

.header-title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.highlight {
  background-color: #082D46;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #00E676;
  margin-bottom: 8px;
  display: inline-block;
}

.header-text {
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
}

.hero .btn {
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: 600;
}

.sm-text {
  font-size: 16px;
  color: #fff;
  margin: 15px 0;
  font-weight: 500;
}

.sm-text span {
  font-size: 16px;
  color: #FF6B00;
}

.head-info {
  display: flex;
}

.head-info .info {
  border-radius: 4px;
  padding: 6px 8px;
  border: 1px solid rgba(255,255,255,0.23);
  margin-right: 10px;
}

.head-info .info img {
  margin-right: 6px;
}

.head-info .info span {
  color: #fff;
  font-weight: 500;
}

.static-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 64px rgb(0 0 0 / 8%);
  border-bottom: 1px solid #E3E3E3;
}

.static-box img {
  margin-right: 15px;
}

.static-box span {
  font-size: 17px;
  color: #4F4F4F;
  font-weight: 600;
}

.dont-work {
  background: url(../../assets/img/warning1.svg) no-repeat left top, url(../../assets/img/warning2.svg) no-repeat right top, linear-gradient(to bottom, #FEEEEB, #fff);
}

.main-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.main-title:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #FF6B00;
  border-radius: 10px;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
}

.warning-box {
  background-color: #fff;
  padding: 30px 20px 20px 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 15px rgb(146 29 33 / 12%);
  border-top: 5px solid #E30006;
  text-align: center;
}

.warning-box hr {
  margin-top: 3px;
  margin-bottom: 28px;
  border: 0;
  border-top: 2px solid rgba(234, 67, 37, .21);
}

.war-img {
  margin-bottom: -30px;
}

.warning-box p {
  color: #1A1A1A;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.red-text {
  color: #E30006;
}

.sml-text {
  font-size: 17px;
  display: block;
  margin-bottom: 8px;
}

.why-part {
  background: url(../../assets/img/why-bg.svg) no-repeat left center, #0B3C5D;
}

.why-part .main-title {
  color: #fff;
}

.why-part .main-title span {
  display: block;
  margin: -14px 0 10px 0;
}

.why-box {
  background: linear-gradient(to bottom, #197BBD, #3391D0);
  border-radius: 6px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.why-box p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0 36px 80px 0;
}

.icon-circle {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  background: rgba(11, 60, 97, 0.7);
  border-radius: 50%;
  padding: 30px;
}

.marketers-part {
  background: url(../../assets/img/marketers-bg.svg) no-repeat center bottom, #fff;
  background-size: cover;
}

.marketers-box {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  box-shadow: -10px 6px 70px rgb(13 50 74 / 8%);
  margin-bottom: 10px;
}

.marketers-box .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.marketers-box p {
  margin: 0;
}

.marketers-box img {
  margin-right: 20px;
}

.form-box {
  border: 1px solid #E1E6EB;
  background-color: #fff;
  padding: 24px 24px 0px 24px;
  border-radius: 6px;
  box-shadow: -10px 6px 70px rgb(13 50 74 / 8%);
}

.form-box .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
}

.form-box .sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.no-card {
  background-color: rgba(0,230,118,0.12);
  border: 1px solid #BEEFD7;
  padding: 5px;
  font-size: 15px;
  color: #0FBE69;
  display: inline-block;
}

.no-card img {
  margin-right: 10px;
}

.form-box hr {
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #DDDDDD;
}

.form-box label {
  color: #384051;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  background-color: #F8FAFC;
  border: 1px solid #CBD5E1;
  border-radius: 6px;
}

.form-box .form-group {
  margin-bottom: 12px;
}

.form-box .btn {
  padding: 10px;
}

.form-box p {
  text-align: center;
}

.form-box p a {
  font-weight: 700;
  color: #FF6B00;
}

.step .title {
  font-size: 18px;
  font-weight: 700;
  margin: 26px 0;
}

.step .title.last {
  margin: 15px 0;
}

.step p {
  font-size: 16px;
  font-weight: 500;
}

.step-wrap {
  position: relative;
}

.curve-img {
  position: absolute;
  top: 5px;
  right: -30%;
  pointer-events: none;
}

.curve-img2 {
  position: absolute;
  top: 75px;
  right: -30%;
  pointer-events: none;
}

.monetization-part {
  background-color: #F5F7FA;
}

.main-title.left {
  text-align: left;
}

.main-title.left:after {
  left: 0;
  margin-left: 0;
}

.monetization-info {
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  box-shadow: -10px 6px 70px rgb(13 50 74 / 8%);
  margin-bottom: 10px;
}

.monetization-info i {
  margin-right: 15px;
  color: #00E676;
  font-size: 24px;
}

.monetization-info p {
  margin: 0px;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 500;
}

.sub-head {
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sm-text2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.testimonial-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 6px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 6%), 0px 10px 30px rgb(16 24 40 / 10%);
}

.testimonial-card .top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-card .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card .info h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.testimonial-card .info span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  display: inline-block;
}

.testimonial-card hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 20px 0;
}

.testimonial-card .review {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.testimonial-card .review span {
  font-weight: 700;
  color: #1A1A1A;
}

.call-to-part {
  background: url(../../assets/img/call-to-bg-left.svg) no-repeat left bottom, url(../../assets/img/call-to-bg-right.svg) no-repeat right bottom, #FF6B00;
}

.call-to-part .title {
  color: #fff;
  font-weight: 800;
  font-size: 60px;
  margin-bottom: 0px;
}

.call-to-part .sub-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}

.call-to-part .btn {
  color: #FF6B00;
  font-size: 18px;
  font-weight: 600;
  background-color: rgba(255,255,255);
  border-radius: 50px;
  padding: 20px 30px;
}

.call-to-part .btn:hover {
  background-color: rgba(255,255,255,0.8);
}

.feature-part {
  background-color: #113751;
  padding: 50px 0;
}

.feature-box {
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.26);
  display: flex;
  align-items: center;
  margin: 5px 10px;
}

.feature-box-wrap {
  display: flex;
  justify-content: center;
}

.feature-box img {
  margin-right: 10px;
}

.feature-box span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.footer {
  background: url(../../assets/img/ftr-bg.svg) no-repeat center bottom, #0B3C5D;
}

.ftr-inner {
  text-align: center;
  padding: 60px 0;
}

.ftr-link {
  justify-content: center;
  margin: 20px 0 0 0;
}

.ftr-link a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 10px 8px;
  margin: 3px;
}

.ftr-link a:hover {
  color: #0B3C5D;
  background-color: rgba(255,255,255,0.8);
}

.copy-right {
  background-color: rgba(9,48,75,0.5);
  padding: 15px 0;
}

.copy-right .text {
  position: relative;
}

.copy-right p {
  font-size: 15px;
  color: #fff;
  margin: 0;
  text-align: center;
  font-weight: normal;
}

.cm {
  position: absolute;
  right: 0;
  top: -28px;
}

.cm a {
  color: #6F94AD;
  font-size: 12px;
  font-weight: 500;
  -webkit-text-stroke: 4px #07314E;
  paint-order: stroke fill;
}

.ads-part {
  background-color: #F5F7FA;
}

.banner-textlink-ticker {
  overflow: hidden;
  width: 100%;
  margin-top: 8px;
  padding: 6px 0;
}

.banner-textlink-ticker-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 3rem;
  width: max-content;
}

.banner-textlink-ticker-track.banner-textlink-scroll-ltr {
  animation: banner-textlink-scroll-ltr 35s linear infinite;
}

.banner-textlink-ticker-track.banner-textlink-scroll-rtl {
  animation: banner-textlink-scroll-rtl 35s linear infinite;
}

.banner-textlink-ticker-track:hover {
  animation-play-state: paused;
}

.banner-textlink-ticker a {
  white-space: nowrap;
  color: #0B3C5D;
  text-decoration: underline;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}

.banner-textlink-ticker a:hover {
  color: #0B3C5D;
  background-color: rgba(37, 99, 235, 0.15);
}

@keyframes banner-textlink-scroll-ltr {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes banner-textlink-scroll-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .mx-banner-row {
    height: auto !important;
    padding: 12px 0 8px !important;
    align-items: stretch !important;
    flex-direction: column !important;
  }
}

@media (max-width: 768px) {
  .mx-banner-row > div {
    margin: 6px 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}

/* Mobile: show only the first banner */

@media (max-width: 768px) {
  .mx-banner-row > div:nth-child(n + 2) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mx-banner-row img {
    display: block;
    height: auto;
  }
}

@media (max-width: 768px) {
  .banner-textlink-ticker {
    margin-top: 14px;
    padding: 12px 0;
  }
}

@media (max-width: 768px) {
  .banner-textlink-ticker-track {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .banner-textlink-ticker a {
    padding: 6px 10px;
    line-height: 1.35;
    font-size: 14px;
  }
}

.stat-info-wrap {
  display: flex;
  justify-content: flex-end;
}

.stat-info {
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 6px 8px;
  margin: 5px;
}

.stat-info i {
  color: #fff;
  font-size: 14px;
  margin-right: 6px;
}

.stat-info span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
}

.stat-info .btn {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #FF6B00;
  padding: 4px 6px;
}

.stat-info .btn:hover {
  background-color: rgba(255, 107, 0, 0.8);
}

.navbar {
  background-color: #0B3C5D;
}

.navbar-dark .navbar-brand {
  display: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 12px;
}

.dash-stat {
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 6px;
  border: 1px solid #E3E3E3;
}

.dash-stat .inner {
  display: flex;
  align-items: center;
}

.dash-stat .inner img {
  margin-right: 15px;
}

.dash-stat .inner span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.dash-stat .inner span.info {
  font-size: 17px;
  color: #4F4F4F;
}

.dash-stat .btn {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 3px;
  text-transform: uppercase;
  background-color: #FF6B00;
  margin-left: auto;
  display: block;
}

.dash-stat .btn:hover {
  background-color: rgba(255, 107, 0, 0.8);
}

.dash-stat hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.shadow-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 6%), 0px 6px 24px rgb(16 24 40 / 8%);
}

.box-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.box-head img {
  margin-right: 15px;
}

.box-head .title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.list-group {
  border-radius: 0;
}

.list-group-horizontal-lg .list-group-item {
  padding: .54rem .75rem;
  border-radius: 0 !important;
  border: 1px solid #ced4da;
  margin: 0 -1px -1px 0;
  font-size: 15px;
}

.list-group-horizontal-lg > .list-group-item + .list-group-item {
  border-left-width: 1px;
}

.card-ftr {
  text-align: right;
}

.card-ftr .btn {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #FF6B00;
  padding: 6px 15px;
  border-radius: 50px;
  margin-left: 10px;
}

.card-ftr .btn:hover {
  background-color: rgba(255, 107, 0, 0.8);
}

.welcome {
  margin-bottom: 30px;
}

.welcome .title {
  font-size: 30px;
  font-weight: 700;
}

.welcome p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.welcome hr {
  margin-top: 20px;
  border-top: 2px solid rgba(0, 0, 0, .1);
}

.welcome span {
  border-radius: 4px;
  padding: 6px 8px;
  background-color: #00E676;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
}

.membership-box {
  background-color: #0B3C5D;
  border-radius: 6px;
  padding: 0 30px 30px 30px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 6%), 0px 6px 24px rgb(16 24 40 / 8%);
}

.membership-box-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,0.33);
  justify-content: space-between;
}

.membership-box-head-title {
  display: flex;
  align-items: center;
}

.membership-box-head-title img {
  margin-right: 15px;
}

.membership-box-head-title .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}

.membership-box-head-title p {
  color: #F5F7FA;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.membership-box-head .btn {
  color: #FF6B00;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  padding: 4px 12px;
  border-radius: 50px;
  border: 2px solid #FF6B00;
}

.membership-box-head .btn:hover {
  color: #fff;
  background-color: #FF6B00;
}

.table-title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.custom-table {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0;
}

.custom-table th, .custom-table td {
  vertical-align: middle;
  padding: 12px;
  border: 1px solid #E3E3E3;
}

/* Header colors */

.gold {
  color: #EFB047;
  font-weight: 700;
}

.platinum {
  color: #26A7FE;
  font-weight: 700;
}

.elite {
  color: #8063C5;
  font-weight: 7600;
}

.jv {
  color: #29BC74;
  font-weight: 700;
}

.vip {
  color: #FF6B00;
  font-weight: 700;
}

/* Column background */

.custom-table td:nth-child(3) {
  background: #FEFBF5;
}

.custom-table td:nth-child(4) {
  background: #F6F9FE;
}

.custom-table td:nth-child(5) {
  background: #FAF7FE;
}

.custom-table td:nth-child(6) {
  background: #FAFEFE;
}

.custom-table td:nth-child(7) {
  background: #FEF9F7;
}

/* Cost row highlight */

.cost-row td {
  font-weight: bold;
  background: #f1f1f1;
}

/* Responsive tweak */

@media (max-width: 768px) {
  .custom-table th, .custom-table td {
    font-size: 13px;
    padding: 8px;
  }
}

.membership-box.white {
  background-color: #fff;
}

.membership-box.white .membership-box-head-title .title {
  color: #1A1A1A;
}

.membership-box.white .membership-box-head-title p {
  color: #6B7280;
}

.membership-box.white .membership-box-head {
  border-bottom: 1px solid #D6D9DE;
}

.start-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 6%), 0px 6px 24px rgb(16 24 40 / 8%);
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.start-box:hover {
  text-decoration: none;
}

.start-box .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.start-box p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #6B7280;
}

.start-box i {
  font-size: 16px;
  margin-left: 10px;
  color: #FF6B00;
}

.membership-box.white .sub {
  font-size: 17px;
  margin: 20px 0 10px 0;
}

.green-box {
  background-color: rgba(0,230,118,0.12);
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #BEEFD7;
  display: flex;
  align-items: center;
}

.green-box i {
  color: #00E676;
  font-size: 20px;
  margin-right: 10px;
}

.green-box span {
  color: #1A1A1A;
  font-size: 15px;
  font-weight: 500;
}

.actions-part {
  text-align: center;
}

.act-btn {
  color: #FF6B00;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  padding: 15px 20px;
  border-radius: 50px;
  border: 2px solid #FF6B00;
  margin: 5px;
}

.act-btn:hover {
  color: #fff;
  background-color: #FF6B00;
}

.checklist {
  background-color: #fff;
  border-radius: 6px;
  padding: 0 30px 15px 30px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 6%), 0px 6px 24px rgb(16 24 40 / 8%);
}

.checklist .head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #D6D9DE;
}

.checklist .head .title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0px;
}

.checklist .head p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.number {
  width: 36px;
  height: 36px;
  background-color: #0B3C5D;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.df {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coup-code {
  background-color: rgba(0,230,118,0.12);
  border: 1px solid #BEEFD7;
  border-radius: 3px;
  padding: 5px;
  font-size: 13px;
  color: #0FBE69;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 5px;
  display: inline-block;
}

.start-box-in {
  display: flex;
  align-items: center;
}

.start-box-in img {
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .highlight {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .stat-info span {
    font-size: 13px;
    margin-right: 5px;
  }
}

@media (max-width: 1199px) {
  .navbar-dark .navbar-brand {
    display: block;
  }
}

@media (max-width: 1199px) {
  .header-title {
    font-size: 34px;
  }
}

@media (max-width: 1199px) {
  .header-text {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .hero .btn {
    padding: 12px 15px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .head-info .info span {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .head-info .info {
    padding: 6px;
    margin-right: 4px;
  }
}

@media (max-width: 1199px) {
  .header .btn {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .why-box p {
    font-size: 16px;
    margin: 0 15px 80px 0;
  }
}

@media (max-width: 1199px) {
  .step .title {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .highlight {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .top-stat {
    display: block;
  }
}

@media (max-width: 991px) {
  .dash-stat {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .welcome .title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .welcome span {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .df {
    display: block;
  }
}

@media (max-width: 991px) {
  .stat-info {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .header-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .header-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .sm-text {
    font-size: 13px;
    margin: 10px 0;
  }
}

@media (max-width: 991px) {
  .head-info .info span {
    font-size: 12px;
    display: block;
  }
}

@media (max-width: 991px) {
  .head-info .info {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .hero .btn {
    margin-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .static-box {
    margin-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .warning-box {
    margin: 10px 0;
  }
}

@media (max-width: 991px) {
  .why-box {
    margin: 10px 0;
  }
}

@media (max-width: 991px) {
  .why-box p {
    font-size: 17px;
    margin: 0 20px 80px 0;
  }
}

@media (max-width: 991px) {
  .curve-img {
    right: -47px;
    width: 90px;
  }
}

@media (max-width: 991px) {
  .curve-img2 {
    right: -41%;
    width: 90px;
  }
}

@media (max-width: 991px) {
  .testimonial-card {
    margin: 10px 0;
  }
}

@media (max-width: 991px) {
  .call-to-part .title {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .call-to-part .sub-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 40px 0 0 0;
  }
}

@media (max-width: 767px) {
  .stat-info .btn {
    padding: 5px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .start-box {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .highlight {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-text {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .green-box {
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .act-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .membership-box-head {
    display: block;
  }
}

@media (max-width: 767px) {
  .membership-box-head .btn {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .number {
    width: 34px;
    height: 34px;
    font-size: 15px;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .sm-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .head-info .info span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .head-info .info {
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .dont-work {
    background: linear-gradient(to bottom, #FEEEEB, #fff);
  }
}

@media (max-width: 767px) {
  .py-75 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .main-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .why-part {
    background: #0B3C5D;
  }
}

@media (max-width: 767px) {
  .why-box p {
    font-size: 20px;
    margin: 0 36px 80px 0;
  }
}

@media (max-width: 767px) {
  .step .title {
    font-size: 18px;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .sub-head {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .monetization-info p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sm-text2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .call-to-part .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .call-to-part .sub-title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .feature-box-wrap {
    display: block;
  }
}

@media (max-width: 575px) {
  .hero .btn {
    display: block;
  }
}

@media (max-width: 575px) {
  .header .btn {
    padding: 6px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .main-title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .marketers-box .title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .form-box .title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .form-box .sub-title {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .form-box {
    padding: 20px 20px 0px 20px;
  }
}

@media (max-width: 575px) {
  .no-card {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .testimonial-card {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .testimonial-card .info span {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .testimonial-card .info h4 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .testimonial-card .review {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 575px) {
  .testimonial-card .avatar {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 575px) {
  .call-to-part .sub-title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .call-to-part .title {
    font-size: 32px;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .footer {
    background-size: cover;
  }
}

@media (max-width: 575px) {
  .ftr-inner {
    padding: 40px 0;
  }
}

@media (max-width: 575px) {
  .copy-right p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .stat-info-wrap {
    display: block;
  }
}

@media (max-width: 575px) {
  .shadow-box {
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .box-head .title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .card-ftr {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .card-ftr .btn {
    font-size: 13px;
    padding: 5px 12px;
    margin: 5px;
  }
}

@media (max-width: 575px) {
  .stat-info {
    padding: 3px 6px;
    margin: 3px;
  }
}

@media (max-width: 575px) {
  .stat-info .btn {
    padding: 2px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .membership-box {
    padding: 0 15px 15px 15px;
  }
}

@media (max-width: 575px) {
  .checklist {
    padding: 0 15px 10px 15px;
  }
}

@media (max-width: 575px) {
  .checklist .head {
    align-items: start;
  }
}

