﻿@charset "UTF-8";
:root {
  --primary-main-rgb: 242, 195, 79;
  --primary-lighter: #f8f9fb;
  --primary-light: #f6feaa;
  --primary-main: #f2c34f;
  --bs-primary-rgb: var(--primary-main-rgb);
  --bs-primary: var(--primary-main);
  --secondary-main-rgb: 78, 78, 78;
  --secondary-main: #4e4e4e;
  --bs-secondary-rgb: var(--secondary-main-rgb);
  --bs-secondary: var(--primary-main);
  --colorskyblue: #11afea;
  --colorskybluehover: #00baff;
}

/* common starts */
.submit-next {
  font-size: 24px;
}

input.two-placeholder-textarea.value-add ~ span {
  display: none;
}

.termsAndPrivacy:hover {
  color: var(--bs-link-color) !important;
}

.word-break-mobile {
  overflow: auto;
}
@media (max-width: 767px) {
  .word-break-mobile {
    word-break: break-all;
  }
}

.landing-page-header {
  padding: 10px 15px;
}
.landing-page-header h2 {
  font-size: 16px;
}
.landing-page-header img {
  width: 250px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
  object-position: left;
}
@media (max-width: 545px) {
  .landing-page-header img {
    width: 220px;
  }
}
.landing-page-header a.button {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}
.landing-page-header h1, .landing-page-header h2 {
  color: #fff;
  font-weight: normal;
}
@media (max-width: 545px) {
  .landing-page-header h1, .landing-page-header h2 {
    margin-top: 20px;
  }
}

.cm-calendar-package-main li {
  list-style-type: none !important;
}
.cm-calendar-package-main li ul {
  list-style-type: disc !important;
}
.cm-calendar-package-main li ul li {
  list-style-position: outside;
  list-style-type: disc !important;
  margin-left: 20px;
}

.all-three-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 991px) {
  .all-three-buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.all-three-buttons .button-container {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .all-three-buttons .button-container {
    font-size: 16px;
  }
}
.all-three-buttons .button-container .button {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 15px;
  /*&:hover {
      background: #f2c34f !important;
      transition: 0.2s ease;
      color: #4e4e4e !important;
  }*/
}
@media (max-width: 767px) {
  .all-three-buttons .button-container .button {
    padding: 10px;
  }
}

.image.cm-buttons-left-img img {
  object-fit: cover;
  object-position: top left;
  max-height: 445px;
}
@media (max-width: 991px) {
  .image.cm-buttons-left-img img {
    aspect-ratio: auto;
    margin-bottom: 25px;
    margin-top: 15px;
  }
}

.new-content-welcome {
  padding-bottom: 0px;
  /*    @media (max-width: 1600px) {
          padding-bottom: 40px;
      }

      @media (max-width: 1400px) {
          padding-bottom: 20px;
      }

      @media (max-width: 1280px) {
          padding-bottom: 10px;
      }

      @media (max-width: 991px) {
          padding-bottom: 0px;
      }*/
}

.cm-buttons-left-img-inner {
  margin-top: 0px;
  max-width: 30%;
  display: flex;
  align-items: flex-end;
  /*    @media (max-width: 1600px) {
          margin-top: -40px;
      }

      @media (max-width: 1400px) {
          margin-top: -20px;
      }

      @media (max-width: 1280px) {
          margin-top: -80px;
      }

      @media (max-width: 1200px) {
          margin-top: 10px;
      }*/
}
@media (max-width: 991px) {
  .cm-buttons-left-img-inner {
    margin-top: 0px;
    max-width: 100%;
  }
}

.video-landingpage {
  height: 100%;
  max-height: 40vh;
}
@media (max-width: 991px) {
  .video-landingpage {
    max-height: none;
  }
}
.video-landingpage iframe {
  width: 100%;
  border-radius: 25px;
  aspect-ratio: 16/6;
}
@media (max-width: 991px) {
  .video-landingpage iframe {
    aspect-ratio: 16/9;
  }
}

.influencer-page-inner h1 {
  font-size: 2.8rem !important;
}
@media (max-width: 767px) {
  .influencer-page-inner h1 {
    font-size: 2rem !important;
  }
}

.landing-page-header h1 {
  font-size: 2.8rem !important;
  margin-bottom: 0;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .landing-page-header h1 {
    font-size: 2rem !important;
  }
}

.cm-store-links-image img {
  margin: 0 !important;
  max-width: 220px;
  border-radius: 8px;
  box-shadow: 0 0 2px black;
}

.cm-store-links-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cm-store-links-image {
    justify-content: left;
  }
}

#hideButtonsForMobile .cm-side-content-main a:hover {
  /* background: #f2c34f !important;
  color: #000 !important;*/
  color: #0a58ca !important;
}

.cm-bundle .fa-check path {
  color: #f5c45b;
}

#switchToAppModal .close span {
  color: #000 !important;
  text-shadow: 0 1px 0 #fff;
  position: relative;
  top: -4px;
  font-weight: 300;
}

#switchToAppModal .close span {
  color: #000 !important;
  text-shadow: 0 1px 0 #fff;
  position: relative;
  top: -4px;
  font-weight: 300;
}

#switchToAppModal button.btn-secondary {
  border: 2px solid #000;
  color: #000;
  margin-bottom: 5px;
}

#switchToAppModal .p {
  text-align: center;
}

#switchToAppModal a {
  color: #f2c34f;
  text-decoration: none;
}

.cm-two-yellow-border {
  border: 2px solid #f2c34f;
  border-radius: 4px;
}
.cm-two-yellow-border .cm-pricing-font {
  margin-bottom: 0;
}
.cm-two-yellow-border .cm-pricing-font li {
  font-size: 20px;
}
.cm-two-yellow-border .cm-pricing-font li li {
  font-size: 16px;
  margin-bottom: 5px;
}
.cm-two-yellow-border .cm-pricing-font li:not(:last-child) {
  margin-bottom: 25px;
}
.cm-two-yellow-border .cm-pricing-font li:not(:last-child) li {
  margin-bottom: 5px;
}

.btn {
  border-radius: 0;
  font-weight: 600;
}

.cm-two-yellow-border {
  border: 2px #f5c45b solid;
}

.add-new-big {
  font-size: 24px;
}

.cm-pricing-font li, .cm-pricing-font ul li i {
  font-size: 24px;
}

.small-list li {
  font-size: 16px !important;
}

.p {
  padding: 10px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.gap-0 {
  gap: 0 !important;
}

#BackToTop img {
  filter: contrast(0.7);
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.events-none {
  pointer-events: none;
}

.hr-sec hr {
  border: 3px solid;
}

.panel a {
  word-break: break-word;
}

.td-content {
  display: flex;
  flex-direction: column;
}

.td-content i {
  font-size: 12px;
}

.display-full {
  font-size: 6vw;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .display-full {
    font-size: 9vw;
  }
}

.btn-secondary {
  background: #fff;
  color: #4e4e4e;
  border: 0;
}

.btn-dark {
  background-color: #4e4e4e !important;
}
.btn-dark:hover {
  background-color: #fff !important;
  color: #4e4e4e !important;
}

.accordion-button {
  position: relative;
  padding-left: 30px;
  background-image: none !important;
  box-shadow: none !important;
  color: #7f7f7f;
}

.accordion-item {
  border: 2px solid #000;
  border-top: 2px solid #000 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.accordion-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(0deg);
  width: 64px;
  height: 64px;
  transition: transform 0.3s ease;
}
@media (max-width: 600px) {
  .accordion-arrow {
    width: 25px;
    height: 25px;
  }
}

.accordion-button.collapsed .accordion-arrow {
  /* transform: translateY(-50%) rotate(0deg);*/
}

.accordion-button::after {
  display: none !important;
}

.accordion .accordion-button {
  font-size: 50px;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .accordion .accordion-button {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .accordion .accordion-button {
    font-size: 20px;
    padding-left: 50px;
  }
}
.accordion .accordion-body {
  font-size: 40px;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .accordion .accordion-body {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .accordion .accordion-body {
    font-size: 20px;
    padding-left: 10px;
  }
}

.image-with-text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .image-with-text {
    flex-direction: column;
  }
}

.image-with-text img {
  max-width: 150px;
  margin-right: 20px !important;
}
.image-with-text .big-image {
  max-width: 200px;
}

.accordion-button:not(.collapsed) {
  color: inherit !important;
  background-color: inherit !important;
  box-shadow: none !important;
}

.btn-secondary:hover {
  background: var(--secondary-main);
  color: #fff;
}

.bg-primary {
  background-color: var(--secondary-main) !important;
}

.bg-yellow {
  background-color: var(--primary-main);
}

.bg-blue {
  background-color: var(--colorskyblue);
}

.text-grey-main {
  color: var(--secondary-main);
}

.text-yellow {
  color: var(--primary-main);
}

.text-blue {
  color: var(--colorskyblue);
}

.list-style-none {
  list-style-type: none;
}

.swiper-button-prev {
  background-image: url(Images/Next.svg);
  background-repeat: no-repeat;
  color: transparent !important;
  top: 50% !important;
  z-index: 99 !important;
  width: 50px !important;
  background-size: contain;
  transform: rotate(180deg);
}
.swiper-button-prev::after {
  font-size: 0px !important;
}

.swiper-button-next {
  background-image: url(Images/Next.svg);
  background-repeat: no-repeat;
  color: transparent !important;
  top: 50% !important;
  z-index: 99 !important;
  width: 50px !important;
  background-size: contain;
}
.swiper-button-next::after {
  font-size: 0px !important;
}

.z-index-2 {
  z-index: 2;
}

.logo-image-inner {
  max-width: 85px;
  width: 100%;
  height: auto;
}

.polygon-right-middle {
  top: 20%;
}

.embed-responsive-item {
  width: 100%;
  aspect-ratio: 4/2;
  display: flex;
  align-items: center;
  border-radius: 0;
}

#swiper-group-feed-next, #swiper-group-feed-prev {
  display: block;
}

.ar-16-9 {
  aspect-ratio: 16/9;
}

.ar-1 {
  aspect-ratio: 1;
}

@media (max-width: 600px) {
  .cm-mobile-align-start {
    align-items: start !important;
  }
}

b {
  font-family: "D-DIN-Bold" !important;
}

.fw-bold {
  font-family: "D-DIN-Bold" !important;
}

.cm-fixed-thead .cm-plan-ttl {
  background: #f2c34f !important;
  color: #fff !important;
}

.cm-fixed-thead .cm-plan-subttl {
  background: #f2c34f !important;
  color: #fff !important;
}

.cm-fixed-thead th {
  height: auto !important;
  width: auto !important;
}

.cm-fixed-thead th a {
  width: 130px !important;
  min-height: 110px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.cm-fixed-thead thead tr th p {
  background: #f2c34f !important;
  color: #fff !important;
  max-width: 120px;
}

@media (max-width: 600px) {
  .still-have-questions {
    font-size: 20px !important;
  }
}
.sweeten-inner-cards {
  margin-top: 25px;
  border-top: 1px solid var(--colorskyblue);
  padding-top: 50px;
}
.sweeten-inner-cards .modal .container {
  padding: 0;
}
.sweeten-inner-cards .card {
  border-radius: 30px;
  padding: 25px;
  border-color: #000;
}
@media (max-width: 1350px) {
  .sweeten-inner-cards .card {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .sweeten-inner-cards .card {
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  .sweeten-inner-cards .card .gap-4 {
    gap: 1rem !important;
  }
}
.sweeten-inner-cards .card h2 {
  font-size: 32px;
}
@media (max-width: 1680px) {
  .sweeten-inner-cards .card h2 {
    font-size: 28px;
  }
}
@media (max-width: 1400px) {
  .sweeten-inner-cards .card h2 {
    font-size: 26px;
  }
}
.sweeten-inner-cards .card h3 {
  font-size: 22px;
}
@media (max-width: 1400px) {
  .sweeten-inner-cards .card h3 {
    font-size: 20px;
  }
}
.sweeten-inner-cards .card .icon-round {
  background: var(--colorskyblue);
  border-radius: 50%;
  padding: 15px;
}
@media (max-width: 600px) {
  .sweeten-inner-cards .card .icon-round {
    padding: 10px;
  }
}
.sweeten-inner-cards .card .icon-round svg {
  height: 60px;
  width: 60px;
}
@media (max-width: 1440px) {
  .sweeten-inner-cards .card .icon-round svg {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 600px) {
  .sweeten-inner-cards .card .icon-round svg {
    height: 25px;
    width: 25px;
  }
}
.sweeten-inner-cards .card .sweetern-desc {
  font-size: 26px;
  padding-left: 25px;
  font-weight: 600;
  margin: 15px 0 10px;
}
@media (min-width: 1920px) {
  .sweeten-inner-cards .card .sweetern-desc {
    min-height: 73px;
  }
}
@media (max-width: 1440px) {
  .sweeten-inner-cards .card .sweetern-desc {
    font-size: 1.4rem;
  }
}
.sweeten-inner-cards .card .action-sweeten {
  padding-left: 25px;
  gap: 25px;
}
@media (max-width: 600px) {
  .sweeten-inner-cards .card .action-sweeten {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding-left: 0px;
  }
}
.sweeten-inner-cards .card a {
  color: var(--bs-link-color);
  cursor: pointer;
  text-decoration: none;
}
.sweeten-inner-cards .card a h5 {
  margin-bottom: 0;
  font-size: 28px;
}
@media (max-width: 1440px) {
  .sweeten-inner-cards .card a h5 {
    font-size: 22px;
  }
}
.sweeten-inner-cards .card button {
  display: block;
  font-size: 1.5rem;
  background-color: #4e4e4e;
  border-radius: 0;
  padding: 5px 25px 5px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 0px;
  background-color: var(--colorskyblue);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6705882353);
  border-radius: 15px;
  text-transform: uppercase;
  border: 1px solid var(--colorskyblue);
  min-width: 50%;
  transition: 0.2s ease;
}
.sweeten-inner-cards .card button:hover {
  background-color: var(--colorskybluehover);
}
.sweeten-inner-cards .card .btn-close {
  min-width: auto;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  border: 0;
  margin-top: 0px;
}

.bundle-section {
  padding: 25px 0;
}
@media (max-width: 991px) {
  .bundle-section {
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  .bundle-section {
    padding: 10px 0;
  }
}
.bundle-section h2 {
  font-size: 1.7rem;
}
.bundle-section .bg-player-card {
  align-items: center;
  height: 100%;
  display: flex;
}
@media (max-width: 600px) {
  .bundle-section .bg-player-card {
    padding: 10px !important;
  }
}
.bundle-section .bg-player-card .video-player {
  width: 100%;
  height: auto;
}
.bundle-section .lists {
  font-size: 1.25rem;
  padding-top: 15px;
  color: #000;
  line-height: 1.35;
}
@media (max-width: 1200px) {
  .bundle-section .lists {
    font-size: 1rem;
  }
}
.bundle-section .lists div {
  gap: 15px;
}
.bundle-section .lists h6 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .bundle-section .lists h6 {
    font-size: 1.2rem;
  }
}
.bundle-section .lists ul {
  margin-left: 65px;
  list-style-type: circle;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .bundle-section .lists ul {
    margin-left: 15px;
  }
}
.bundle-section .icon-round {
  background: var(--colorskyblue);
  border-radius: 50%;
  padding: 15px;
}
@media (max-width: 600px) {
  .bundle-section .icon-round {
    padding: 10px;
  }
}
.bundle-section .icon-round svg {
  height: 60px;
  width: 60px;
}
@media (max-width: 1200px) {
  .bundle-section .icon-round svg {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 600px) {
  .bundle-section .icon-round svg {
    height: 25px;
    width: 25px;
  }
}
.bundle-section h3 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 400;
  font-family: "D-DIN";
}
.bundle-section .price-times {
  justify-content: center;
}
.bundle-section .price-times h3 {
  font-size: 1.7rem;
  color: #000;
  font-family: "D-DIN-Bold";
}
@media (max-width: 1200px) {
  .bundle-section .price-times h3 {
    font-size: 1.5rem;
  }
}
.bundle-section .price-times h4 {
  color: #000;
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  .bundle-section .price-times h4 {
    font-size: 1.2rem;
  }
}
.bundle-section .price-times .border-right-cm {
  border-right: 3px solid #565656;
  padding-right: 10px;
  margin-right: 10px;
}
.bundle-section .buy-now-btn-inner button {
  display: block;
  font-size: 1.5rem;
  background-color: #4e4e4e;
  border-radius: 0;
  padding: 5px 25px 5px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 0px;
  background-color: var(--colorskyblue);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6705882353);
  border-radius: 15px;
  text-transform: uppercase;
  border: 1px solid var(--colorskyblue);
  min-width: 50%;
}

.features-hero-sec {
  position: relative;
  background: #4e4e4e;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .features-hero-sec img {
    max-width: 45%;
    min-height: 300px;
    object-fit: cover;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .features-hero-sec .features-overlap {
    max-width: 50%;
    padding-right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .features-hero-sec .features-overlap .display-4 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .features-hero-sec .features-overlap .display-4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .features-hero-sec .features-overlap .display-full {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .features-hero-sec .features-overlap .display-full {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .features-hero-sec .features-overlap .cm-btn-big {
    margin-top: 15px !important;
    font-size: 13px !important;
  }
}

/* common ends */
@font-face {
  font-family: "D-DIN";
  src: url("Fonts/d-din.eot");
  src: url("Fonts/d-din.eot?#iefix") format("embedded-opentype"), url("Fonts/d-din.woff2") format("woff2"), url("Fonts/d-din.woff") format("woff"), url("Fonts/d-din.ttf") format("truetype"), url("Fonts/d-din.svg#d-dinregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DINCondensedBold";
  src: url("Fonts/D-DINCondensed-Bold.otf");
  /* src: url("Fonts/d-din.eot?#iefix") format("embedded-opentype"), url("Fonts/d-din.woff2") format("woff2"), url("Fonts/d-din.woff") format("woff"), url("Fonts/d-din.ttf") format("truetype"), url("Fonts/d-din.svg#d-dinregular") format("svg");*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DINCondensed";
  src: url("Fonts/D-DINCondensed.otf");
  /* src: url("Fonts/d-din.eot?#iefix") format("embedded-opentype"), url("Fonts/d-din.woff2") format("woff2"), url("Fonts/d-din.woff") format("woff"), url("Fonts/d-din.ttf") format("truetype"), url("Fonts/d-din.svg#d-dinregular") format("svg");*/
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN-Bold";
  src: url("Fonts/d-din-bold.eot");
  src: url("Fonts/d-din-bold.eot?#iefix") format("embedded-opentype"), url("Fonts/d-din-bold.woff2") format("woff2"), url("Fonts/d-din-bold.woff") format("woff"), url("Fonts/d-din-bold.ttf") format("truetype"), url("Fonts/d-din-bold.svg#d-dindin-bold") format("svg");
  font-style: normal;
  font-display: swap;
}
.f-D-DIN {
  font-family: "D-DIN";
}

.f-D-DIN-condensed {
  font-family: "D-DINCondensed";
}

.f-D-DIN-condensed-bold {
  font-family: "D-DINCondensedBold";
}

.f-D-DIN-Bold {
  font-family: "D-DIN-Bold";
}

body {
  font-family: "D-DIN";
  /*font-family: 'Roboto Condensed', sans-serif;*/
  background-color: #fff;
  color: var(--secondary-main);
}

.btn.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--primary-main);
  --bs-btn-border-color: var(--primary-main);
  --bs-btn-hover-color: var(--secondary-main);
  --bs-btn-hover-bg: var(--primary-light);
  --bs-btn-hover-border-color: var(--primary-light);
  --bs-btn-focus-shadow-rgb: var(--primary-darker);
  --bs-btn-active-color: var(--secondary-main);
  --bs-btn-active-bg: var(--primary-darker);
  --bs-btn-active-border-color: var(--primary-darker);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary-main);
  --bs-btn-disabled-border-color: var(--primary-main);
}

.btn-primary:hover {
  background: #fff !important;
  border-color: var(--bs-btn-hover-color);
}

.btn-secondary-new {
  background: transparent;
  color: var(--primary-main);
  border-radius: 4px;
}

.cm-hover-grey:hover {
  background: #4e4e4e !important;
  color: #fff !important;
}

.cm-hover-primary:hover {
  background: var(--primary-main) !important;
  color: #fff !important;
}

.btn.btn-outline-primary {
  --bs-btn-color: var(--primary-main);
  --bs-btn-border-color: var(--primary-main);
  --bs-btn-hover-color: var(--secondary-main);
  --bs-btn-hover-bg: var(--primary-main);
  --bs-btn-hover-border-color: var(--secondary-main);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: var(--secondary-main);
  --bs-btn-active-bg: var(--primary-main);
  --bs-btn-active-border-color: var(--primary-main);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary-main);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary-main);
  --bs-gradient: none;
}

.btn.btn-outline-secondary {
  --bs-btn-color: var(--secondary-main);
  --bs-btn-border-color: var(--secondary-main);
  --bs-btn-hover-color: var(--secondary-main);
  --bs-btn-hover-bg: var(--primary-light);
  --bs-btn-hover-border-color: var(--secondary-main);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: var(--secondary-dark);
  --bs-btn-active-bg: var(--primary-light);
  --bs-btn-active-border-color: var(--secondary-main);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--secondary-main);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--secondary-main);
  --bs-gradient: none;
}

.btn.btn-tertiary {
  --bs-btn-color: var(--secondary-main);
  --bs-btn-bg: var(--primary-light);
  --bs-btn-border-color: var(--primary-light);
  --bs-btn-hover-color: var(--primary-light);
  --bs-btn-hover-bg: var(--secondary-main);
  --bs-btn-hover-border-color: var(--secondary-main);
  --bs-btn-focus-shadow-rgb: var(--primary-darker);
  --bs-btn-active-color: var(--primary-light);
  --bs-btn-active-bg: var(--secondary-main);
  --bs-btn-active-border-color: var(--secondary-main);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--secondary-main);
  --bs-btn-disabled-bg: var(--primary-light);
  --bs-btn-disabled-border-color: var(--primary-light);
}

.btn.btn-outline-tertiary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-border-color: var(--primary-light);
  --bs-btn-hover-color: var(--secondary-main);
  --bs-btn-hover-bg: var(--primary-light);
  --bs-btn-hover-border-color: var(--primary-light);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: var(--secondary-main);
  --bs-btn-active-bg: var(--primary-light);
  --bs-btn-active-border-color: var(--primary-light);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary-light);
  --bs-gradient: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "D-DIN-Bold";*/
  font-weight: 700;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
}

section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.cm-bg-primary-lighter {
  background-color: var(--secondary-main);
}

footer {
  background-color: #1E1E1E;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  /*padding-bottom: 6.5rem;*/
}
footer .cm-footer-copright {
  border-top: 1px solid #646464;
  padding-top: 25px;
}
footer .symbol-footer-img {
  max-width: 375px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 600px) {
  footer .symbol-footer-img {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  footer .footer-logo-text {
    font-size: 13px !important;
  }
}
footer .text-footer-img {
  max-width: 250px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  footer .text-footer-img {
    max-width: 200px;
  }
}
footer .social-links a {
  color: #4e4e4e;
}
footer .social-links a img {
  height: 30px;
  width: 40px;
  object-fit: contain;
}
footer .social-links a #youtubeIcon {
  height: 40px;
}
footer .cm-link-list {
  text-decoration: none;
  color: var(--secondary-main);
}
footer .cm-link-list:hover {
  color: var(--primary-light);
}
footer .app-links-inner img {
  max-width: 320px;
  height: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .app-links-inner img {
    max-width: 200px;
  }
}
footer .footer-logo {
  max-width: 300px;
}
footer .cm-footer-end-outer {
  /* background: #4e4e4e;
  position: relative;
  z-index: 10000;*/
}
@media (max-width: 600px) {
  footer .cm-footer-copright {
    margin-top: 25px;
  }
}

.cm-text-green {
  color: #4a8522;
}

section {
  position: relative;
}
section .container-more {
  position: relative;
  z-index: 2;
}
section img.cm-section-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm-hero-section {
  /*background-color: var(--primary-main);*/
  /* background-image: url("Images/Home/hexagon-gradient.png");*/
  background-position: bottom left;
}
.cm-hero-section .btn {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.cm-hero-section .btn-outline-tertiary {
  box-shadow: inset 0 0 0 3px var(--primary-light);
}
.cm-hero-section i {
  color: var(---primary-main);
}
.cm-hero-section .testimonial-client {
  max-width: 280px;
  border-radius: 50%;
}
.cm-hero-section.cm-discover-difference .testimonial-client {
  max-width: 480px;
  border-radius: 50%;
  margin-top: -35%;
}
@media (max-width: 991px) {
  .cm-hero-section.cm-discover-difference .testimonial-client {
    max-width: 270px;
  }
  .cm-hero-section.cm-discover-difference .display-6 {
    font-size: calc(0.575rem + 1.5vw);
  }
}
@media (max-width: 767px) {
  .cm-hero-section.cm-discover-difference .testimonial-client {
    margin-top: 0;
  }
  .cm-hero-section.cm-discover-difference .display-6 {
    font-size: 1.5rem;
  }
}

.cm-mmbrsp-plan-button {
  display: inline-block;
  font-size: 14px;
  background-color: #012060;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 35px 8px 35px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.mh-lg {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.img-responsive {
  width: 100%;
}

.bg-cover {
  background-size: cover;
}

.b0 {
  border-width: 0 !important;
}

#BackToTop {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  right: 20px;
  bottom: 90px;
}

.cm-iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.cm-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Header - Start */
/*.cm-header {
    border-bottom: 1px solid var(--primary-light);
    background-color: var(--primary-main);

    .navbar {
        #navbarNav {
            flex: 0;
            gap: 1.5rem;

            .navbar-nav {
                .nav-item {
                    .nav-link {
                        color: var(--bs-white);
                        font-size: 1.125rem;
                        padding: 0.5rem 1rem;
                    }

                    .nav-link.active {
                        color: var(--secondary-main);
                    }

                    :hover {
                        color: var(--primary-light);
                    }
                }
            }
        }
    }

    @media screen and (max-width: 991px) {
        .navbar {
            position: unset;

            #navbarNav {
                position: absolute;
                top: 75px;
                left: 0;
                width: 100%;
                background-color: var(--bs-white);
                padding: 1rem 2rem;
                box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.12);
                z-index: 10;

                .navbar-nav {
                    .nav-item {
                        .nav-link {
                            color: var(--secondary-main);
                        }

                        .nav-link.active {
                            color: var(--primary-main);
                        }
                    }
                }

                .btn.btn-tertiary {
                    margin: 0.5rem 1rem;
                }
            }
        }
    }

    @media screen and (max-width: 767px) {
        .navbar {
            .navbar-brand {
                .logo-icon {
                    max-width: 60px;
                }
            }

            #navbarNav {
                top: 71px;
            }
        }
    }
}*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    /*top: 83%;*/
  }
}
@media (min-width: 1600px) {
  .container-more {
    max-width: 1543px;
  }
}
nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
nav.navbar .logo-inner {
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
}
@media (max-width: 991px) {
  nav.navbar .logo-inner {
    justify-content: flex-start;
    left: 0rem;
    top: 15px;
  }
}
nav.navbar .logo-inner .navbar-brand {
  pointer-events: all;
}
nav.navbar .logo-inner .navbar-brand img {
  max-width: 360px;
}
@media (max-width: 1200px) {
  nav.navbar .logo-inner .navbar-brand img {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  nav.navbar .logo-inner .navbar-brand img {
    max-width: 225px;
  }
}
nav.navbar .navbar-nav .nav-link {
  color: #fff;
}
nav.navbar .navbar-nav .nav-link:after {
  border: 0;
}
nav.navbar .navbar-nav .link-icon-same {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  background: #4e4e4e;
  z-index: 2;
}
nav.navbar .navbar-nav .dropdown .dropdown-menu.show {
  display: inherit !important;
}
@media (max-width: 991px) {
  nav.navbar .navbar-nav .dropdown .dropdown-menu.show {
    display: none !important;
  }
}
nav.navbar .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
nav.navbar .navbar-nav .dropdown-menu {
  background-color: #4e4e4e;
  color: #fff;
  border-radius: 0;
  border: 0;
}
@media (max-width: 600px) {
  nav.navbar .navbar-nav .dropdown-menu {
    font-size: larger;
  }
}
nav.navbar .navbar-nav .dropdown-menu .cm-feature-imgs {
  max-width: 55px;
  height: 40px;
  object-fit: contain;
  width: 100%;
}
nav.navbar .navbar-nav .dropdown-menu .arrow-white {
  max-width: 50px;
}
@media (max-width: 767px) {
  nav.navbar .navbar-nav .dropdown-menu .arrow-white {
    max-width: 40px;
  }
}

@media (max-width: 991px) {
  button.navbar-toggler {
    margin-left: auto;
  }
  #main_nav .navbar-nav {
    width: 100%;
  }
  .megamenu ul, .megamenu h6 {
    margin-bottom: 15px;
  }
  .megamenu .border-1 {
    border: 0 !important;
  }
  .megamenu h4 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, 0.9098039216);
    left: auto;
    width: 100%;
    padding: 10px;
    z-index: 9;
    min-height: calc(100vh - 72px);
  }
  .navbar-collapse ul {
    gap: 15px;
  }
}
/* Header - End */
/* Homepage:  - Start */
/* Swiper Slider - Start */
.btn-primary-new {
  border-radius: 4px;
  color: #4e4e4e;
}
@media (max-width: 1200px) {
  .btn-primary-new {
    font-size: 22px !important;
  }
}
.btn-primary-new svg {
  margin-left: 15px;
}

button.navbar-toggler {
  position: relative;
  z-index: 9;
}

.p-150-sec {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .p-150-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-inner {
    width: 100%;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-inner .quick-links a {
  text-decoration: none;
  margin-top: 15px;
}

.cm-body-homepage .cm-hero-section {
  min-height: 100vh;
  /* background: url('images/homepage-bg.png');*/
  display: flex;
  align-items: center;
  position: relative;
}
.cm-body-homepage .cm-hero-section .mw-mid {
  max-width: 620px;
}
@media (max-width: 767px) {
  .cm-body-homepage .cm-hero-section .mw-mid {
    margin-top: 20px;
  }
}
.cm-body-homepage .cm-hero-section .mw-mid h1 {
  font-size: 95px;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .cm-body-homepage .cm-hero-section .mw-mid h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1200px) {
  .cm-body-homepage .cm-hero-section .mw-mid h1 {
    font-size: 60px;
    margin-top: 30px;
  }
}
.cm-body-homepage .cm-hero-section .mw-mid h4 {
  font-size: 43px !important;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .cm-body-homepage .cm-hero-section .mw-mid h4 {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  .cm-body-homepage .cm-hero-section .mw-mid h4 {
    margin-top: 25px;
  }
}
.cm-body-homepage .tools-sec .tools-sec-inner {
  max-width: 645px;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .cm-body-homepage .tools-sec .tools-sec-inner {
    margin-left: 25px !important;
  }
}
@media (max-width: 575px) {
  .cm-body-homepage .tools-sec .tools-sec-inner {
    margin-left: 0px !important;
  }
}
.cm-body-homepage .ditch-hassle {
  /* background-image: url('images/hassle-third.png');*/
  background-size: cover;
  background-position-x: right;
  position: relative;
}
@media (max-width: 767px) {
  .cm-body-homepage .ditch-hassle:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3019607843);
  }
}
@media (max-width: 1200px) {
  .cm-body-homepage .ditch-hassle {
    background-position-x: 70%;
  }
}
.cm-body-homepage .ditch-hassle .cm-section-bg {
  object-position: right;
}
@media (max-width: 1200px) {
  .cm-body-homepage .ditch-hassle .cm-section-bg {
    object-position: 70%;
  }
}
.cm-body-homepage .visiblity-sec {
  /* background-image: url('images/visiblity-fourth.png');*/
  background-size: cover;
  background-position-x: right;
  position: relative;
}
@media (max-width: 767px) {
  .cm-body-homepage .visiblity-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2392156863);
  }
}
.cm-body-homepage .visiblity-sec .cm-section-bg {
  object-position: right;
}
@media (max-width: 1200px) {
  .cm-body-homepage .visiblity-sec .cm-section-bg {
    object-position: 75%;
  }
}
.cm-body-homepage .last-cta {
  /*background-image: url('images/limitation-last.png');*/
  background-size: cover;
  background-position-x: right;
}
.cm-body-homepage .last-cta .cm-section-bg {
  object-position: right;
}
@media (max-width: 1200px) {
  .cm-body-homepage .last-cta .cm-section-bg {
    object-position: 100%;
  }
}
.cm-body-homepage .cm-multiple-section {
  /*background-image: url('images/chess-five.png');*/
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .cm-body-homepage .cm-multiple-section {
    background-position-x: 17%;
  }
}
@media (max-width: 1200px) {
  .cm-body-homepage .cm-multiple-section .cm-section-bg {
    object-position: 16%;
  }
}
@media (max-width: 767px) {
  .cm-body-homepage .cm-multiple-section:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}
.cm-body-homepage .cm-multiple-section .righted {
  margin-left: auto;
}
.cm-body-homepage .cm-builtby-section .swiper {
  padding: 0 50px !important;
}
.cm-body-homepage .cm-builtby-section .swiper .border {
  border-color: #F2C34F !important;
}
.cm-body-homepage span.down-arrow {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
}
.cm-body-homepage span.down-arrow svg {
  width: 96px;
}
@media (max-width: 1200px) {
  .cm-body-homepage span.down-arrow svg {
    width: 65px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: unset !important;
}
.swiper .cm-testimonials-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide {
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.swiper .swiper-wrapper .swiper-slide p {
  font-size: 1.2rem !important;
  font-style: italic;
}
.swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: calc(100% - 30px);
  height: auto;
  object-fit: cover;
  border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #fff;
  margin-left: auto;
  margin-right: auto;
}
.swiper .swiper-button-prev {
  left: -60px !important;
  top: 50% !important;
}
@media (max-width: 1600px) {
  .swiper .swiper-button-prev {
    left: -25px !important;
  }
}
@media (max-width: 1400px) {
  .swiper .swiper-button-prev {
    left: -25px !important;
    width: 30px !important;
  }
}
@media (max-width: 1024px) {
  .swiper .swiper-button-prev {
    left: -10px !important;
    width: 30px !important;
  }
}
@media (max-width: 767px) {
  .swiper .swiper-button-prev {
    left: 10px !important;
  }
}
.swiper .swiper-button-prev::after {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(238, 238, 238, 0.9);
}
.swiper .swiper-button-next {
  right: -60px !important;
  top: 50% !important;
}
@media (max-width: 1600px) {
  .swiper .swiper-button-next {
    right: -25px !important;
  }
}
@media (max-width: 1400px) {
  .swiper .swiper-button-next {
    right: -25px !important;
    width: 30px !important;
  }
}
@media (max-width: 1024px) {
  .swiper .swiper-button-next {
    right: -10px !important;
    width: 30px !important;
  }
}
@media (max-width: 767px) {
  .swiper .swiper-button-next {
    right: 10px !important;
  }
}
.swiper .swiper-button-next::after {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(238, 238, 238, 0.9);
}

/* Swiper Slider - End */
.cm-laptop-wrapper {
  position: relative;
  width: 100%;
}
.cm-laptop-wrapper img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.cm-laptop-wrapper .cm-mask-wrapper {
  -webkit-mask-image: url("Images/Home/Laptop-Screen.png");
  mask-image: url("Images/Home/Laptop-Screen.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cm-laptop-wrapper .cm-mask-wrapper .cm-hero-video-wrapper {
  position: absolute;
  top: -6px;
  left: 11.75%;
  height: 0;
  width: 76.5%;
  z-index: 1;
  padding-top: 56.25%;
}

.cm-multiple-section {
  /*background-image: url('../../Content/Images/Home/Young-professionals-technology.png');*/
  min-height: auto;
  background-size: cover;
  background-position: bottom;
}

.cm-builtby-section .logo-image {
  max-width: 120px;
  height: auto;
}

.cm-pricing-section img {
  max-width: 75px;
}
.cm-pricing-section .cm-pricing-tag {
  font-size: 20px;
}
.cm-pricing-section .cm-pricing-tag .cm-price-value {
  display: inline;
  font-size: 4rem;
}
.cm-pricing-section .cm-pricing-tag .cm-price-period {
  opacity: 0.75;
}
.cm-pricing-section .cm-pricing-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.cm-pricing-section .cm-pricing-list li {
  border-bottom: 1px solid rgba(9, 9, 9, 0.04);
  padding: 0.5rem 0;
}
.cm-pricing-section .cm-pricing-list li:last-child {
  border: 0;
}
.cm-pricing-section .btn {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
}
.cm-pricing-section .cm-wrapper-highlight {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(197, 195, 195, 0.5);
}
@media screen and (max-width: 991px) {
  .cm-pricing-section .cm-pricing-tag .cm-price-value {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .cm-pricing-section .cm-bg-primary-lighter > .row {
    margin: 0;
  }
}

.organization-details {
  align-items: center;
}
@media (max-width: 767px) {
  .organization-details {
    flex-direction: column;
    gap: 1rem !important;
  }
}
@media (max-width: 767px) {
  .organization-details img {
    max-width: 180px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .testimonial-text-home {
    font-size: 20px !important;
    margin-top: 20px;
  }
}

/* Homepage:  - End */
/* --Pricing Page-- - Start */
.discover-list-inner {
  max-width: 350px;
  margin: auto;
  text-align: left;
  min-height: 250px;
}
@media (max-width: 767px) {
  .discover-list-inner {
    min-height: auto;
  }
}

.availablity-inner-correct {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
}
.availablity-inner-correct svg {
  height: 25px;
  width: 25px;
  position: relative;
  top: -5px;
}

.cm-pricing-p-subtitle {
  padding: 0 30%;
}
@media screen and (max-width: 1199px) {
  .cm-pricing-p-subtitle {
    padding: 0 25%;
  }
}
@media screen and (max-width: 991px) {
  .cm-pricing-p-subtitle {
    padding: 0 18%;
  }
}
@media screen and (max-width: 767px) {
  .cm-pricing-p-subtitle {
    padding: 0 10%;
  }
}
@media screen and (max-width: 575px) {
  .cm-pricing-p-subtitle {
    padding: 0;
  }
}

.cm-pricing-p-subtitle2 {
  padding: 0 25%;
}
@media screen and (max-width: 991px) {
  .cm-pricing-p-subtitle2 {
    padding: 0 12%;
  }
}
@media screen and (max-width: 767px) {
  .cm-pricing-p-subtitle2 {
    padding: 0 6%;
  }
}
@media screen and (max-width: 575px) {
  .cm-pricing-p-subtitle2 {
    padding: 0;
  }
}

.cm-price-all {
  flex-direction: column;
}
.cm-price-all .cm-price-inner {
  flex: 1;
  gap: 30px;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 600px) {
  .cm-price-all .cm-price-inner h1 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cm-price-all .cm-price-inner::after {
  background: linear-gradient(to bottom, #cce5f6, #ffffff);
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 15%;
  z-index: -1;
}

.cm-membership-plans-wrapper {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .cm-membership-plans-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan.label-uppar {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan.label-uppar {
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .cm-membership-plans-wrapper .bg-inverse-mobile.cm-mmbrsp-plan {
    background: #4e4e4e !important;
    color: #fff !important;
  }
}
@media (max-width: 600px) {
  .cm-membership-plans-wrapper .bg-inverse-mobile.cm-mmbrsp-plan .cm-mmbrsp-plan-subttl {
    color: #fff !important;
  }
}
@media (max-width: 600px) {
  .cm-membership-plans-wrapper .bg-inverse-mobile.cm-mmbrsp-plan .cm-mmbrsp-plan-button {
    background: #fff !important;
    color: #4e4e4e !important;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan {
  position: relative;
  border: 3px solid #4e4e4e;
  border-radius: 0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 7px;
  flex: 1;
  text-align: left !important;
  min-width: 180px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan {
    width: 100%;
    min-width: auto;
    max-width: inherit;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-subttl {
  font-weight: 400 !important;
  color: #4e4e4e !important;
  font-size: 13px;
  min-height: 50px;
}
@media (max-width: 1380px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-subttl {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-subttl {
    min-height: auto;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag {
  padding: 8px 16px;
  background-color: #4e4e4e;
  border-radius: 0;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  left: -3px;
  right: 0;
  margin: auto;
  width: calc(100% + 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 50px;
  bottom: 100%;
  letter-spacing: 1px;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag .icon {
  max-width: 24px;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag.cm-platinum {
  background-color: #f2c34f;
  color: #ffffff;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag.get-it-all {
  background: transparent;
  color: #4e4e4e !important;
  border: 3px solid;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag.best-value {
  background: linear-gradient(to right, #4dd0e1, #1565c0);
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag.cm-greater-impact {
  background: transparent;
  color: #4e4e4e !important;
  border: 3px solid;
  width: calc(200% + 28px);
}
@media (max-width: 1350px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag.cm-greater-impact {
    width: calc(200% + 20px);
  }
}
@media (max-width: 991px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag.cm-greater-impact {
    width: calc(100% + 6px);
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag.cm-greater-impact.cm-desktop-none {
  display: none;
}
@media (max-width: 991px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag.cm-greater-impact.cm-desktop-none {
    display: flex;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-tag.features-tag {
  background-color: var(--primary-main);
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-ttl {
  font-size: 35px !important;
  font-weight: 400;
  margin-top: 20px;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-subttl {
  color: var(--primary-main);
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .pricing-inner-three {
  min-height: 80px;
  color: #000;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .pricing-inner-three {
    min-height: 40px;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .pricing-inner-three p {
  font-size: 14px;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .pricing-inner-three .cm-mmbrsp-plan-price {
  font-size: 2rem;
  margin-bottom: 3px;
  margin-top: 25px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1380px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .pricing-inner-three .cm-mmbrsp-plan-price {
    font-size: 1.6rem;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .pricing-inner-three .cm-mmbrsp-plan-price .cm-custom-price {
  font-weight: 600;
  font-size: 14px !important;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .pricing-inner-three .cm-mmbrsp-plan-price sub {
  font-size: 14px;
  bottom: 0;
  font-weight: 600;
}
@media (max-width: 600px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-button-offer-inner .opacity-0 {
    display: none;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .trial-label .cm-mmbrsp-plan-button {
  position: absolute;
  top: calc(100% + 10px);
  font-size: 1.5rem;
  width: calc(100% + 20px);
  left: -10px;
  text-transform: capitalize;
  line-height: normal;
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .trial-label .cm-mmbrsp-plan-button {
    font-size: 1rem;
  }
}
@media (max-width: 380px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .trial-label .cm-mmbrsp-plan-button {
    width: 100%;
    left: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-button {
  display: block;
  font-size: 1.5rem;
  background-color: #4e4e4e;
  border-radius: 0;
  padding: 5px 15px 5px;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 0px;
  background-color: var(--colorskyblue);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6705882353);
  border-radius: 15px;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-button:hover {
  background-color: var(--colorskybluehover);
}
@media (max-width: 1200px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-button {
    font-size: 1.2rem;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-button.disabled {
  opacity: 0.5;
}
@media (max-width: 600px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .opacity-0 {
    display: none;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features {
  text-align: left;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner.enterprise-adjust {
  margin-bottom: 16px;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner.enterprise-adjust svg path {
  fill: #f2c34f;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner.enterprise-adjust h6 {
  font-weight: 400;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner {
  display: flex;
  gap: 8px;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner svg {
  height: 25px;
  width: 25px;
  position: relative;
  top: -5px;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner .cm-new-btn-inner {
  font-size: 11px !important;
  padding: 5px 6px !important;
  display: inline-block !important;
  background: #f2c34f;
  font-weight: 600;
  position: relative;
  top: -2px;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner .cm-mmbrsp-plan-name {
  text-decoration: underline;
  margin-left: 20px;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner .cm-plan-features-list {
  padding: 0;
  list-style-position: inside;
  color: #333333;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner .cm-plan-features-list .cm-plan-features-list-item {
  display: flex;
  position: relative;
  padding-left: 15px;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner .cm-plan-features-list .cm-plan-features-list-item:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #222222;
  position: absolute;
  top: 7px;
  left: 0;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner .cm-plan-features-list .cm-plan-features-list-item p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-bottom: 0;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner.cm-attendes {
  flex-direction: column;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner.cm-attendes h1 {
  font-size: 85px;
  color: var(--colorskyblue);
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1200px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner.cm-attendes h1 {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner.cm-attendes h1 {
    font-size: 120px;
  }
}
.cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-plan-features .plan-features-inner.cm-attendes h6 {
  font-size: 14px;
  font-weight: 400 !important;
  margin-top: 0;
  text-align: center;
}
.cm-membership-plans-wrapper .cm-mmbrsp-plans-bulb {
  width: 100%;
  max-width: 165px;
  position: absolute;
  right: -110px;
  top: 20%;
}
@media screen and (min-width: 1400px) and (max-width: 1540px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plans-bulb {
    max-width: 90px;
    right: -28px;
  }
}
@media screen and (max-width: 1399px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plans-bulb {
    max-width: 90px;
    top: 0;
    right: -28px;
  }
}
@media screen and (max-width: 1199px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plans-bulb {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cm-membership-plans-wrapper .cm-mmbrsp-plan {
    padding: 0.65rem;
  }
  .cm-membership-plans-wrapper .cm-mmbrsp-plan .cm-mmbrsp-plan-button {
    padding: 10px 12px 8px;
    margin-bottom: 10px;
  }
  .cm-membership-plans-wrapper:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .cm-membership-plans-wrapper > .row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .cm-membership-plans-wrapper .cm-membership-first {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .cm-membership-plans-wrapper .cm-membership-first {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .cm-membership-plans-wrapper > .row {
    margin: 0;
    grid-template-columns: 1fr;
  }
  .cm-membership-plans-wrapper > .row .cm-mmbrsp-plan {
    padding: 0.5rem;
  }
  .cm-membership-plans-wrapper > .row .last-mobile-card {
    margin-top: 110px;
  }
}

.cm-plan-features-wrapper {
  position: relative;
}
.cm-plan-features-wrapper .cm-plan-features-ttl {
  font-size: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  margin: 10px auto;
}
.cm-plan-features-wrapper .cm-plan-features-ttl span {
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.cm-plan-features-wrapper .cm-plan-features-desc {
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  margin: 0 auto 30px;
}
.cm-plan-features-wrapper .cm-plan-features-button {
  display: inline-block;
  font-size: 14px;
  background-color: #012060;
  border-radius: 5px;
  padding: 10px 35px;
  color: #ffffff;
  text-align: center;
  margin: 40px auto;
}
.cm-plan-features-wrapper .cm-plan-features-table tr th {
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 20px 15px;
  color: #000000;
  width: 14%; /*18%*/
}
.cm-plan-features-wrapper .cm-plan-features-table tr th:first-child {
  width: 60%; /*36%*/
}
.cm-plan-features-wrapper .cm-plan-features-table tr th .fa-check {
  font-size: 20px;
  color: #000;
}
.cm-plan-features-wrapper .cm-plan-features-table tr th .fa-xmark {
  font-size: 20px;
  color: #ff0000;
}
.cm-plan-features-wrapper .cm-plan-features-table tr td {
  border: none;
  font-size: 1rem;
  line-height: 1.2;
  padding: 20px 15px;
  color: #000000;
  width: 14%; /*18%*/
}
.cm-plan-features-wrapper .cm-plan-features-table tr td:first-child {
  width: 36%; /*46%*/
}
.cm-plan-features-wrapper .cm-plan-features-table tr td .fa-check {
  font-size: 20px;
  color: #000;
}
.cm-plan-features-wrapper .cm-plan-features-table tr td .fa-xmark {
  font-size: 20px;
  color: #ff0000;
}
.cm-plan-features-wrapper .cm-plan-features-table tr th.border-0 {
  border: none;
}
.cm-plan-features-wrapper .cm-plan-features-table tr td.border-0 {
  border: none;
}
.cm-plan-features-wrapper .cm-plan-features-table tr th.cm-table-features-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f2c34f;
}
@media (max-width: 1300px) {
  .cm-plan-features-wrapper .cm-plan-features-table tr th.cm-table-features-ttl {
    font-size: 1.4rem;
  }
}
.cm-plan-features-wrapper .cm-plan-features-table thead tr th {
  border: none;
  box-shadow: none;
  padding: 0 20px;
  text-align: center;
  max-width: 175px;
}
.cm-plan-features-wrapper .cm-plan-features-table thead tr th:not(:first-child) .cm-plan-ttl {
  display: block;
  background-color: #ffffff;
  color: #4e4e4e;
  padding: 0px 5px 0;
  height: inherit;
  text-decoration: none;
}
.cm-plan-features-wrapper .cm-plan-features-table thead tr th:not(:first-child) .cm-plan-subttl {
  padding: 8px;
  margin: 0;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 9;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}
.cm-plan-features-wrapper .cm-plan-features-table thead tr th p {
  font-size: 20px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.cm-plan-features-wrapper .cm-plan-features-table thead tr th p span {
  display: block;
}
.cm-plan-features-wrapper .cm-plan-features-table thead tr th p sub {
  font-size: 12px;
  bottom: 0;
  line-height: 1.4;
}
.cm-plan-features-wrapper .cm-plan-features-table tbody tr th:not(:first-child) {
  text-align: center;
}
.cm-plan-features-wrapper .cm-plan-features-table tbody tr td {
  font-size: 16px;
}
.cm-plan-features-wrapper .cm-plan-features-table tbody tr td:not(:first-child) {
  text-align: center;
  font-weight: 600;
}
.cm-plan-features-wrapper .cm-plan-features-table tbody tr td br {
  display: none;
}
.cm-plan-features-wrapper .cm-plan-features-table.cm-fixed-thead thead tr th:not(:first-child) .cm-plan-ttl {
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 10px;
  display: flex !important;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .cm-plan-features-wrapper .cm-plan-features-table tr th,
  .cm-plan-features-wrapper .cm-plan-features-table tr td {
    font-size: 0.75rem;
    padding: 8px;
  }
  .cm-plan-features-wrapper .cm-plan-features-table tr th.cm-table-features-ttl,
  .cm-plan-features-wrapper .cm-plan-features-table tr td.cm-table-features-ttl {
    font-size: 1.5rem;
  }
  .cm-plan-features-wrapper .cm-plan-features-table thead tr th {
    font-size: 0.75rem;
  }
  .cm-plan-features-wrapper .cm-plan-features-table thead tr th p {
    font-size: 1rem;
  }
  .cm-plan-features-wrapper .cm-plan-features-table thead tr th:not(:first-child) .cm-plan-ttl {
    padding: 20px 10px;
  }
  .cm-plan-features-wrapper .cm-plan-features-table.cm-fixed-thead thead tr th:not(:first-child) .cm-plan-ttl {
    padding: 16px 8px;
  }
}
@media screen and (max-width: 575px) {
  .cm-plan-features-wrapper {
    padding: 0;
  }
  .cm-plan-features-wrapper .cm-plan-features-table tr th,
  .cm-plan-features-wrapper .cm-plan-features-table tr td {
    font-size: 0.65rem; /*0.75rem*/
    min-width: 60px; /*70px*/
    width: 60px; /*70px*/
    max-width: 60px; /*70px*/
    word-break: break-all;
  }
  .cm-plan-features-wrapper .cm-plan-features-table tr th.cm-table-features-ttl,
  .cm-plan-features-wrapper .cm-plan-features-table tr td.cm-table-features-ttl {
    font-size: 1.5rem;
  }
  .cm-plan-features-wrapper .cm-plan-features-table tr th:first-child,
  .cm-plan-features-wrapper .cm-plan-features-table tr td:first-child {
    min-width: 96px; /*130px*/
    width: 96px; /*130px*/
    max-width: 96px; /*130px*/
  }
  .cm-plan-features-wrapper .cm-plan-features-table thead tr th:first-child {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
  .cm-plan-features-wrapper .cm-plan-features-table thead tr th:not(:first-child) .cm-plan-ttl {
    padding: 24px 4px 8px;
    font-size: 12px;
  }
  .cm-plan-features-wrapper .cm-plan-features-table thead tr th:not(:first-child) .cm-plan-ttl p {
    font-size: 14px;
  }
  .cm-plan-features-wrapper .cm-plan-features-table thead tr th:not(:first-child) .cm-plan-subttl {
    padding: 4px;
    margin: 0 4px -15px;
    font-size: 12px;
  }
  .cm-plan-features-wrapper .cm-plan-features-table.cm-fixed-thead thead tr th:not(:first-child) .cm-plan-ttl {
    padding: 8px 4px;
    top: 0;
  }
}

/* --Pricing Page-- - End */
/* Feature Page - Start */
.cm-bk-advantages-wrapper {
  background-color: var(--primary-lighter);
  padding: 3rem 6rem;
  border-radius: 16px;
}
.cm-bk-advantages-wrapper .cm-adv-item h4 {
  position: relative;
  z-index: 1;
}
.cm-bk-advantages-wrapper .cm-adv-item h4 span {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 10rem;
  line-height: 1;
  /*font-family: "D-DIN-Bold";*/
  font-weight: 700;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cm-bk-advantages-wrapper {
    padding: 2rem;
  }
}

.cm-bk-features-wrapper {
  background-color: var(--primary-lighter);
  padding: 2rem;
  border-radius: 16px;
}
.cm-bk-features-wrapper ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: my-features-counter;
}
.cm-bk-features-wrapper ol li {
  counter-increment: my-features-counter;
  margin-bottom: 1rem;
  display: flex;
}
.cm-bk-features-wrapper ol li::before {
  content: counter(my-features-counter);
  color: var(--primary-main);
  background-color: var(--bs-white);
  border: 3px solid var(--primary-main);
  font-weight: bold;
  padding: 1px;
  border-radius: 100%;
  display: inline-block;
  height: 32px;
  min-width: 32px;
  text-align: center;
  margin-right: 1rem;
}

.cm-section-connection-choices {
  position: relative;
  background-image: url("Images/Features/bg-img_wave.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cm-section-connection-choices img:not(.cm-img-av-icon) {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.cm-section-rounded-top {
  background-color: #f2f2f2;
  border-top-left-radius: 60% 20%;
  border-top-right-radius: 60% 20%;
}

.cm-arrow-section p {
  font-size: 1.2rem;
}
.cm-arrow-section svg {
  max-width: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cm-arrow-section svg.arrow-right {
  rotate: 270deg;
}
.cm-arrow-section svg.arrow-left {
  rotate: 90deg;
}

.cm-instant-lead-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.cm-instant-lead-list li {
  font-size: 1.5rem;
}
.cm-instant-lead-list li:before {
  content: "✓";
}

.cm-section-rounded-top-border {
  border-top-left-radius: 60% 20%;
  border-top-right-radius: 60% 20%;
  border-top: 0.75rem solid #f2f2f2;
}

.cm-section-join-for-free h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .cm-section-join-for-free h2 {
    font-size: 3rem;
  }
}

.cm-top-element {
  transform: rotate(180deg);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  z-index: -1;
}
.cm-top-element svg {
  width: calc(256% + 1.3px);
  height: 202px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cm-top-element svg .shape-fill {
  fill: #f2f2f2;
  transform-origin: center;
  transform: rotateY(0deg);
}

.hero-texts-features {
  position: absolute;
}
@media (max-width: 991px) {
  .hero-texts-features.polygon-adjust {
    text-align: center;
    top: 50% !important;
    transform: translateY(-50%);
    max-width: 48%;
    background: rgba(255, 255, 255, 0.9019607843);
    padding: 10px !important;
  }
}

@media (max-width: 991px) {
  .hero-text-konnectors.hero-texts-features {
    padding-top: 0 !important;
  }
}

.features {
  display: flex;
}
@media (max-width: 767px) {
  .features .border-end {
    border-right: 0 !important;
    border-bottom: 3px solid;
  }
}

/* Feature Page - End */
/* p3 system page starts */
.logo-image {
  max-width: 120px;
  width: 100%;
  height: auto;
}

/* p3 system page ends */
/* podcastersandauthors page starts */
.cm-roy-man {
  object-fit: cover;
}

.warrior-badge {
  max-width: 170px;
  bottom: 30px !important;
}

/* podcastersandauthors page ends */
/* Konnectors page starts */
.konnectors-hero-section .display-builtby {
  font-size: 230px;
  letter-spacing: 2.1px;
  line-height: 1;
  white-space: pre;
}
@media (max-width: 1380px) {
  .konnectors-hero-section .display-builtby {
    font-size: 190px;
  }
}
@media (max-width: 991px) {
  .konnectors-hero-section .display-builtby {
    font-size: 124px;
  }
}
@media (max-width: 600px) {
  .konnectors-hero-section .display-builtby {
    font-size: 80px;
  }
}
.konnectors-hero-section .owner-image {
  width: 112%;
  margin-left: -12%;
  margin-top: 94px;
}
@media (max-width: 1200px) {
  .konnectors-hero-section .owner-image {
    margin-top: 85px;
  }
}
@media (max-width: 991px) {
  .konnectors-hero-section .owner-image {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    aspect-ratio: 12/16;
    object-fit: cover;
  }
}
.konnectors-hero-section .coo-section {
  margin-top: -25%;
}
@media (max-width: 991px) {
  .konnectors-hero-section .coo-section {
    margin-top: 0;
  }
}
.konnectors-hero-section .coo-section .coo-image {
  width: 80%;
}
@media (max-width: 991px) {
  .konnectors-hero-section .coo-section .coo-image {
    width: 100%;
    aspect-ratio: 12/16;
    object-fit: cover;
  }
}
.konnectors-hero-section .six-decades-text {
  margin-top: -15%;
}
@media (max-width: 991px) {
  .konnectors-hero-section .six-decades-text {
    margin-top: 0;
  }
}

/* Konnectors entrepreneurs page stars */
@media (max-width: 767px) {
  .entreprenurs-hero-section p.fs-1 {
    font-size: 22px !important;
  }
}
.entreprenurs-hero-section .white-hexagon {
  max-width: 500px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .entreprenurs-hero-section .white-hexagon {
    display: none;
  }
}
.entreprenurs-hero-section .hexa-content {
  top: 50px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .entreprenurs-hero-section .hexa-content {
    position: static !important;
  }
}
.entreprenurs-hero-section .hexa-content .light-icon {
  max-width: 125px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .entreprenurs-hero-section .hexa-content .light-icon {
    max-width: 75px;
  }
}
@media (max-width: 600px) {
  .entreprenurs-hero-section .hexa-content .light-icon {
    max-width: 35px;
  }
}

/* Konnectors entrepreneurs page ends */
/* Konnectors page ends */
/* Support Page - Start */
.cm-video-tutorials-section .cm-iframe-wrapper {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
  background: #000000;
  margin-bottom: 1rem;
}

.cm-contact-info-wrapper {
  font-size: 1.25rem;
}
.cm-contact-info-wrapper svg {
  font-size: 3rem;
  color: var(--primary-main);
  margin-bottom: 1rem;
}
.cm-contact-info-wrapper a {
  text-decoration: none;
  color: var(--secondary-main);
  /*font-family: "D-DIN-Bold";*/
  font-weight: 700;
}

/* Support Page - End */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}
.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* resources page starts */
@media (max-width: 767px) {
  .cm-resource-section .text-nowrap {
    white-space: normal !important;
  }
}
@media (max-width: 600px) {
  .cm-resource-section .resource-inner b {
    display: block;
  }
}

.small-icon {
  height: 100px;
  width: 100px;
}
@media (max-width: 767px) {
  .small-icon {
    display: block;
    height: 50px;
    width: 50px;
  }
}

.small-icon-img {
  width: 300px;
}
@media (max-width: 991px) {
  .small-icon-img {
    width: 250px;
  }
}

.two-polygons {
  max-width: 700px;
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .two-polygons {
    display: none;
  }
}

@media (max-width: 991px) {
  #basicProfileModal iframe {
    height: 300px;
  }
}

.accordion-video .accordion-item {
  border: 0 !important;
}
.accordion-video .accordion-item .accordion-button {
  color: #f2c34f !important;
  font-weight: 600;
}
.accordion-video .accordion-item .list-group-item {
  border: 0 !important;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}
.accordion-video .accordion-item .list-group-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  height: 25px;
  width: 25px;
  background: #4e4e4e;
}
@media (max-width: 991px) {
  .accordion-video .accordion-item .list-group-item:before {
    top: 20px;
  }
}

/* resources page ends */
/* blog page starts */
.blog-hero-inner .logo-image-inner {
  max-width: 60px;
}
.blog-hero-inner p {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 767px) {
  .cm-resource-section .display-2, .cm-resource-section .display-full {
    font-size: 38px !important;
  }
}
@media (max-width: 767px) {
  .cm-resource-section .fs-1 {
    font-size: 18px !important;
  }
}

/* blog page ends */
/* enterprise page starts */
.enterprise-form-page-inner .form-inner {
  position: absolute;
  right: 10px;
  top: 60px;
}
@media (max-width: 991px) {
  .enterprise-form-page-inner .form-inner {
    position: static;
    padding: 10px;
    margin-bottom: 25px;
  }
}
.enterprise-form-page-inner .form-inner input, .enterprise-form-page-inner .form-inner select {
  border-radius: 0;
  padding: 10px 15px;
  border: 0;
}
.enterprise-form-page-inner .form-inner .small-select-arrow {
  position: absolute;
  height: 25px;
  width: auto;
  right: 10px;
  bottom: 7px;
}

.learn-how-section {
  padding-bottom: 300px;
}
@media (max-width: 991px) {
  .learn-how-section {
    padding-bottom: 50px;
  }
}
.learn-how-section .learn-how-text {
  max-width: 420px;
}
@media (max-width: 767px) {
  .learn-how-section .learn-how-text {
    display: none;
  }
}

/* enterprise page ends */
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
.cm-resource-section {
  background-color: var(--primary-main);
  background-position: bottom left;
}
.cm-resource-section .btn {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.cm-resource-section .btn-outline-tertiary {
  box-shadow: inset 0 0 0 3px var(--primary-light);
}

.cm-resource-Grey-section {
  background-color: var(--secondary-main);
  background-position: bottom left;
}
@media (max-width: 600px) {
  .cm-resource-Grey-section {
    padding-top: 0;
  }
}
.cm-resource-Grey-section .btn {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.cm-resource-Grey-section .btn-outline-tertiary {
  box-shadow: inset 0 0 0 3px var(--primary-light);
}

.custom-bg-color {
  background: #4e4e4e;
}

.image-container {
  position: relative;
}

.four-image-outer {
  position: relative;
  min-height: 800px;
}
@media (max-width: 480px) {
  .four-image-outer {
    min-height: 400px;
  }
}
.four-image-outer .four-image-container {
  position: absolute;
  max-height: 800px;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  top: 0;
  left: 0;
  padding-left: 0;
}
@media (max-width: 480px) {
  .four-image-outer .four-image-container {
    max-height: 400px;
  }
}
.four-image-outer .four-image-container li {
  list-style-type: none;
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  transition: 0.5s ease;
}
.four-image-outer .four-image-container li .first-image {
  object-position: 66%;
}
.four-image-outer .four-image-container li .second-image {
  object-position: 56%;
}
.four-image-outer .four-image-container li .third-image {
  object-position: 36%;
}
.four-image-outer .four-image-container li .fourth-image {
  object-position: 70%;
}
.four-image-outer .four-image-container .image-behind-title {
  width: 100%;
  object-position: center;
  height: 100%;
  object-fit: cover;
  min-height: 800px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .four-image-outer .four-image-container .image-behind-title {
    min-height: 400px;
  }
}

ul.four-image-container:hover li {
  width: 0;
}

ul.four-image-container li:hover {
  width: 100%;
}

/* common style responsive starts */
@media (max-width: 1200px) {
  .cm-btn-big {
    padding: 12px 25px !important;
    font-size: 20px !important;
  }
  .display-1 {
    font-size: 60px;
  }
  .display-2 {
    font-size: 48px;
  }
  .display-3 {
    font-size: 42px;
  }
  .display-4 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 54px;
  }
  .display-2 {
    font-size: 50px;
  }
  .display-3 {
    font-size: 48px;
  }
  .display-4 {
    font-size: 44px;
  }
  .hexa-content h1 {
    font-size: 20px;
    padding: 0 !important;
  }
  .hexa-content h5 {
    font-size: 14px !important;
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .display-1 {
    font-size: 40px;
  }
  .display-2 {
    font-size: 36px;
  }
  .display-3 {
    font-size: 32px;
  }
  .display-4 {
    font-size: 28px;
  }
  .smaller-font-mobile {
    font-size: 18px !important;
  }
  .team-subtitle-text {
    font-size: 12px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }
  .two-images-row {
    display: flex;
    align-items: flex-start !important;
  }
  .two-images-row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .cm-webinar-main-section .cm-side-content .cm-webinar-img-box {
    height: 20vw;
    width: 20vw;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .cm-webinar-main-section .cm-side-content .cm-webinar-img-box {
    height: 8vw;
    width: 8vw;
    margin: 10px auto 10px;
    border-radius: 12px;
  }
  .cm-webinar-main-section .cm-side-content {
    overflow: auto;
    width: 200px;
  }
  .cm-webinar-main-section .cm-side-content a {
    font-size: 14px;
    padding: 8px 8px !important;
    word-break: break-all;
  }
}
@media (max-width: 500px) {
  .cm-webinar-main-section {
    flex-direction: column;
  }
  .cm-webinar-main-section .cm-side-content > div {
    flex: 1 1 auto;
    gap: 10px;
    flex-direction: row;
    height: auto;
  }
  .cm-webinar-main-section .cm-side-content {
    flex-direction: column;
    width: 100%;
    padding: 15px;
    height: auto;
    gap: 5px;
  }
  .cm-webinar-main-section .cm-side-content a {
    font-size: 14px;
    padding: 8px 8px !important;
    word-break: break-all;
  }
}
.cm-k2k-logo {
  max-height: 96px;
}

#inviteGuestButton {
  display: none;
}
@media (max-width: 1024px) {
  #inviteGuestButton {
    display: block;
  }
}
