@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* @import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap); */


:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Inter', sans-serif;
  /* --font-primary: 'Barlow', sans-serif; */
  /* --font-secondary: 'Barlow', sans-serif; */
  --text-primary: #111827;
  --text-secondary: #4b5563;
  --text-tertiary: #9ca3af;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-bold: 700;
  --weight-extrabold: 800;

  --line-height-base: 1.6;
  --line-height-heading: 1.3;

  /* Button and Core Colors matched to Pricing Page */
  --theme: #2F80ED;
  --theme-hover: #1a66cc;
  --primary: #2F80ED;
  --primary-dark: #1a66cc;
}

.emailIcon i:hover,
.facebookicon:hover,
.twittericon:hover {
  text-decoration: none
}

.listing-type,
.listing-type-date {
  white-space: nowrap;
  min-width: 40px
}

.listing .listing-logo img,
.listing .listing-logo-old img,
.profileCard img {
  box-shadow: 2px 2px 2px 0 #d0d0d0;
  -ms-interpolation-mode: bicubic
}

#aboutdesc,
#prosummarydesc {
  padding-left: 200px
}

.clear,
.clearfix:after,
.row:after {
  clear: both
}

.hero-desc,
.secondary-title,
.usedby {
  font-style: normal
}

.sidebarnav,
.whatyouget,
.whyjoin,
ul.footer-links {
  list-style: none
}

body {
  font-size: 16px;
  font-family: var(--font-family);
  color: var(--gray-800);
  background-color: var(--white);
  margin: 0;
  padding: 0;
  font-family: var(--font-primary) !important;
  color: #14142b;
  font-weight: var(--weight-medium);
  overflow-x: hidden
}

@media (min-width:1200px) {
  .container {
    max-width: 1200px
  }

  .navbar-brand {
    margin-right: 90px
  }
}

#maincontainer {
  background-color: red;
  height: 600px
}

.has-toggle.product-description.before::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fff 100%)
}

.has-toggle.product-description.before {
  max-height: 300px;
  overflow: hidden
}

.product-description.has-toggle.is-expanded {
  max-height: none;
  overflow: visible
}

.punchline {
  font-size: 18px;
  padding-top: 30px;
  text-transform: capitalize
}

#navbarmenudesktop {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

.btn-outline-primary {
  background-color: transparent;
  background-image: none
}

.btn-outline-primary:hover,
.btn-primary:hover {
  background-color: #435469;
  color: #fff;
  border-color: #435469
}

.btn-primary {
  background-color: #34aa91;
  color: #fff;
  border-color: #34aa91
}

.emailIcon i,
.facebookicon i {
  border: 1px solid #435469;
  border-radius: 50%;
  padding: 10px;
  background-color: #435469;
  color: #fff;
  font-size: 18px
}

#profileshare,
.profileCard h2 {
  padding-top: 30px
}

.facebookicon i:hover {
  text-decoration: none;
  border: 1px solid #3b5998;
  border-radius: 50%;
  background-color: #3b5998;
  color: #fff
}

.emailIcon i:hover {
  border: 1px solid #34aa91;
  border-radius: 50%;
  background-color: #34aa91;
  color: #fff
}

#footer {
  background-color: #202020;
  padding: 50px 0 0;
  color: var(--text-tertiary)
}

#footer h4 {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 12px
}

#footer a.button {
  margin-top: 12px;
  border: 1px solid #202020;
  padding: 10px 30px
}

#footer a.button:hover {
  border: 1px solid #34aa91
}

ul.footer-links {
  margin: 0 0 15px;
  -webkit-padding-start: 0
}

.about-wrapper .owl-carousel,
.footer-links li {
  position: relative
}

.footer-links li a {
  display: inline-block;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  line-height: var(--line-height-heading)
}

.footer-links li a:hover {
  padding-left: 16px;
  color: #fff !important
}

.footer-links li:before {
  font-family: fontawesome;
  font-size: 16px;
  content: "\f105";
  position: absolute;
  left: 0;
  top: -1px;
  padding: 0 7px 0 0;
  color: rgba(255, 255, 255, .4)
}

#footer-bottom {
  border-top: 1px solid #333;
  margin-top: 35px;
  text-align: center;
  padding: 30px 0;
  display: inline-block
}

#footer-bottom h4 {
  font-size: 18px !important
}

.copyrights {
  color: var(--text-secondary);
  margin-top: 20px
}

.copyrights a {
  color: #ddd
}

.listing-title h4:hover {
  text-decoration: underline
}

.listing.part-time .listing-type:hover {
  font-weight: var(--weight-bold);
  background-color: #34aa91;
  color: #fff
}

.listing-date.full-time {
  background-color: #f1f7fc !important;
  color: #186fc9 !important;
  border-radius: 3px;
  border-color: #186fc9
}

.currentmenu {
  background-color: #edf5ee !important;
  color: #34aa91 !important;
  border-radius: 3px
}

.listing-type-date {
  border-radius: 3px;
  font-size: 12px !important;
  color: #d0d0d0;
  padding: 4px 8px;
  line-height: var(--line-height-heading) !important;
  font-weight: var(--weight-medium);
  position: absolute;
  right: 25px;
  text-align: center;
  top: 25px;
  transform: translateY(-50%)
}

.listing .listing-logo-old {
  width: 60px;
  min-width: 60px;
  flex-wrap: wrap
}

.listing .listing-logo-old img {
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  width: auto;
  max-width: 100%
}

.listings-container {
  margin: 15px 0 40px
}

.listing {
  border-radius: 0;
  display: flex;
  padding: 25px;
  border-left: 4px solid #eee;
  transition: .3s;
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-top: -1px
}

.listing-badge,
.listing-type {
  position: absolute;
  text-align: center
}

.listings-container .listing:first-child {
  border-radius: 4px 4px 0 0
}

.listings-container .listing:last-child {
  border-radius: 0 0 4px 4px
}

.listing.featured {
  background-color: #fffcee
}

.listing:hover {
  background-color: #fafafa
}

.listing-badge {
  background-color: #fac710;
  float: left;
  transform: rotate(45deg);
  font-size: 14px;
  margin: 0;
  z-index: 999;
  color: #fff;
  font-weight: var(--weight-medium);
  width: 66px;
  height: 66px;
  right: -33px;
  top: -33px;
  line-height: var(--line-height-base)
}

.listing-date,
.listing-type,
.listing.part-time .listing-upvote {
  font-size: 12px;
  line-height: var(--line-height-heading);
  font-weight: var(--weight-medium)
}

.listing.part-time .listing-upvote {
  color: #f1630d;
  background-color: #fef6f0;
  display: inline-block;
  border-radius: 3px;
  padding: 3px 8px;
  border: 1px solid #f1630d;
  cursor: pointer
}

.listing.part-time .listing-upvote:hover {
  color: #fef6f0;
  background-color: #f1630d;
  cursor: pointer
}

.listing-badge i {
  transform: rotate(-45deg)
}

.listing.temporary {
  border-left: 4px solid #e12335
}

.listing .listing-logo {
  width: 100px;
  min-width: 100px;
  flex-wrap: wrap
}

.listing .listing-logo img {
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  width: auto;
  border: 0;
  max-width: 100%
}

.listing .listing-logo img:hover {
  box-shadow: 4px 2px 2px 0 #c6c4c4
}

.listing .listing-title {
  padding-left: 25px;
  padding-right: 10px;
  width: 100%
}

.listing .listing-title h4 {
  letter-spacing: 0;
  font-size: 16px;
  line-height: var(--line-height-base);
  margin-bottom: 5px;
  color: var(--text-primary)
}

.listing .listing-title span {
  font-size: .875rem;
  line-height: var(--line-height-base);
  color: var(--text-tertiary)
}

.listing-type {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: var(--text-tertiary);
  padding: 4px 8px;
  right: 25px;
  top: 78%;
  transform: translateY(-50%)
}

#listingOldDate,
#mobileheading,
#navbarmenumobile,
.footernavbar {
  display: none
}

.listing.full-time .listing-type {
  color: #186fc9;
  border-color: #186fc9;
  background-color: #f1f7fc
}

.listing.part-time .listing-type {
  color: #f1630d;
  border-color: #f1630d;
  background-color: #fef6f0;
  line-height: var(--line-height-heading);
  cursor: pointer;
  font-size: 12px
}

.listing.freelance .listing-type {
  color: #53b427;
  border-color: #53b427
}

.listing.internship .listing-type {
  color: #dcaa0c;
  border-color: #dfb634;
  background-color: #fdfcf2
}

.listing.temporary .listing-type {
  color: #e12335;
  border-color: #e12335;
  background-color: #fdf2f3
}

.job-spotlight span.full-time {
  color: #186fc9 !important;
  border: 1px solid #186fc9;
  background-color: #f1f7fc
}

.job-spotlight span.part-time {
  color: #f1630d !important;
  border: 1px solid #f1630d;
  background-color: #fef6f0
}

.job-spotlight span.freelance {
  color: #53b427 !important;
  border: 1px solid #53b427;
  background-color: #f5fbf2
}

.job-spotlight span.internship {
  color: #dcaa0c !important;
  border: 1px solid #dfb634;
  background-color: #fdfcf2
}

.job-spotlight span.temporary {
  color: #e12335 !important;
  border: 1px solid #e12335;
  background-color: #fdf2f3
}

.job-spotlight span.freelance,
.job-spotlight span.full-time,
.job-spotlight span.internship,
.job-spotlight span.part-time,
.job-spotlight span.temporary {
  text-transform: none !important;
  font-size: 12px !important;
  font-weight: var(--weight-medium) !important;
  line-height: var(--line-height-base)
}

li .job-spotlight p {
  color: var(--text-tertiary);
  line-height: var(--line-height-base)
}

.listing-date {
  background-color: #f3f3f3;
  border: 0 solid #e0e0e0;
  color: var(--text-tertiary);
  display: inline-block;
  border-radius: 3px;
  padding: 3px 8px
}

.listing-date.new {
  border-color: #26ae62;
  background-color: #e9fff3;
  color: #26ae62;
  margin-right: 5px
}

.listing-details {
  flex-wrap: wrap
}

.listing-icons {
  padding: 0;
  margin: 0
}

.listing-icons li {
  display: inline-block;
  margin-right: 13px;
  color: gray;
  line-height: var(--line-height-base);
  font-size: 14px
}

.column.omega,
.columns.omega,
.listing-icons li:last-child,
.profileCard .listing-icons li {
  margin-right: 0
}

.listing-icons li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin: 0 4px 0 0
}

.categories-boxes-container {
  width: calc(100% + 20px);
  left: -20px;
  top: -10px;
  position: relative;
  display: flex;
  flex-wrap: wrap
}

.category-small-box {
  background-color: #f7f7f7;
  border-radius: 3px;
  margin: 20px 0 0 20px;
  padding: 20px;
  text-align: center;
  color: var(--text-secondary);
  transition: .4s;
  transform: scale(1);
  vertical-align: top;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 124px;
  overflow: hidden;
  width: calc(100% * (1/5))
}

.profileCard img,
.profileImage {
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer
}

.category-small-box:before {
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg) scale(1.5) translate(-10%, -100%);
  opacity: 0;
  transition: opacity .4s, transform .2s
}

.category-small-box:hover {
  background-color: #505050;
  color: #fff;
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.07)
}

.category-small-box h4 {
  font-size: 16px;
  color: var(--text-secondary);
  transition: .4s;
  line-height: var(--line-height-heading);
  margin-top: 6px
}

.joinjourney {
  font-size: 16px;
  color: var(--text-primary);
  padding-top: 3px
}

.job-overview,
.job-spotlight {
  margin-top: 11px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  border: 1px solid #f0f0f0
}

#prosummary,
.profileImage {
  margin-top: 25px
}

.job-overview,
.job-spotlight h4 {
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 30PX
}

.job-overview,
.job-spotlight p {
  font-size: 14px;
  line-height: var(--line-height-base);
  color: var(--text-tertiary)
}

li .job-spotlight {
  line-height: var(--line-height-base)
}

.job-spotlight span {
  color: gray
}

.job-spotlight p {
  margin: 15px 0 0
}

.job-spotlight a h4 {
  line-height: var(--line-height-base);
  margin-bottom: 10px;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.job-spotlight a:hover h4 {
  color: var(--text-secondary)
}

.job-overview a.button,
.job-spotlight a.button {
  width: 80%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0
}

body .job-overview ul li div {
  margin-left: 3px
}

body .job-spotlight a h4 {
  margin-bottom: 15px
}

body .job-spotlight p {
  margin-bottom: 3px
}

body .job-spotlight span {
  color: gray;
  margin-right: 13px
}

#previouslyFeatured {
  font-size: 18px;
  font-weight: var(--weight-bold);
  color: var(--text-secondary)
}

.info-banner {
  background: #f3f3f3;
  display: block;
  padding: 35px 38px;
  margin-bottom: 50px
}

.profileCard,
.profileContainer {
  background-color: #fff;
  transition: .3s
}

#grad1,
.bg-dots {
  background-repeat: no-repeat
}

.info-content {
  float: left;
  font-size: 16px
}

.info-banner p {
  margin: 2px 0 0;
  color: var(--text-tertiary)
}

.info-banner a.button {
  float: right;
  margin: 7px 0 0;
  font-size: 14px;
  padding: 11px 17px
}

.info-banner h3 {
  font-size: 20px;
  font-weight: var(--weight-medium);
  line-height: var(--line-height-base)
}

.category-small-box span {
  font-size: 14px;
  color: #909090;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .04);
  display: block;
  width: 40px;
  text-align: center;
  margin: 10px auto 0;
  left: auto;
  right: auto;
  transition: .4s
}

.category-small-box:hover span {
  background-color: rgba(0, 0, 0, .1);
  color: #fff
}

.mygrid img,
.sidebarnav li:hover {
  background-color: #f0f0f0
}

.category-small-box i {
  font-size: 36px;
  height: 42px;
  transition: .4s;
  color: #505050;
  display: inline-block
}

.category-small-box:hover h4,
.category-small-box:hover i {
  color: #fff
}

.navaactive {
  font-weight: var(--weight-bold)
}

.listing.full-time,
.listing.part-time {
  color: var(--text-primary)
}

.profileCard {
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  margin-bottom: 20px
}

.profileCard:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .2)
}

.profileCard img {
  border-radius: 3px;
  transform: translate3d(0, 0, 0);
  width: 100px
}

.profileCard img:hover {
  box-shadow: 4px 4px 2px 0 #d0d0d0
}

.profileImage {
  border-radius: 3px !important;
  box-shadow: 0 0 0 0 #d0d0d0;
  width: 100px !important
}

.profileCard h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #34aa91;
  text-transform: none
}

.profileContainer {
  text-align: left;
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 3px
}

#myModal ul li,
.profileTitle {
  padding-bottom: 10px
}

.profileContainer h2 {
  font-size: 18px;
  color: #435469;
  padding-top: 10px;
  padding-bottom: 0;
  font-weight: var(--weight-bold)
}

.profileTitle {
  font-size: 16px;
  padding-top: 12px
}

.profileAboutMe {
  font-size: 14px;
  line-height: var(--line-height-base);
  font-weight: var(--weight-regular);
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #f0f0f0;
  color: var(--text-primary)
}

.profileLocation {
  padding-top: 5px;
  font-size: 12px;
  color: var(--text-primary)
}

.mediaImgs,
.mediaImgsBig {
  padding: 4px;
  border-radius: 1px !important
}

#links {
  padding-top: 0;
  font-size: 18px
}

#links li i {
  font-size: 28px;
  color: #435469;
  padding: 5px
}

#links li i:hover {
  color: #34aa91
}

.mediaImgs {
  margin-bottom: 5px;
  width: 100px !important;
  box-shadow: 0 0 0 0 #f0f0f0
}

.mediaImgsBig {
  margin: 15px;
  width: 225px !important
}

#profileshare button {
  font-weight: var(--weight-bold);
  font-size: 14px
}

#profileshare button:hover {
  background-color: #34aa91;
  border-color: #34aa91;
  font-weight: var(--weight-bold)
}

.my-account {
  width: 430px;
  margin: 0 auto !important;
  float: none !important;
  display: block !important
}

.form-row-wide input,
.my-account textarea {
  width: 100%
}

.required {
  color: #d11c1c
}

.lost_password {
  margin: -10px 0 0
}

.rememberme input {
  margin: 0 2px 0 0;
  display: inline-block;
  min-height: auto;
  width: auto
}

.my-account label {
  position: relative;
  width: 100%;
  font-size: 14px
}

.my-account label input,
.my-account label textarea {
  margin-top: 8px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e0e0e0
}

.my-account label i {
  font-size: 20px;
  color: #a0a0a0;
  position: absolute;
  left: 15px;
  bottom: 14px
}

.form-row input[type=submit] {
  padding: 12px 16px;
  margin: 8px 0 16px;
  line-height: var(--line-height-heading);
  width: 100%
}

#prosummarydesc {
  padding-right: 20px
}

.ytubevideo {
  width: 98%;
  height: 400px
}

.tab-content>.active {
  padding-left: 20px;
  padding-right: 20px
}

.sidebarnav {
  padding-left: 0;
  margin-bottom: 0
}

.sidebarnav li {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: var(--line-height-base)
}

.sidebarnav span {
  padding-left: 10px
}

.sidebarnav a {
  text-decoration: none;
  color: rgba(34, 34, 34, .8)
}

.sidebarnav i {
  font-size: 24px;
  color: rgba(34, 34, 34, .8);
  display: inline-block;
  padding-top: 7px;
  padding-left: 15px
}

.button {
  box-sizing: border-box;
  text-transform: uppercase;
  border: 1px solid #fff
}

@media only screen and (max-width:784px) {

  #navbarmenudesktop,
  #navbarmenumobile {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    padding-top: 15px
  }

  #prosummary,
  .profileImage {
    margin-top: 10px
  }

  #navbarmenudesktop {
    display: none;
    margin-bottom: 0
  }

  #fullbodycontainer {
    margin-top: 60px
  }

  #navbarmenumobile {
    display: flex;
    margin-bottom: 5px;
    border-bottom: 1px solid #d0d0d0;
    background-color: #fff
  }

  #navbarmenumobile img {
    width: 120px
  }

  #navbarmenumobile i {
    font-size: 20px
  }

  .profileContainer {
    font-size: 14px;
    color: var(--text-primary);
    padding: 10px 0
  }

  #flexcontainer {
    display: flex;
    flex-direction: column
  }

  #profilea {
    order: 2
  }

  #profileb {
    order: 1
  }

  .profileContainer h2 {
    font-size: 16px
  }

  #userWebLinks span {
    font-size: 14px !important;
    color: var(--text-primary) !important
  }

  #userWebLinks i {
    font-size: 18px !important
  }

  .profileImage {
    width: 100px !important
  }

  #ContentPlaceHolder1_lblProTitle,
  .nav-tabs .nav-link {
    font-size: 14px
  }

  #prosummarydesc {
    padding-left: 110px;
    padding-right: 20px
  }

  #aboutdesc {
    margin-top: 20px;
    padding-left: 5px
  }

  .ytubevideo {
    width: 100%;
    height: 200px
  }

  .tab-content>.active {
    padding: 0
  }

  .experienceGrid p {
    line-height: var(--line-height-heading);
    font-size: 14px
  }

  .button-dark:hover,
  .button:hover {
    color: #fff;
    text-decoration: none !important
  }

  .headingtitle,
  h4,
  p {
    line-height: var(--line-height-base)
  }

  #navbarmenu {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    padding-top: 15px;
    margin-bottom: 0
  }

  .headingtitle {
    font-size: 24px;
    color: var(--text-primary);
    font-weight: var(--weight-bold);
    padding-top: 20px
  }

  .button,
  .button-dark {
    margin: 10px 0 0;
    font-size: 14px
  }

  .button:hover {
    background-color: #ff590c;
    border: 1px solid #34aa91
  }

  .button-dark:hover {
    background-color: #435469;
    border: 1px solid #435469
  }

  .navbar-brand {
    margin: 0 auto !important
  }

  .navbar-toggler {
    display: none
  }

  h4 {
    font-size: 18px
  }

  .formdiv {
    width: 95%;
    padding-top: 10px;
    margin: 0 auto
  }
}

.mygrid,
.mygrid img {
  height: 80px;
  width: 120px;
  padding: 0;
  margin: 0
}

@media only screen and (max-width:600px) {
  #openStartup h4 {
    font-weight: var(--weight-bold);
    font-size: 16px;
    padding-bottom: 10px
  }

  #openStartup p {
    font-size: 14px;
    line-height: var(--line-height-heading);
    padding-top: 10px
  }

  #openStartup h5 {
    font-size: 18px;
    font-weight: var(--weight-bold);
    padding-bottom: 20px;
    line-height: var(--line-height-heading);
    border-bottom: 1px solid #d0d0d0
  }
}

.mygrid {
  border: 1px solid #f0f0f0
}

.get-wrapper .get-box:hover,
.mygrid a {
  cursor: pointer
}

.card-text .starspan {
  line-height: var(--line-height-heading);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0
}

.starspan span {
  color: #f98813
}

#homeprds .badge {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: var(--line-height-base);
  padding: 8px
}

.accordion {
  background-color: #e5ece157;
  border-left: 8px solid #34aa91
}

.accordion:after {
  content: '\002B';
  color: var(--text-secondary);
  font-weight: var(--weight-bold);
  float: right;
  margin-left: 5px
}

.accactive:after {
  content: "\2212"
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px
}

.column.alpha,
.columns.alpha {
  margin-left: 0
}

.container .one.column,
.container .one.columns {
  width: 55px
}

#mainlogo,
.container .two.columns {
  width: 130px
}

.container .three.columns {
  width: 205px
}

.container .four.columns {
  width: 280px
}

.container .five.columns {
  width: 355px
}

.container .six.columns {
  width: 430px
}

.container .seven.columns {
  width: 505px
}

.container .eight.columns {
  width: 580px
}

.container .nine.columns {
  width: 655px
}

.container .ten.columns {
  width: 730px
}

.container .eleven.columns {
  width: 805px
}

.container .twelve.columns {
  width: 880px
}

.container .thirteen.columns {
  width: 955px
}

.container .fourteen.columns {
  width: 1030px
}

.container .fifteen.columns {
  width: 1105px
}

.container .sixteen.columns {
  width: 1180px
}

.container .one-third.column {
  width: 380px
}

.container .two-thirds.column {
  width: 780px
}

body.boxed {
  width: 1340px
}

@media only screen and (min-width:1289px) and (max-width:1360px) {
  body.boxed {
    width: 100%
  }
}

@media only screen and (min-width:960px) and (max-width:1289px) {
  .container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0
  }

  .container .column,
  .container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px
  }

  .row {
    margin-bottom: 20px
  }

  .column.alpha,
  .columns.alpha {
    margin-left: 0
  }

  .column.omega,
  .columns.omega {
    margin-right: 0
  }

  .container .one.column,
  .container .one.columns {
    width: 40px
  }

  .container .two.columns {
    width: 100px
  }

  .container .three.columns {
    width: 160px
  }

  .container .four.columns {
    width: 220px
  }

  .container .five.columns {
    width: 280px
  }

  .container .six.columns {
    width: 340px
  }

  .container .seven.columns {
    width: 400px
  }

  .container .eight.columns {
    width: 460px
  }

  .container .nine.columns {
    width: 520px
  }

  .container .ten.columns {
    width: 580px
  }

  .container .eleven.columns {
    width: 640px
  }

  .container .twelve.columns {
    width: 700px
  }

  .container .thirteen.columns {
    width: 760px
  }

  .container .fourteen.columns {
    width: 820px
  }

  .container .fifteen.columns {
    width: 880px
  }

  .container .sixteen.columns {
    width: 940px
  }

  .container .one-third.column {
    width: 300px
  }

  .container .two-thirds.column {
    width: 620px
  }

  body.boxed {
    width: 1060px
  }
}

@media only screen and (max-width:1080px) {
  body.boxed {
    width: 100%
  }
}

@media only screen and (min-width:768px) and (max-width:990px) {
  .container {
    width: 768px
  }

  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px
  }

  .column.alpha,
  .columns.alpha {
    margin-left: 0;
    margin-right: 10px
  }

  .column.omega,
  .columns.omega {
    margin-right: 0;
    margin-left: 10px
  }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0
  }

  .container .one.column,
  .container .one.columns {
    width: 28px
  }

  .container .two.columns {
    width: 76px
  }

  .container .three.columns {
    width: 124px
  }

  .container .four.columns {
    width: 172px
  }

  .container .five.columns {
    width: 220px
  }

  .container .six.columns {
    width: 268px
  }

  .container .seven.columns {
    width: 316px
  }

  .container .eight.columns {
    width: 364px
  }

  .container .nine.columns {
    width: 412px
  }

  .container .ten.columns {
    width: 460px
  }

  .container .eleven.columns {
    width: 508px
  }

  .container .twelve.columns {
    width: 556px
  }

  .container .thirteen.columns {
    width: 604px
  }

  .container .fourteen.columns {
    width: 652px
  }

  .container .fifteen.columns {
    width: 700px
  }

  .container .sixteen.columns {
    width: 748px
  }

  .container .one-third.column {
    width: 236px
  }

  .container .two-thirds.column {
    width: 492px
  }
}

@media only screen and (max-width:767px) {
  .container {
    width: 100%
  }

  .container .column,
  .container .columns {
    margin: 0
  }

  .container .eight.columns,
  .container .eleven.columns,
  .container .eleven.sidebar-right.columns,
  .container .fifteen.columns,
  .container .five.columns,
  .container .five.sidebar-right.columns,
  .container .four.columns,
  .container .fourteen.columns,
  .container .nine.columns,
  .container .one-third.column,
  .container .one.column,
  .container .one.columns,
  .container .seven.columns,
  .container .six.columns,
  .container .sixteen.columns,
  .container .ten.columns,
  .container .thirteen.columns,
  .container .three.columns,
  .container .twelve.columns,
  .container .twelve.sidebar-left.columns,
  .container .twelve.sidebar-right.columns,
  .container .two-thirds.column,
  .container .two.columns {
    width: 300px
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {

  .container,
  .container .eight.columns,
  .container .eleven.columns,
  .container .eleven.sidebar-right.columns,
  .container .fifteen.columns,
  .container .five.columns,
  .container .five.sidebar-right.columns,
  .container .four.columns,
  .container .fourteen.columns,
  .container .nine.columns,
  .container .one-third.column,
  .container .one.column,
  .container .one.columns,
  .container .seven.columns,
  .container .six.columns,
  .container .sixteen.columns,
  .container .ten.columns,
  .container .thirteen.columns,
  .container .three.columns,
  .container .twelve.columns,
  .container .twelve.sidebar-left.columns,
  .container .twelve.sidebar-right.columns,
  .container .two-thirds.column,
  .container .two.columns {
    width: 420px
  }

  .container .column,
  .container .columns {
    margin: 0
  }
}

.clear,
.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden
}

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
  content: '\0020'
}

.clearfix,
.row {
  zoom: 1
}

.home-wrapper .btn,
.navbar .btn {
  line-height: 150%;
  border: 1px solid
}

.btn-lightgreen {
  background-color: #1ea185;
  color: #fff
}

.btn-lightgreen:hover {
  background-color: #1ea185;
  color: #fff;
  opacity: .8
}

.btn-outline-green {
  background-color: #fff;
  color: #1ea185;
  border-color: #1ea185
}

.btn-outline-green:hover {
  background-color: #1ea185;
  color: #fff;
  border-color: #1ea185
}

.btn-green2 {
  background-color: #9bbb5c;
  color: #fff
}

.btn-green2:hover,
.btn-orange {
  background-color: #f29b26;
  color: #fff
}

.btn-orange:hover {
  background-color: #bd392f;
  color: #fff
}

.btn-outline-transperant,
.btn-transperant {
  border-color: #fff !important;
  margin-bottom: 20px
}

.btn-transperant {
  background-color: #fff;
  color: #1ea185 !important
}

.btn-outline-transperant {
  background-color: transparent;
  color: #fff !important
}

.business-wrapper,
.works-wrapper {
  border-radius: 20px;
  margin-bottom: 100px
}

.nav-item .nav0link {
  border-radius: 30px
}

.hero-desc {
  line-height: 150%
}

.hero-section h1,
.sms,
.whatssup,
.wordpress {
  font-weight: var(--weight-bold)
}

.hero-section .left-section {
  flex: 0 0 55%;
  max-width: 55%;
  padding-right: 0
}

.hero-section .right-section {
  flex: 0 0 45%;
  max-width: 45%
}

.hero-section h1 {
  color: #14142b
}

.wordpress {
  color: #0ca3d1
}

.sms {
  color: #ff9b00
}

.whatssup {
  color: #25d366
}

.bg-dots {
  background-image: url(../images/Dots.png);
  background-size: cover;
  padding: 50px 0
}

.business-wrapper-inner p img {
  background-color: #523f3f52;
  padding: 12px;
  border-radius: 50%;
  height: 48px;
  width: 48px
}

.business-wrapper-inner p {
  margin-bottom: 50px
}

.business-wrapper .headingTextMain {
  font-weight: var(--weight-medium);
  font-size: 32px;
  color: #fff;
  margin-bottom: 32px
}

.works-wrapper {
  background-color: #bd392f;
  color: #fff;
  padding: 80px 40px 40px
}

.works-wrapper h5 {
  text-align: center;
  font-weight: var(--weight-bold);
  font-size: 32px;
  margin-bottom: 56px
}

.works-wrapper h3 {
  font-size: 24px;
  margin: 12px 0
}

.works-wrapper p {
  line-height: var(--line-height-heading)
}

.usedby {
  background-color: #0fd9a2;
  font-family: var(--font-secondary);
  font-weight: var(--weight-medium);
  font-size: 32px;
  color: #fff;
  padding: 12px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 32px
}

.bulksms,
.testi-wrapper {
  background-color: #f7f7fc
}

.usedby-desc-small {
  font-weight: var(--weight-regular);
  font-size: 16px;
  line-height: 150%
}

.head-title,
.secondary-title {
  font-size: 32px;
  line-height: 150%;
  text-align: center
}

.secondary-title {
  font-weight: var(--weight-regular);
  color: #bd392f
}

.sales-desc {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #14142b
}

.about-wrapper,
.feature-wrapper,
.get-wrapper,
.info-wrapper,
.prdbox-wrapper,
.pricing-wrapper {
  margin-bottom: 100px
}

.prdbox {
  display: flex;
  flex-wrap: wrap
}

.prdbox .card {
  background: #f7f7fc;
  border: 0
}

.prdbox .card:hover {
  border: none
}

.prdbox .card:hover .btn-outline-orange {
  background-color: #f29b26;
  color: #fff;
  border-color: #f29b26
}

.prdbox .card .card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.prdbox .card .card-body h3 {
  font-weight: var(--weight-medium);
  font-size: 24px;
  line-height: 150%;
  margin: 32px 0 20px;
  color: #14142b
}

.prdbox .card .card-body .card-text {
  font-size: 16px;
  line-height: 150%;
  color: #14142b;
  margin-bottom: 30px
}

.get-wrapper .get-desc {
  margin: 24px 0 40px;
  font-size: 16px
}

.get-box-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.get-wrapper .get-box {
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
  color: #fff;
  padding: 24px;
  border-radius: 10px;
  font-size: 16px;
  width: 300px;
  transition: .2s
}

.get-wrapper .get-box.active {
  width: 400px
}

.get-wrapper h3 {
  font-weight: var(--weight-bold);
  font-size: 28px
}

.feature-wrapper .badge-csms,
.get-box.get-box-orange {
  background-color: #f29b26
}

.get-box img {
  max-width: 16px;
  max-height: 16px
}

.get-box.get-box-lightgreen {
  background: #9bbb5c
}

.get-box.get-box-maroon {
  background: #bd392f
}

.bulksms {
  padding: 70px 40px;
  border-radius: 20px
}

.bulksms h4 {
  font-size: 24px;
  margin: 40px 0 24px;
  line-height: var(--line-height-base);
  font-weight: var(--weight-medium)
}

.feature-wrapper .subHeadingText {
  font-size: 16px;
  font-weight: var(--weight-medium);
  margin: 10px 0
}

.feature-wrapper .col-md-4 {
  margin-bottom: 10px;
  padding: 25px
}

.video-wrapper {
  margin-bottom: 70px
}

.video-wrapper .carousel-control-next-icon::after,
.video-wrapper .carousel-control-prev-icon::after {
  color: #1ea185
}

.video-wrapper .carousel-control-prev {
  left: -70px
}

.video-wrapper .carousel-control-next {
  right: -70px
}

.video-wrapper .carousel .carousel-control-prev-icon,
.video-wrapper .carousel-control-next-icon {
  background-color: transparent
}

.video-wrapper h3 {
  font-weight: var(--weight-bold);
  font-size: 32px;
  margin-bottom: 16px
}

.about-wrapper h3,
.info-wrapper h3,
.pricing-wrapper h3 {
  font-weight: var(--weight-bold);
  font-size: 32px;
  margin-bottom: 40px
}

.info-wrapper .accordion {
  border-left: 0
}

.info-wrapper .accordion:focus {
  outline: 0;
  border: 0
}

.info-wrapper .accactive+.accpanel {
  background-color: #eff0f6;
  border-top: .5px solid #a0a3bd;
  color: #6e7191;
  padding: 12px 24px
}

.pricing-wrapper ul {
  padding-left: 0;
  list-style-type: none
}

.pricing-wrapper ul li {
  display: flex;
  align-items: center
}

.pricing-wrapper ul li .fa-check {
  background-color: #1ea185;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px
}

.pricing-wrapper .card {
  border-radius: 20px !important;
  position: relative
}

.pricing-wrapper .card-top {
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
  padding-bottom: 23px;
  border-bottom: 1px solid #d9dbe9
}

.pricing-wrapper .card-top span {
  font-size: 18px;
  font-weight: var(--weight-regular)
}

.pricing-wrapper .card-text {
  font-size: 14px;
  margin: 15px 0 25px !important
}

.pricing-wrapper .link {
  color: #1ea185;
  margin-bottom: 35px
}

.pricing-wrapper .popular-plan {
  position: absolute;
  top: -25px;
  transform: translate(-30%);
  left: 38%;
  background-color: #28a745 !important;
  max-height: 49px;
  line-height: var(--line-height-heading)
}

.pricing-wrapper .popular-plan:hover {
  cursor: default
}

.feature-wrapper .badge {
  background-color: #1ea185;
  padding: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%
}

.feature-wrapper .badge-advance {
  background-color: #bd392f
}

.feature-wrapper .badge-delivery {
  background-color: #0fd9a2
}

.feature-wrapper .badge-manage {
  background-color: #9bbb5c
}

.feature-wrapper .badge-customize {
  background-color: #6e7191
}

.testi-wrapper {
  height: 100%;
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.testi-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #d9dbe9;
  padding: 32px 32px 0;
  margin-top: 12px
}

.testi-busi {
  margin: 0 !important
}

#socialproof,
.about-wrapper .owl-carousel .owl-stage {
  display: flex
}

.about-wrapper .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  font-size: 20px;
  color: #1ea185
}

.about-wrapper .owl-nav span {
  font-size: 40px
}

.about-wrapper .owl-nav .owl-next:focus,
.about-wrapper .owl-nav .owl-prev:focus {
  outline: 0
}

.about-wrapper .owl-nav .owl-prev {
  left: -30px;
  position: absolute
}

.about-wrapper .owl-nav .owl-next {
  right: -30px;
  position: absolute
}

.auth-wrapper .btn {
  padding: 9px 18px;
  font-size: 14px
}

.navbar-collapse {
  justify-content: space-between
}

.footer-links li::before {
  content: none
}

.whatyouget li:before,
.whyjoin li:before {
  content: 'âœ“';
  content: '✓';
  margin-right: 10px;
  float: left
}

.footer-bg .navbar-brand {
  line-height: var(--line-height-heading);
  padding: 0
}

.footer-links li a {
  color: #fff;
  font-size: 16px
}

.switch-button-wrapper {
  margin: 40px 0 100px
}

.switch-button {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative
}

.switch-button:before {
  content: "USD";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none
}

.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2
}

.switch-button-checkbox+.switch-button-label {
  position: relative;
  padding: 11px 0;
  display: block;
  user-select: none;
  pointer-events: none;
  margin-bottom: 0
}

.switch-button-checkbox+.switch-button-label:before {
  content: "";
  background: #1ea185
}

@media(max-width:1290px) {
  .hero-section h1 {
    padding-top: 73px !important
  }

  .popular-plan {
    max-height: 64px !important
  }
}

@media(max-width:991px) {
  .hero-section h1 {
    padding-top: 300px !important;
    font-size: 33px
  }

  .hero-desc {
    font-size: 18px
  }

  .video-wrapper .carousel-control-prev {
    left: -50px
  }

  .get-box-wrapper {
    display: none
  }

  .video-wrapper .carousel-control-next {
    right: -50px
  }

  .hero-section {
    flex-direction: column
  }

  .get-wrapper .get-box {
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
    color: #fff;
    padding: 24px;
    border-radius: 10px;
    font-size: 16px;
    width: 200px;
    transition: .2s
  }

  .get-wrapper .get-box.active {
    width: 80%
  }

  .popular-plan {
    max-height: 64px !important
  }

  .card {
    margin-top: 15px
  }
}

@media(max-width:784px) {
  .hero-section h1 {
    font-size: 28px;
    padding-top: 30px !important
  }

  .top-button-download {
    margin-bottom: 15px !important
  }
}

@media(max-width:576px) {
  body {
    font-size: 14px
  }

  .home-wrapper .btn,
  .navbar .btn {
    padding: 10px 15px;
    font-size: 14px
  }

  .hero-section {
    flex-direction: column
  }

  .hero-section .left-section {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0
  }

  .hero-section .right-section {
    flex: 0 0 100%;
    max-width: 100%
  }

  .hero-desc {
    font-size: 16px !important
  }

  .sales-desc {
    font-size: 20px !important
  }

  .about-wrapper .owl-nav .owl-next,
  .video-wrapper .carousel-control-next {
    right: 0
  }

  .works-wrapper {
    padding: 30px 4px
  }

  .business-wrapper {
    padding: 30px 0
  }

  .about-wrapper .owl-nav .owl-prev {
    left: 0
  }

  .about-wrapper h3,
  .business-wrapper .headingTextMain,
  .get-wrapper h3,
  .head-title,
  .info-wrapper h3,
  .usedby,
  .video-wrapper h3,
  .works-wrapper h5 {
    font-size: 20px
  }

  .hero-section h1 {
    padding-top: 100px !important;
    font-size: 24px
  }
}

.button,
.button-dark,
.headingTextMain,
.icon,
.launchDate span,
.navbar-brand,
.navbar-nav .nav-link,
.question,
.slotNum,
.subHeadingText,
.typed-cursor,
.whatyouget li:before,
.whyjoin li:before {
  font-weight: var(--weight-bold)
}

.navbar-nav .nav-link {
  color: #333c48;
  margin-right: 20px
}

@keyframes blink-animation {
  to {
    visibility: hidden;
    color: #e00202
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
    color: #e00202
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .875rem;
    padding-left: .875rem
  }

  .navbar-expand-lg .navbar-nav {
    padding-top: 10px
  }
}

@media only screen and (max-width:784px) {

  .button-dark:hover,
  .button:hover {
    color: #fff;
    text-decoration: none !important
  }

  .headingtitle,
  h4,
  p {
    line-height: var(--line-height-base)
  }

  #navbarmenu {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
    padding-top: 15px;
    margin-bottom: 0
  }

  .button,
  .button-dark {
    margin: 10px 0 0;
    font-size: 14px
  }

  .button:hover {
    background-color: #cb4d3d;
    border: 1px solid #cb4d3d
  }

  .button-dark:hover {
    background-color: #333c48;
    border: 1px solid #333c48
  }

  .navbar-brand {
    margin: 0 auto !important
  }

  .navbar-toggler {
    display: none
  }

  h4 {
    font-size: 18px
  }

  .formdiv {
    width: 95%;
    padding-top: 10px;
    margin: 0 auto
  }

  blockquote {
    border-left: 10px solid #696060;
    padding: 20px 0 20px 2%;
    border-radius: 7px;
    font-size: 14px;
    margin: 0
  }

  .subHeadingText {
    font-size: 16px;
    font-weight: var(--weight-bold)
  }

  .headingtitle {
    color: var(--text-primary);
    font-weight: var(--weight-bold);
    font-size: 28px
  }

  .headingTextMain {
    font-size: 28px
  }

  #mobileheading {
    display: block
  }

  #desktopheading,
  #modaljointext {
    display: none
  }

  .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px
  }
}

.well {
  margin-bottom: 20px
}

@media only screen and (max-width:784px) {
  #grad1 {
    min-height: 600px;
    background-image: none;
    background-color: #fff
  }

  .headingtitle {
    font-size: 32px
  }

  .openingText {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
  }

  .launchDate span {
    font-size: 18px;
    padding: 14px
  }

  .punchText {
    font-size: 14px
  }

  .saleText {
    padding-top: 0;
    padding-bottom: 30px;
    line-height: var(--line-height-base);
    font-size: 16px
  }

  #fewmorereasons,
  #socialproof {
    display: none
  }

  .featuredimg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 2px 2px #ccc;
    margin-top: 30px;
    margin-bottom: 10px
  }

  .headingTextMain {
    padding-top: 50px;
    font-size: 28px;
    line-height: var(--line-height-heading)
  }
}

:root {
  --theme: var(--primary);
  --primary: #007bff;
  --primary-light: #3395ff;
  --primary-dark: #0062cc;
  --secondary: #6c757d;
  --secondary-light: #868e96;
  --secondary-dark: #495057;
  --tertiary: #17a2b8;
  --tertiary-light: #35b8ce;
  --tertiary-dark: #138496;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --white: #ffffff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --black: #000000;
  --font-family: var(--font-primary);
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --border-radius-sm: 0.125rem;
  --border-radius-md: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-pill: 50rem;
  --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175)
}

.ds-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem
}

.ds-section {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gray-300)
}

.ds-section-title {
  color: var(--primary);
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.5rem
}

.ds-color-swatch {
  width: 100%;
  height: 80px;
  border-radius: var(--border-radius-md);
  margin-bottom: .5rem
}

.ds-color-label {
  font-size: var(--font-size-sm);
  color: var(--gray-700)
}

.ds-typography-sample {
  margin-bottom: 1.5rem
}

.card-sample {
  height: 100%
}

.ds-sidebar-sample {
  height: 400px;
  background-color: var(--gray-800);
  border-radius: var(--border-radius-md);
  color: var(--white);
  padding: 1rem
}

.ds-sidebar-header {
  padding: 1rem;
  border-bottom: 1px solid var(--gray-700)
}

.ds-sidebar-menu {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.ds-sidebar-menu li {
  padding: .75rem 1rem;
  cursor: pointer
}

.ds-sidebar-menu li:hover {
  background-color: var(--gray-700)
}

.ds-sidebar-menu li.active {
  background-color: var(--primary)
}

.ds-sidebar-menu i {
  margin-right: .5rem;
  width: 1.25rem;
  text-align: center
}

.ds-code {
  background-color: var(--gray-900);
  color: var(--white);
  border-radius: var(--border-radius-md);
  padding: 1rem;
  font-family: monospace;
  margin-top: 1rem;
  white-space: pre-wrap
}

.ds-table {
  width: 100%;
  border-collapse: collapse
}

.ds-table td,
.ds-table th {
  padding: .75rem;
  border-bottom: 1px solid var(--gray-300)
}

.ds-table th {
  text-align: left;
  font-weight: var(--font-weight-semibold)
}

.component-example {
  padding: 1.5rem;
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-md);
  margin-bottom: 1.5rem
}

.ds-button {
  display: inline-block;
  font-weight: var(--font-weight-medium);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: .375rem .75rem;
  font-size: var(--font-size-md);
  border-radius: var(--border-radius-md);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.ds-button-primary {
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary)
}

.ds-button-primary:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark)
}

.ds-button-secondary {
  color: var(--white);
  background-color: var(--secondary);
  border: 1px solid var(--secondary)
}

.ds-button-secondary:hover {
  background-color: var(--secondary-dark);
  border-color: var(--secondary-dark)
}

.ds-button-tertiary {
  color: var(--white);
  background-color: var(--tertiary);
  border: 1px solid var(--tertiary)
}

.ds-button-tertiary:hover {
  background-color: var(--tertiary-dark);
  border-color: var(--tertiary-dark)
}

.ds-button-outline-primary {
  color: var(--primary);
  background-color: transparent;
  border: 1px solid var(--primary)
}

.ds-button-outline-primary:hover {
  color: var(--white);
  background-color: var(--primary)
}

.ds-form-group {
  margin-bottom: 1rem
}

.ds-label {
  display: block;
  margin-bottom: .5rem;
  font-weight: var(--font-weight-medium)
}

.ds-input {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: var(--font-size-md);
  line-height: var(--line-height-base);
  color: var(--gray-700);
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--gray-400);
  border-radius: var(--border-radius-md);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.ds-input:focus {
  color: var(--gray-700);
  background-color: var(--white);
  border-color: var(--primary-light);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.ds-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--white);
  background-clip: border-box;
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-md)
}

.ds-card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: var(--gray-100);
  border-bottom: 1px solid var(--gray-300)
}

.ds-card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

.ds-card-title {
  margin-bottom: .75rem;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold)
}

.ds,
chart-container {
  height: 300px;
  width: 100%
}

.ds-alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: var(--border-radius-md)
}

.ds-alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.ds-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.ds-alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.ds-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.ds-badge {
  display: inline-block;
  padding: .4em;
  font-size: 75%;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-heading);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--border-radius-pill)
}

.ds-badge-primary {
  color: var(--white);
  background-color: var(--primary)
}

.ds-badge-secondary {
  color: var(--white);
  background-color: var(--secondary)
}

.ds-badge-success {
  color: var(--white);
  background-color: var(--success)
}

.ds-badge-danger {
  color: var(--white);
  background-color: var(--danger)
}

.ds-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center
}

.ds-modal {
  background-color: var(--white);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-lg);
  width: 500px;
  max-width: 90%
}

.ds-modal-header {
  padding: 1rem;
  border-bottom: 1px solid var(--gray-300);
  display: flex;
  align-items: center;
  justify-content: space-between
}

.ds-modal-title {
  margin: 0;
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold)
}

.ds-modal-close {
  background: 0 0;
  border: none;
  font-size: var(--font-size-xl);
  cursor: pointer;
  color: var(--gray-600)
}

.ds-modal-body {
  padding: 1rem
}

.ds-modal-footer {
  padding: 1rem;
  border-top: 1px solid var(--gray-300);
  display: flex;
  justify-content: flex-end;
  gap: .5rem
}

.ds-table-container {
  overflow-x: auto
}

.ds-datatable {
  width: 100%;
  border-collapse: collapse
}

.ds-datatable td,
.ds-datatable th {
  padding: .75rem;
  border-bottom: 1px solid var(--gray-300)
}

.ds-datatable th {
  background-color: var(--gray-100);
  text-align: left;
  font-weight: var(--font-weight-semibold)
}

.ds-datatable tbody tr:hover {
  background-color: var(--gray-100)
}

.ds-datatable-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  gap: .25rem
}

.ds-datatable-pagination-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--gray-300);
  border-radius: var(--border-radius-md);
  cursor: pointer
}

.ds-datatable-pagination-item.active {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary)
}

.ds-datatable-pagination-item:hover:not(.active) {
  background-color: var(--gray-200)
}

.ds-grid-example {
  margin-bottom: 1.5rem
}

.ds-grid-example .row .col,
.ds-grid-example .row .col-lg-4,
.ds-grid-example .row .col-md-6 {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: var(--primary-light);
  color: var(--white);
  border: 1px solid var(--primary);
  text-align: center
}

.noti-bar a:hover {
  color: var(--theme) !important;
  text-decoration: none
}

#formsignup .form-control,
textarea {
  box-shadow: 0 1px 2px rgb(31 41 55 / 8%) !important
}

.dropdown-menu,
.dropdown-menu ul li,
.hero-ul,
.no-list-style,
.product-hero ul,
.whatyouget,
.whyjoin {
  list-style: none
}

.collapse-item.active h3,
.collapse-item.active h4,
.gridAnchor:hover p,
a {
  color: var(--theme)
}

ul li {
  margin-bottom: 10px
}

.banner,
.carousel-item,
.cursor-pointer:hover,
.profile-pic,
.resendBtn {
  cursor: pointer
}

.list-icon {
  width: 25px;
  text-align: center;
  display: inline-block
}

.download-footer1 {
  margin-top: 5%;
  margin-bottom: 5%;
  background: var(--theme);
  padding: 1% 0 25px
}

#choose a,
#paypermsg a,
#pricing a,
.benefits a,
.home-wrapper ul li a,
.infoFooter a,
.left-section a {
  color: #4e4b66;
  text-decoration: underline
}

#choose a:hover,
#pricing a:hover,
.left-section a:hover,
.paracontent a:hover,

.hero-section h1,
.lh-130 {
  line-height: 124%
}

.hero-section .right-section {
  padding: 2% 0 30px
}

.twittericon i:hover,
.twittericon:hover,
a:hover {
  text-decoration: underline
}

#myTab .nav-link:hover,
.btn-cyan-filled,
.btn-cyan-filled:hover,
.btn-cyan-outline,
.btn-outline-orange:hover,
.btn-pink-filled,
.button-dark:hover,
.button:hover,
.navlink {
  text-decoration: none !important
}

.btn-white {
  background: #fff !important;
  color: var(--text-primary)
}

.mobile-box {
  padding: 4px 8px;
  background: #fffFFF4D;
  color: #fff;
  border-radius: 10px
}

.btn-action {
  color: #2f80ed;
  background: #fff;
  border-radius: 35px;
  padding: 12px 24px
}

.bumper-sale-strip {
  position: absolute;
  top: 10px;
  right: -15px;
  background: linear-gradient(45deg, #ff6b35, #f7931e, gold, #ff6b35);
  background-size: 200% 200%;
  color: #fff;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: rotate(45deg) translate(25px, -5px);
  transform-origin: center;
  box-shadow: 0 4px 8px rgba(255, 107, 53, .3);
  z-index: 10;
  min-width: 170px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  animation: 2s ease-in-out infinite alternate diwaliGlow;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5)
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  width: 1250px
}

.dpitems,
.footer-links li a {
  padding: 12px 10px
}

#navbarmenudesktop {
  box-shadow: none;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  transition: top 1.5s;
  border-bottom: 1px solid #e1e1e1
}

.navlink {
  font-size: 14px !important;
  color: #14142b !important;
  font-weight: var(--weight-medium)
}

.headingTextMain,
.icon,
.launchDate span,
.navbar-brand,
.question,
.slotNum,
.social-proof h1,
.subHeadingText,
.typed-cursor,
.whatyouget li:before,
.whyjoin li:before {
  font-weight: var(--weight-bold)
}

.nav-link:hover {
  color: #00c2cc;
  background-color: transparent
}

.dropdown-item:hover,
.footer-links li a:hover {
  background-color: rgba(0, 194, 204, .1) !important
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 295px
}

.dpitems {
  border-radius: 8px;
  font-size: 14px;
  white-space: normal
}

#paypermsg a:hover,
.btn-cyan-outline-white:hover,
.infoFooter a:hover,
.text-cyan {
  color: var(--theme);
  text-decoration: underline
}

.tickgreen a {
  text-decoration: underline !important;
  color: #4e4b66 !important;
  cursor: pointer
}

.list-item-space li {
  margin-top: 15px
}

ol>li::marker {
  font-weight: var(--weight-bold)
}

.dropdown-item:hover,
.jettext {
  color: #14142b
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.author_img,
.imageBanner {
  margin-right: 0
}

.dropdownDiv {
  border: none;
  box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%);
  border-radius: 1.25rem;
  min-width: 0 !important;
  top: 42px
}

.profile-pic,
.toolTip {
  position: relative;
  display: inline-block;
  z-index: 99;
  margin: 0 10px
}

.toolTip1 {
  font-size: 14px !important
}

.row>[class^=col-] {
  margin-bottom: 20px
}

.login-title {
  font-size: 32px;
  font-weight: var(--weight-bold)
}

.toggle-text-link {
  cursor: pointer;
  display: inline;
  color: #2f80ed
}

.industry-icon {
  width: 50px;
  height: 50px;
  background: #e9f0fe;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  margin: 0 15px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center
}

#mobileheading,
#more,
#more1,
#more2,
.edit {
  display: none
}

.profile-pic:hover .edit {
  display: block
}

.edit {
  padding-top: 7px;
  padding-right: 7px;
  position: absolute;
  top: 0
}

.fa-angle-double-right,
.fa-angle-right {
  color: var(--theme) !important;
  top: 8px !important
}

.btn-cyan-filled,
.btn-pink-filled {
  border-radius: 10px;
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  outline: 0 !important
}

.btn-pink-filled {
  background-color: #ff518a !important;
  padding: 9px 24px;
  font-weight: var(--weight-medium);
  border: 1px solid #ff518a
}

ul.table-item-list li {
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  margin: 16px 30px;
  padding: 8px
}

ul.table-item-list li:last-child {
  border-bottom: 0
}

.table-box {
  border: 1px solid #95bdf4;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 9;
  padding-top: 80px;
  right: 30px;
  border-radius: 10px
}

.list-bedge li::before {
  content: url(/images/arrow-right.svg);
  padding: 0 10px 4px 0;
  position: relative;
  top: 4px
}

.table-item-head {
  background: #c1d9fa;
  padding: 15px;
  border-radius: 8px;
  font-weight: var(--weight-medium);
  text-align: center;
  font-size: 18px
}

.imageOnText {
  color: var(--text-primary);
  cursor: pointer
}

.box-cyan-outline,
.chng-color1:hover,
.imageOnText:hover,
.prdbox a:hover {
  color: var(--theme) !important
}

.btn-cyan-filled,
.btn-cyan-filled-white,
.btn-cyan-outline,
.btn-cyan-outline-white {
  padding: 8px;
  font-weight: var(--weight-medium);
  display: inline-block;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.box-cyan-outline {
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid var(--theme);
  background-color: transparent !important;
  padding: 8px 25px;
  display: inline-flex
}

.btn-pink-filled:hover {
  background-color: transparent !important;
  color: var(--theme) !important
}

.w-15 {
  width: 15%
}

.btn-cyan-filled {
  background-color: var(--theme) !important;
  border: 1px solid var(--theme)
}

.idea-box {
  background: #fdecf3;
  border: 4px solid #ffbed3;
  border-radius: 16px 0;
  overflow: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--weight-bold)
}

h2 {
  font-size: 56px
}

h3 {
  font-size: 48px
}

h4 {
  font-size: 36px
}

h5 {
  font-size: 24px
}

h6 {
  font-size: 20px
}

.herohead {
  font-size: 64px
}

.gridAnchor:hover {
  color: #00c2cc;
  text-decoration: none
}

.btn-cyan-filled:hover,
.btn-cyan-outline:hover {
  color: #fff !important;
  background-color: var(--theme-hover) !important;
  border-color: var(--theme-hover) !important;
}


.btn-cyan-outline {
  color: var(--theme);
}

.btn-cyan-outline {
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid;
  border-color: var(--theme);
  cursor: pointer;
  background-color: transparent;
}


.btn-cyan-filled-white {
  background: #fff;
  color: var(--theme);
  border: 1px solid #fff;
  border-radius: 30px;
}

.btn-cyan-outline-white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 30px;
}

.btn-cyan-filled-white:hover,
.btn-cyan-outline-white:hover {
  background: #fff;
  color: var(--theme-hover);
}

.footer-bg {
  background-color: #14142b !important
}

.salebox {
  background-color: #fff;
  border-radius: 10px;
  text-align: center
}

.bgcolor {
  color: #150937
}

.ytubeIframe {
  width: 560px;
  height: 100%;
  cursor: pointer;
  border-radius: 10px
}

.fs-14,
.modal-body .form-control {
  font-size: 16px
}

.fs-20,
.knowMore {
  font-size: 20px
}

#error,
.astrik,
.fs-12 {
  font-size: 12px
}

#error {
  color: var(--Error);
  padding: 5px 0
}

.fs-16,
.hero-desc,
.para1,
p {
  font-size: 18px
}

.hero-desc {
  color: #4e4b66;
  font-weight: var(--weight-regular);
  margin-top: 15px
}

.hero-ul {
  padding: 0;
  margin-top: 18px
}

.author_img,
.panel-group .panel+.panel,
hr {
  margin-top: 5px
}

.checkimg {
  width: 8%
}

.features ul li {
  font-size: 20px;
  font-weight: var(--weight-medium)
}

.bgBox {
  background: #f7f7fc;
  box-shadow: -10px 10px 14px rgba(0, 0, 0, .25);
  border-radius: 12px
}

.darkgreybg,
.greybg {
  padding: 30px 20px;
  font-size: 20px
}

.greybg {
  background-color: #f7f7fc
}

.darkgreybg {
  background-color: #eff0f7 !important
}

.cyanbg,
.jetbg,
.orangebg,
.pinkbg {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  border-radius: 8px;
  padding: 15px 20px;
  font-weight: var(--weight-bold);
  color: #fff;
  font-size: 20px
}

.orangebg {
  background: #ffb101
}

.pinkbg,
.resellerAct:hover {
  background: var(--theme)
}

.cyanbg {
  background: #00c2cc
}

.jetbg {
  background: #14142a
}

.prod-img,
.prod-img-official {
  background-image: url("/images/img-prod1.png")
}

#grad1,
.prod-img,
.prod-img1,
.reseller,
.resellerSection {
  background-repeat: no-repeat
}

#grad1,
.resellerSection {
  background-position: right
}

.useby {
  background-color: #00c2cc;
  font-weight: var(--weight-medium);
  font-size: 28px;
  color: #fff;
  padding: 9px 11px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 20px
}

.usedby-desc {
  font-weight: var(--weight-regular);
  font-size: 20px;
  line-height: 150%;
  padding: 0 15px
}

.resellerAct {
  color: var(--theme) !important;
  border: 1px solid var(--theme);
  border-radius: 8px 0;
  padding: 16px 5px
}

.business-wrapper,
.resellerAct:hover {
  color: #fff !important
}

.prod-img {
  background-size: 100% 90%
}

.prod-img-official {
  background-size: 100% 85%
}

.resellerSection {
  background-image: url('/images/reseller-bg.png');
  background-size: 100% 100%
}

.prod-img1 {
  background-image: url("/images/img-prod2.png");
  background-size: 35% 84%
}

.reseller {
  background-image: url("/mobile-sectionimages/reseller-img.png");
  background-size: 100% 100%
}

.business-wrapper {
  background-color: #e6f9fa;
  border-radius: 16px;
  padding: 40px 15px 20px !important;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  text-align: center;
  display: block;
  margin-bottom: 60px
}

.advertise-section,
.shield {
  color: #fff;
  text-align: center
}

.happy {
  background: #f7f7fc;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid transparent
}

#myTab .nav-link,
.happy:hover {
  text-decoration: none;
  border: 0
}

.author_img,
hr {
  margin-bottom: 5px
}

.shield {
  font-size: 36px !important;
  border-radius: 50%;
  background-color: #00c2cc;
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle
}

.new_last_updated_line {
  font-weight: var(--weight-bold);
  text-align: center
}

.download-footer {
  background: var(--theme);
  padding: 45px 0
}

.advertise-section,
.row-2 {
  background: #f7f7fc
}

.gridImgs {
  border-radius: 10px
}

#grad1 {
  margin-bottom: 0;
  min-height: 500px;
  background-image: url('../images/mainkidfinal.png')
}

#revfeatures {
  list-style: disc
}

#revfeatures li:before {
  padding-right: 14px;
  font-weight: var(--weight-bold);
  color: #1ea185
}

#revfeatures li {
  float: left;
  text-align: justify;
  padding-bottom: 20px
}

.reviewslogo {
  margin-bottom: 50px !important
}

.marketing-catagary_logo1 {
  padding: 40px;
  text-align: center
}

.marketing-catagary_logo2 {
  padding: 0 50px;
  text-align: center
}

.marketing-catagary_logo3 {
  padding: 60px 9px;
  text-align: center
}

.btn-green2,
.btn-green3 {
  padding: 12px 24px !important;
  width: 85% !important;
  margin-left: 30px
}

.imageBanner {
  border-radius: 15px;
  margin-top: 20px;
  height: 215px
}

.banner {
  margin-bottom: 10px;
  margin-top: 12%;
  display: flex;
  justify-content: center;
  border-radius: 10px
}

.para,
.para1 {
  margin-top: 20px
}

.accPanel {
  font-weight: var(--weight-regular) !important;
  text-align: justify;
  line-height: var(--line-height-heading)
}

.fa-circle-chevron-right {
  color: #f29b26;
  position: absolute;
  font-size: 36px !important;
  font-weight: var(--weight-medium)
}

.header,
.header1 {
  color: #14142b !important
}

.headingtitle,
.modal-body,
.waUse {
  position: relative
}

.header,
.header1,
.headingtitle,
.list1,
.view-more {
  font-weight: var(--weight-medium)
}

.head-title,
p {
  font-weight: var(--weight-medium)
}

.header1 {
  margin-left: 32px;
  font-size: 20px
}

.para1 {
  margin-left: 31px;
  height: 75px
}

.header,
.para,
.view-more {
  margin-left: 23px
}

.para {
  height: 100px
}

.textimg {
  margin-top: -13%
}

.head1 {
  margin-left: 50px
}

.ext-btn {
  background-color: #f29b26 !important;
  color: #fff !important;
  padding: 13px 24px !important
}

.ext-btn:hover {
  background-color: #fff9ef !important;
  color: #f29b26 !important
}

.ext-btn1:hover {
  background-color: #ebf1de !important;
  color: #9bbb5c !important
}

.compare-heading,
.row-1,
.tb-1,
.tb-2,
.tb-3 {
  color: #fff
}

.comparison .qbse {
  color: #fff;
  word-break: break-all
}

.headingTextMain {
  font-family: var(--font-secondary)
}

.headingtitle,
.navbar-brand {
  font-family: var(--font-secondary)
}

.head-title {
  font-size: 24px;
  line-height: 150%;
  color: #14142b;
  margin-bottom: 40px
}

@keyframes diwaliGlow {
  0% {
    background-position: 0 50%;
    box-shadow: 0 4px 8px rgba(255, 107, 53, .3)
  }

  100% {
    background-position: 100% 50%;
    box-shadow: 0 6px 12px rgba(255, 107, 53, .5)
  }
}

.btn-green,
.card {
  width: 100%;
  font-size: 14px !important
}

.logos,
.modal-body,
.no-list-style {
  padding: 0
}

.card {
  border: 1px solid #d9dbe9;
  overflow: hidden
}

.card:hover {
  border: 1px solid var(--theme)
}

.btn-green {
  background-color: transparent !important;
  border-color: #9bbb5c;
  color: #9bbb5c !important;
  font-weight: var(--weight-medium);
  border-radius: 25px;
  padding: 12px 24px
}

.textcolor,
.tickgreen font,
p {
  color: #1c1a1a
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card1 {
  border: 1px solid #e0e0e0 !important
}

.card1:hover {
  border: none !important
}

.right-arrow {
  margin-top: -7px;
  margin-left: 5px
}

.whatso_ml-18 {
  margin-left: 18px !important
}

.whatso_steps_num {
  position: absolute;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 24px;
  padding: 6px 0;
  top: 36%;
  left: -26px;
  background-color: #fff;
  color: #4e4b66;
  font-weight: var(--weight-bold);
  font-size: 24px
}

.whatso_check_round img {
  height: 26px;
  width: 26px
}

.whatso_steps_text {
  font-weight: var(--weight-regular);
  font-size: 16px;
  margin-top: 13px;
  padding: 0 12px
}

#myTab .nav-link,
.cyanBox {
  font-weight: var(--weight-medium) !important;
  color: var(--text-primary)
}

#myTab .nav-link {
  padding: 10px 47px;
  border-radius: 7px 7px 0 0;
  font-size: 14px
}

#myTab .nav-link:focus,
.nav-link.active {
  background: 0 0 !important;
  color: var(--theme) !important;
  font-size: 14px;
  border-bottom: 2px solid var(--theme) !important
}

#myTab .nav-link:hover {
  background: 0 0;
  color: #14142b
}

.cyanBox {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #00c2cc;
  border-radius: 7px 7px 0 0;
  margin-bottom: 10px
}

.badge,
.comparison {
  margin: 0 auto
}

.comparison table {
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}

.comparison .tickgreen {
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: #4e4b66
}

.compare-heading {
  font-size: 18px;
  font-weight: var(--weight-bold) !important;
  padding: 12px
}

.comparison tr td:first-child {
  text-align: left;
  padding: 15px;
  font-weight: var(--weight-bold);
  font-size: 18px
}

.comparison .tl2 {
  background-color: #1ea185;
  padding: 25px
}

.comparison .qbse {
  border-left: 0;
  background-color: #2f80eb;
  font-weight: var(--weight-medium);
  font-style: normal;
  font-size: 34px;
  width: 66%;
  word-break: break-all
}

.header,
.sub-row {
  margin: 0 !important
}

.tblfeatures tr:nth-child(odd) {
  background-color: #fff5e6
}

.header {
  padding: 20px 0;
  padding-top: 30px !important
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px
}

.tickgreen ul li {
  font-weight: var(--weight-regular);
  color: var(--theme) !important
}

.main-title {
  background-color: var(--primary);
  padding-top: 30px !important
}

.btn-cyan-filled:hover {
  background: var(--primary-dark);
}

.sub-row {
  background-color: #c1d9fa;
}

.sub-row-light {
  background-color: #f6f9fc
}

.nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: space-evenly
}

#myTabContent {
  border-top: 1px solid #e0e0e0
}

#profile {
  height: auto
}

.pricing-wrapper ul li {
  color: #14142b;
  font-weight: var(--weight-regular);
  margin-bottom: 18px;
  font-size: 16px !important
}

.prdbox-wrapper ul li i {
  color: #4e4b66;
  margin: 0 8px
}

.greyBox {
  padding: 8px 10px;
  font-size: 14px;
  margin-bottom: 0;
  border: none;
  background-color: rgba(0, 194, 204, .1) !important
}

.h-22 {
  height: 20% !important
}

.whatso_btn-theme_border {
  background-color: transparent !important;
  color: #ff9403 !important;
  border-radius: 15px !important;
  padding: 8px 15px !important;
  font-weight: var(--weight-bold) !important;
  font-size: 18px !important;
  line-height: normal !important;
  height: 46px;
  margin-top: 32px;
  border: 1px solid #ff9403 !important
}

.whatso_btn-theme_border:hover {
  color: #fff !important;
  background-color: #ff9403 !important
}

.whatso_steps_card {
  background-color: #eff0f7 !important;
  margin: 36px 7px;
  border: none !important;
  padding: 24px !important;
  border-radius: 16px !important;
  height: 69%
}

.product-page-step:before {
  content: "";
  background: rgb(249 249 249 / 50%);
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 32px
}

.product-page-step.step-1:before {
  content: "1";
  align-items: center;
  justify-content: center;
  display: flex
}

.product-page-step.step-2:before {
  content: "2";
  align-items: center;
  justify-content: center;
  display: flex
}

.product-page-step.step-3:before {
  content: "3";
  align-items: center;
  justify-content: center;
  display: flex
}

.product-page-step {
  background: linear-gradient(315deg, #ebeaea -20.73%, #fff 83.43%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, .25);
  width: 100px;
  height: 100px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #00c2cc;
  position: relative;
  font-weight: var(--weight-bold)
}

.row-1,
.tb-1,
.tb-2,
.tb-3 {
  justify-content: center;
  text-align: center;
  display: flex
}

span.circle {
  width: 25px;
  height: 25px;
  float: right;
  margin-right: 20px;
  display: block;
  font-size: 16px;
  border: 2px solid #f29b26;
  border-radius: 12px;
  background: #f29b26;
  color: #fff
}

span.time-step {
  position: absolute;
  font-size: 14px;
  top: -70px
}

span.step-arrow {
  position: absolute;
  right: -71px;
  top: -42px
}

.card-title {
  margin-bottom: 1.25rem
}

.fa-asterisk {
  font-size: 12px;
  margin-right: 3px
}

.astrik {
  font-style: italic;
  color: var(--theme);
  padding-left: 0 !important;
  font-weight: var(--weight-regular) !important
}

.hero-ul li,
.rocket-section h2,
.why-desc-short {
  font-style: normal;
  font-weight: var(--weight-regular)
}

.aero-img {
  margin-left: 61%;
  margin-top: -8%
}

.form-class {
  background-color: #fff;
  box-shadow: 0 24px 24px rgb(0 0 0 / 20%);
  border-radius: 10px;
  padding: 20px 20px 1px;
  margin: 0 auto
}

.hero-section {
  padding: 116px 0 0
}

.banner-section .btn,
.rocket-section .btn {
  border: none
}

.modal-header {
  align-items: center
}

.modal-header .close {
  position: relative;
  right: 0
}

.prdbox-wrapper ul li .fa-minus-circle {
  color: #f29b26;
  font-size: 14px !important;
  margin-right: 10px
}

.switch-button {
  width: 250px;
  margin: 0;
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  color: #1c1a1a;
  padding: 5px;
  font-weight: var(--weight-medium)
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px
}

.icon-box {
  background: #c1d9fa;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 15px
}

.formGetLink {
  box-shadow: 0 4px 8px rgb(0 0 0 / 12%) !important;
  padding: 30px 30px 15px;
  font-weight: var(--weight-regular);
  border-radius: 30px 0
}

.form-control {
  font-weight: var(--weight-medium)
}

.info-wrapper .accordion {
  padding: 14px 24px;
  color: #4e4b66;
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
  font-size: 18px;
  font-weight: var(--weight-medium)
}

.demosignup {
  background: #fff !important;
  border-radius: 0 70px !important;
  box-shadow: 0 4px 8px rgb(0 0 0 / 12%)
}

#formsignup .form-control {
  font-size: 14px;
  height: 100%;
  border: 1px solid #ced4da;
  padding-top: 10px;
  padding-bottom: 10px
}

.form-dropdown {
  background: #e6f9fa;
  border: none;
  padding: 10px 5px;
  border-radius: 7px;
  color: #4a4848
}

.switch-button:before {
  content: "Monthly";
  width: 130px;
  color: #1c1a1a
}

.switch-button-checkbox:checked+.switch-button-label:before {
  transition: transform .3s linear;
  transform: translateX(120px);
  content: "Monthly";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  color: #fff
}

.switch-button-checkbox+.switch-button-label .switch-button-label-span {
  position: relative;
  color: #fff
}

.switch-button-checkbox:checked+.switch-button-label .switch-button-label-span {
  color: #1c1a1a
}

.switch-button-label {
  width: 120px
}

textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: none
}

.iconbg {
  background-color: #fff;
  padding: 15px;
  border-radius: 30px;
  height: 50px;
  width: 50px
}

.row-1,
.tb-2,
.tb-3 {
  background-color: #00c2cc;
  font-weight: var(--weight-bold)
}

.gridAnchor {
  color: #4e4b66;
  cursor: pointer
}

.btn-cyan-filled-white:hover,
.download-footer #downloadnow:hover {
  color: var(--theme) !important;
  text-decoration: none !important
}

.row-1 {
  font-size: 24px;
  padding: 15px
}

.tb-1,
.tb-2,
.tb-3 {
  padding: 10px
}

.info-wrapper {
  margin-bottom: 25px
}

.testimonial {
  width: 100px;
  height: 100px;
  border-radius: 50%
}

.tb-1 {
  background-color: var(--theme);
  font-size: 14px;
  font-weight: var(--weight-medium)
}

#myBtn,
#myBtn1,
#myBtn2 {
  color: #00c2cc;
  cursor: pointer
}

.new_last_updated_line {
  font-size: 16px !important
}

.row-2,
.row-3 {
  font-size: 14px;
  font-weight: var(--weight-regular);
  padding: 10px
}

.row-3 {
  background: #eff0f7
}

.row-last,
.row-last-1 {
  background-color: #00c2cc;
  padding: 15px;
  color: #fff
}

.row-last {
  font-size: 24px;
  font-weight: var(--weight-bold);
  text-align: center;
  display: flex;
  justify-content: center
}

.row-last-1 {
  font-size: 16px;
  font-weight: var(--weight-medium);
  text-align: left
}

.close,
strike {
  font-weight: var(--weight-regular)
}

#current a:hover,
.button {
  background-color: #cb4d3d
}

.validateCheck {
  position: absolute;
  top: 5px;
  right: 30px
}

.modal-dialog {
  max-width: 676px !important;
  margin: 30px auto
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  color: #fff;
  opacity: 1
}

.close-btn {
  margin: 3% 8% 0 0 !important;
  color: var(--theme) !important;
  border: 1.5px solid !important;
  padding: 2px 8px 7px 9px !important;
  border-radius: 50%;
  text-shadow: none;
  font-size: 24px;
  font-weight: var(--weight-bold)
}

button:focus {
  outline: 0 !important
}

.button,
.button-dark {
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0;
  cursor: pointer;
  padding: 12px 20px;
  text-transform: uppercase;
  outline: 0;
  font-weight: var(--weight-bold);
  z-index: 10;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  display: inline-block;
  position: relative
}

.button {
  border-radius: 6px;
  box-shadow: 1px 1px #ccc
}

#current a,
.button-dark,
.button-dark:hover,
.button:hover,
.twittericon i {
  background-color: #333c48
}

.button:hover,
.mainimg {
  box-shadow: 2px 2px #d0d0d0
}

.button:hover {
  color: #fff;
  border: 1px solid #fcca3f
}

.table .thead-light th {
  background: #f8f8f8
}

.table .table-mini-head {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  background: #f8f8f8;
  text-align: left
}

td.jettext {
  text-align: left;
  font-weight: var(--weight-medium)
}

table tbody tr:nth-child(n+1) {
  background: #f8f8f8
}

.button-dark {
  border-radius: 6px;
  border: 1px solid #fff
}

.button-dark:hover {
  color: #fff;
  border: 1px solid #333c48
}

#current a,
#current a:hover {
  border-radius: 4px;
  color: #fff
}

.nav-link {
  font-weight: var(--weight-medium) !important;
  cursor: pointer
}

.question {
  color: #cb4d3d;
  font-size: 16px
}

.twittericon i {
  border: 1px solid #333c48;
  border-radius: 50%;
  padding: 6px;
  color: #fff;
  font-size: 24px
}

.twittericon i:hover {
  border: 1px solid #3bc1ed;
  border-radius: 50%;
  padding: 6px;
  background-color: #3bc1ed;
  color: #fff
}

.formdiv {
  width: 60%;
  padding-top: 20px;
  margin: 0 auto
}

.typed-cursor {
  opacity: 1;
  color: #e61d1d;
  font-size: 32px;
  animation: 1s steps(5, start) infinite blink-animation;
  -webkit-animation: 1s steps(5, start) infinite blink-animation
}

.subHeadingText,
blockquote {
  font-size: 18px
}

@keyframes blink-animation {
  to {
    color: #e00202
  }
}

@-webkit-keyframes blink-animation {
  to {
    color: #e00202
  }
}

blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
  background: #f2f5f8;
  border-left: 10px solid #cb4d3d;
  margin: 10px;
  padding: 20px 0 20px 10%;
  quotes: "\201C" "\201D" "\2018" "\2019";
  box-shadow: 2px 1px #ccc;
  border-radius: 7px
}

.whatyouget li:before {
  font-size: 16px;
  color: #ffbe00;
  border: 2px solid #fff
}

.mainimg {
  border-radius: 8px
}

.icon {
  font-size: 32px;
  letter-spacing: 32px;
  position: relative
}

@keyframes makeItRain {
  from {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px)
  }
}

.navbar-brand {
  font-size: 40px;
  color: #cb4d3d !important
}

.border-width-2 {
  border-width: 2px !important
}

.shadow-border-right-top {
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  border-image: linear-gradient(to bottom, white, #ccc);
  border-image-slice: 3
}

.shadow-border-right-bottom {
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to top, white, #ccc);
  border-image-slice: 3
}

.shadow-border-bottom-left {
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-image: linear-gradient(to right, white, #ccc);
  border-image-slice: 3
}

.shadow-border-bottom-right {
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-image: linear-gradient(to left, white, #ccc);
  border-image-slice: 3
}

.shadow-border-top-left {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-image: linear-gradient(to right, white, #ccc);
  border-image-slice: 3
}

.shadow-border-top-right {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-image: linear-gradient(to left, white, #ccc);
  border-image-slice: 3
}

.shadow-border-left-top {
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
  border-image: linear-gradient(to bottom, white, #ccc);
  border-image-slice: 3
}

.shadow-border-left-bottom {
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
  border-image: linear-gradient(to top, white, #ccc);
  border-image-slice: 3
}

.whyjoin {
  font-size: 14px;
  padding-inline-start: 10px
}

.whyjoin li:before {
  font-size: 16px;
  color: #cb4d3d;
  border: 2px solid #fff
}

.headingtitle {
  color: #333c48;
  padding-top: 50px;
  line-height: var(--line-height-heading);
  text-align: left;
  padding-bottom: 20px
}

.headingTextMain {
  font-size: 32px;
  color: #333c48
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>a {
  color: inherit
}

.paracontent a {
  text-decoration: underline;
  color: #4e4b66
}

#desktopheading {
  display: block;
  padding-top: 100px
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
  padding: 15px 5px 5px
}

.panel>.list-group,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group .list-group-item:first-child,
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel-group .panel-footer {
  border-top: 0
}

.panel>.list-group .list-group-item:last-child,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel-group .panel-heading {
  border-bottom: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel-footer,
.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #ddd
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px
}

.panel-group,
section {
  margin-bottom: 0
}

.card-body-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: var(--text-primary);
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #428bca
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #428bca
}

.panel-success {
  border-color: #a6c26e
}

.panel-success>.panel-heading {
  color: #fff;
  background-color: #a6c26e;
  border-color: #a6c26e
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #a6c26e
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #a6c26e
}

.panel-info {
  border-color: #34aa91
}

.btn-success,
.panel-info>.panel-heading {
  color: #fff;
  background-color: #34aa91;
  border-color: #34aa91
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #fff;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #f3a53b
}

.btn-danger,
.panel-danger>.panel-heading {
  color: #fff;
  background-color: #f3a53b;
  border-color: #f3a53b
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ebccd1
}

.well {
  min-height: 20px;
  padding: 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.btn-info {
  color: #fff;
  background-color: #f15812;
  border-color: #f15812
}

.btn-info:hover {
  color: #fff;
  background-color: #cb4d3d;
  border-color: #cb4d3d
}

.btn-danger:hover {
  color: #fff;
  background-color: #04796e;
  border-color: #009688
}

.maininput {
  margin-bottom: 10px;
  padding: 9px;
  width: 300px;
  margin-right: 5px;
  border-radius: 6px;
  border: 1px solid #ff9403
}

.saleText {
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: var(--line-height-base);
  font-size: 18px;
  text-align: justify
}

.launchDate {
  padding-top: 10px;
  padding-bottom: 10px
}

.launchDate span {
  padding: 20px;
  font-size: 24px;
  color: #fff;
  border: 1px solid #d0d0d0;
  background-color: #4a4848;
  text-align: center;
  box-shadow: 2px 2px #e09a21;
  border-radius: 8px
}

.slotNum {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
  border-radius: 10px;
  color: var(--text-primary);
  background-color: #fcca3f
}

#socialproof {
  display: flex
}

.openingText {
  font-size: 24px;
  padding-top: 20px;
  border-radius: 3px;
  color: #fff
}

.headingtitle {
  font-size: 48px
}

.default-points-section {
  background: url('../images/Group 632116.png') center no-repeat
}

input[type=checkbox],
input[type=radio] {
  accent-color: var(--theme);
  transform: scale(1.3)
}

.grow-points {
  background-color: #2c214b;
  font-size: 18px;
  border-radius: 50%;
  display: inline-block;
  width: 47px;
  height: 47px;
  text-align: center;
  padding: 10px
}

.mt-60 {
  margin-top: 3%
}

.hero-ul li {
  color: #4e4b66;
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
  font-size: 16px
}

.banner-section {
  background: url('../images/section-background.png') 0 0/cover no-repeat
}

.banner-section-hoarding {
  background: url('/images/6c212ed7a3fd00f5ee1cb12bc47c9cd7.png') center/contain no-repeat;
  text-align: center;
  padding: 4% 0
}

.featuredimg {
  width: 150px;
  border-radius: 50%;
  box-shadow: 2px 2px #ccc;
  margin-bottom: 10px
}

#dvFeaturedCouples .subHeadingText {
  font-weight: var(--weight-bold);
  color: #fa5b11
}

.btn-outline-primary {
  color: #333c48;
  border-color: #f2f5f8
}

.btn-warning {
  color: #212529;
  background-color: #f3a53b;
  border-color: #f3a53b
}

.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 999999
}

.confetti-piece {
  position: absolute;
  color: #ffd300;
  top: 0;
  opacity: 0
}

.confetti-piece:first-child {
  left: 7%;
  -webkit-transform: rotate(-51deg);
  transform: rotate(-51deg);
  -webkit-animation: 6.8s ease-out 27ms infinite makeItRain;
  animation: 6.8s ease-out 27ms infinite makeItRain
}

.confetti-piece:nth-child(2) {
  left: 14%;
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
  -webkit-animation: 6.8s ease-out 248ms infinite makeItRain;
  animation: 6.8s ease-out 248ms infinite makeItRain
}

.confetti-piece:nth-child(3) {
  left: 21%;
  -webkit-transform: rotate(-76deg);
  transform: rotate(-76deg);
  -webkit-animation: 6.8s ease-out 407ms infinite makeItRain;
  animation: 6.8s ease-out 407ms infinite makeItRain
}

.confetti-piece:nth-child(4) {
  left: 28%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: 6.8s ease-out 23ms infinite makeItRain;
  animation: 6.8s ease-out 23ms infinite makeItRain
}

.confetti-piece:nth-child(5) {
  left: 35%;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-animation: 6.8s ease-out 281ms infinite makeItRain;
  animation: 6.8s ease-out 281ms infinite makeItRain
}

.confetti-piece:nth-child(6) {
  left: 42%;
  -webkit-transform: rotate(-66deg);
  transform: rotate(-66deg);
  -webkit-animation: 6.8s ease-out 449ms infinite makeItRain;
  animation: 6.8s ease-out 449ms infinite makeItRain
}

.confetti-piece:nth-child(7) {
  left: 49%;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
  -webkit-animation: 6.8s ease-out 128ms infinite makeItRain;
  animation: 6.8s ease-out 128ms infinite makeItRain
}

.confetti-piece:nth-child(8) {
  left: 56%;
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
  -webkit-animation: 6.8s ease-out 484ms infinite makeItRain;
  animation: 6.8s ease-out 484ms infinite makeItRain
}

.confetti-piece:nth-child(9) {
  left: 63%;
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
  -webkit-animation: 6.8s ease-out 287ms infinite makeItRain;
  animation: 6.8s ease-out 287ms infinite makeItRain
}

.confetti-piece:nth-child(10) {
  left: 70%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: 6.8s ease-out 323ms infinite makeItRain;
  animation: 6.8s ease-out 323ms infinite makeItRain
}

.confetti-piece:nth-child(11) {
  left: 77%;
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg);
  -webkit-animation: 6.8s ease-out 78ms infinite makeItRain;
  animation: 6.8s ease-out 78ms infinite makeItRain
}

.confetti-piece:nth-child(12) {
  left: 84%;
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
  -webkit-animation: 6.8s ease-out 454ms infinite makeItRain;
  animation: 6.8s ease-out 454ms infinite makeItRain
}

.confetti-piece:nth-child(13) {
  left: 91%;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-animation: 6.8s ease-out 120ms infinite makeItRain;
  animation: 6.8s ease-out 120ms infinite makeItRain
}

.confetti-piece:nth-child(odd) {
  color: #17d3ff
}

.confetti-piece:nth-child(2n) {
  z-index: 1
}

.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  -webkit-animation-duration: 5s;
  animation-duration: 5s
}

.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.confetti-piece:nth-child(4n-7) {
  color: #ff4e91
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px)
  }
}

.btn-outline-orange {
  padding: 12px 24px;
  background-color: transparent !important;
  color: #f29b26 !important;
  font-size: 14px !important;
  border: 1px solid #f29b26;
  border-radius: 40px !important
}

.btn-outline-orange-filled,
.btn-outline-orange:hover {
  background-color: #fff !important;
  color: #00c2cc !important;
  margin: 20px auto
}

.btn-outline-orange:hover {
  border: 1px solid #f29b26;
  border-radius: 30px !important
}

.home-wrapper .btn,
.navbar .btn {
  border-radius: 30px;
  font-weight: var(--weight-medium);
  font-size: 16px;
  background: #ff9403;
  padding: 12px 24px;
  margin: 20px auto
}

.btn-outline-orange-filled {
  padding: 12px 24px !important;
  font-size: 14px !important;
  border: 1px solid #f29b26
}

.why-desc,
.why-desc-short {
  line-height: 150%;
  color: #4e4b66;
  margin-top: 32px;
  width: 80%
}

.btn-outline-orange-filled:hover {
  background-color: transparent !important;
  color: #f29b26 !important;
  font-size: 14px !important;
  border: 1px solid #f29b26
}

.why-desc-short {
  font-family: var(--font-secondary);
  font-size: 20px
}

.why-desc {
  font-size: 16px;
  display: block
}

.border-1 {
  border: 1px solid !important
}

.prdbox .card-highlight {
  background: #fff5e6;
  position: relative;
  top: -60px
}

ul li::marker {
  list-style: none;
  unicode-bidi: inherit
}

.card.card-highlight::before {
  content: '';
  background: url("../images/Group 631824.png") top no-repeat;
  position: absolute;
  width: 100%;
  display: block;
  height: 99px;
  top: -5px
}

.toolTip .tooltipText1::after,
.toolTip .tooltipText::after {
  content: "";
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid
}

.prdbox-wrapper .card-highlight .card-top {
  padding-top: 90px
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff9403;
  border-color: #ff9403
}

.btn-230 {
  width: 230px !important
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px !important;
  font-weight: var(--weight-regular)
}

.loginbtn {
  padding: 6px 12px !important;
  margin-right: 7%
}

.tooltipText,
.tooltipText1 {
  visibility: hidden;
  background-color: #7f7f7f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 1;
  left: 10%;
  margin-left: -60px
}

.color-pink,
.resendBtn {
  color: #2f80ed;
  font-size: 14px
}

.tooltipText1 {
  width: 235%;
  position: absolute;
  bottom: 150%
}

.toolTip .tooltipText1::after {
  position: absolute;
  top: 100%;
  border-color: #7f7f7f transparent transparent
}

.toolTip:hover .tooltipText,
.toolTip:hover .tooltipText1 {
  visibility: visible
}

.tooltipText {
  width: 215px;
  position: absolute;
  top: 100%;
  left: 40%;
  font-size: 14px
}

#ajaxloader,
.noti-bar {
  position: fixed;
  z-index: 111
}

.demo-hero {
  background: url('/images/demobg.png') 0 0/100% 100%;
  padding: 1% 0 6%
}

demo-hero ul li {
  list-style: none !important
}

.modal-box {
  background: #fff
}

.resendBtn.disabled {
  color: #777575;
  font-size: 14px
}

#erroemsgProData1,
#errormsgProDataOtp {
  font-weight: var(--weight-bold);
  text-align: center;
  width: 100%;
  color: var(--Error);
  padding: 5px 0
}

.product-hero {
  background: url('/images/official-pg-bg.png') 0 0/100% 100%;
  padding: 1% 0 6%
}

.chatbot-hero {
  background: url('/images/chatbot-doodle.png') 0 0/100% 100% !important;
  padding: 1% 0 6%
}

.demo-hero .card,
.hero-section .card,
.product-hero .card {
  box-shadow: 14px 14px 34px rgba(0, 0, 0, .25);
  position: relative
}

.product-hero ul li {
  margin-top: 12px;
  color: #4e4b66
}

.product-hero ul li::before,
demo-hero ul li::before {
  content: "";
  background: url("/images/checkmark-circle.svg");
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  position: relative;
  top: 3px
}

.no-list-style li {
  line-height: 163%
}

.trophy-section {
  background-image: url("/images/pink-abstract.png");
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.trophy-section h2 {
  font-size: 28px;
  font-weight: var(--weight-bold)
}

li.checkmark-circle-outline::before {
  content: "";
  background: url(/images/checkmark-circle-outline.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px;
  position: relative;
  top: 7px
}

.toolTip .tooltipText::after {
  position: absolute;
  bottom: 100%;
  border-color: transparent transparent #7f7f7f
}

.btn-light:hover {
  color: #fff !important;
  background-color: #ff9403 !important;
  border-color: #fff
}

.btn-outline-transperant:hover {
  background-color: #fff;
  color: #ff9403 !important;
  border-color: #fff
}

.btn-header:hover,
.chng-color:hover,
.policy:hover {
  color: #00c2cc !important
}

.tool-hero {
  background: url('/images/bgimgherosection.png') 0 0/100% 100%;
  padding: 1% 0 6%
}

.bg-grey,
.bgblue {
  border-radius: 10px;
  padding: 35px 50px !important
}

.hero-section .tool-hero {
  margin: 15px 0 0
}

#errormsgProData1,
#errormsgProData3 {
  color: var(--Error);
  font-weight: var(--weight-medium);
  padding: 5px 0
}

.bulksms p a {
  text-decoration: underline;
  color: #4a4848
}

.bgblue {
  background: #e6f9fa
}

.scroll {
  overflow-y: scroll;
  height: 350px
}

.bg-grey {
  background: #f7f7fc
}

::-webkit-scrollbar {
  width: 5px
}

.prdbox-wrapper .card {
  box-shadow: none;
  background: #fff;
  border: 1px solid #d2d1d1;
  border-radius: 0 !important
}

.prdbox-wrapper .card:hover {
  border: 1px solid #d2d1d1
}

::-webkit-scrollbar-track {
  background: 0 0
}

::-webkit-scrollbar-thumb {
  background: #a0a3bd;
  border-radius: 30px
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 30px
}

.outputtxtarea {
  border: 1px solid #f0f0f0;
  height: 250px
}

#ajaxloader {
  top: 0
}

strike {
  color: #4e4b66;
  font-size: 20px
}

.accpanel {
  margin-bottom: 0;
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out
}

.faqDiv {
  border: 1px solid #d9dbe9;
  margin-bottom: 15px
}

.noti-bar {
  background: #fff;
  font-weight: var(--weight-medium);
  border-bottom: 1px solid #e1e1e1;
  transition: top 1.5s
}

.btn-header {
  padding: 1px 19px !important;
  font-size: 14px;
  font-weight: var(--weight-regular)
}

.btn-header:hover {
  background: 0 0;
  border: 1px solid #00c2cc !important
}

.container-modal {
  width: 75%;
  margin-right: auto;
  margin-left: auto
}

.accordion {
  background-color: #e5ece157;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 16px;
  transition: .4s;
  border-radius: 4px;
  font-weight: var(--weight-medium)
}

.feature-wrapper .badge-csms,
.feature-wrapper .badge-online {
  padding: 25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex
}

.btn-black,
.card1,
.comparison,
.feature-wrapper .badge-csms,
.top-bar {
  text-align: center
}

.accactive,
.accordion:hover {
  background-color: transparent;
  margin-bottom: 0
}

.feature-wrapper .badge-online {
  background-color: #00c2cc !important;
  text-align: center;
  align-items: center;
  justify-content: center
}

.feature-wrapper .badge-csms {
  background-color: var(--theme) !important;
  align-items: center;
  justify-content: center;
  text-decoration: none
}

.feature-wrapper i {
  font-size: 48px !important;
  color: #fff
}

.btn-black {
  border-radius: 40px;
  color: #14142b !important;
  font-size: 16px;
  cursor: pointer;
  outline: 0 !important;
  background: #fff;
  padding: 1px 19px !important;
  font-weight: var(--weight-medium)
}

.rowBox {
  background: #f7f7fc;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, .25);
  border-radius: 20px;
  margin: 35px 30px
}

.googlebtn {
  cursor: pointer;
  width: 100%
}

.text-style {
  color: #14142b;
  font-weight: var(--weight-regular);
  font-size: 28px
}

.text-style1,
.text-style2 {
  font-size: 32px;
  font-weight: var(--weight-bold)
}

.text-style1 {
  color: #23d71f
}

.text-style2 {
  color: #ff9403
}

.card1 {
  background: #e6f9fa;
  border-radius: 10px;
  border: none;
  padding: 30px
}

.card-head {
  font-weight: var(--weight-bold);
  font-size: 16px
}

.card-text {
  font-size: 14px !important;
  line-height: 150%;
  color: #14142b;
  margin-bottom: 30px
}

.cardText {
  font-size: 18px;
  font-weight: var(--weight-regular)
}

.cardHead {
  font-weight: var(--weight-bold);
  font-size: 20px
}

.gradient {
  background: linear-gradient(86.92deg, #ffeaf0 36.41%, #fefdfd 58.41%, #d3fdff 90.55%)
}

.switch-button-checkbox+.switch-button-label:before {
  content: "";
  background: var(--theme);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform .3s
}

.bg-second-section {
  background-image: url('../images/bubble-bg-img.webp');
  background-repeat: no-repeat;
  background-size: 60% 85%
}

.font-weight-600 {
  font-weight: var(--weight-medium) !important
}

.font-weight-700 {
  font-weight: var(--weight-bold) !important
}

.cardImage {
  display: flex;
  margin-top: -30px
}

.background {
  background-image: url('../images/bg-fourth-section.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 55px;
  margin-top: 7%;
  padding-bottom: 25px
}

.chatbot-feature-section {
  background-image: url('../images/third-section-bg.webp')
}

.feature-card {
  border-radius: 0 !important;
  height: 100%
}

.blur-show {
  color: var(--theme);
  cursor: pointer
}

.text-theme {
  color: #2f80ed
}

.fs-28 {
  font-size: 28px !important
}

.text-gray {
  color: #777575
}

.hero-section h1,
h1 {
  font-size: 72px;
  font-weight: var(--weight-bold);
  font-family: var(--font-primary)
}

.doc-items {
  width: 50%
}

.pieimage {
  width: 85%
}

.boxes {
  background: #fff;
  border-radius: 30px;
  margin: 60px 0
}

.youtubeiframe {
  height: 281px;
  width: 500px
}

.wp-background {
  background-image: url('../images/wp-bg.webp')
}

.table-title {
  background-color: #2f80eb;
  border-radius: 24px 24px 0 0
}

.row-head {
  color: #fff;
  font-weight: var(--weight-medium);
  font-size: 28px
}

.pink-box {
  padding: 10px 25px;
  color: #fff;
  margin: auto;
  font-weight: var(--weight-medium)
}

.pink-box:hover {
  color: #fff;
  text-decoration: underline
}

.btn-pink-outline {
  background-color: #fff !important;
  padding: 9px 24px;
  font-weight: var(--weight-medium);
  border: 1px solid var(--theme);
  color: var(--theme) !important;
  border-radius: 30px
}

.error-msg {
  font-size: 12px;
  color: var(--Error)
}

.btn-pink-outline:hover {
  background-color: var(--theme) !important;
  color: #fff !important
}

#addWebsiteerror {
  font-size: 12px;
  color: var(--Error);
  padding: 5px 0
}

.top-bar {
  display: flex;
  padding: 10px 0;
  margin-top: 1px;
  justify-content: center;
  color: #010115 !important;
  font-size: 14px;
  font-weight: var(--weight-bold);
  border-bottom: 1px solid #f0f0f0;
  background-color: #f29b26
}

.chng-color,
.chng-color1,
chng-color2 {
  color: #ababb0 !important
}

.chng-color2:hover {
  color: #1ea185 !important
}

.cta-btn {
  background: #2f80ed;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.text-black {
  color: var(--text-primary)
}

.step-rotate {
  font-size: 36px;
  transform: rotate(270deg);
  height: 35px;
  color: #2f80ed;
  font-weight: var(--weight-medium)
}

.step-rotate::before {
  content: "";
  transform: rotate(270deg);
  width: 1px;
  height: 45px;
  background: #2f80ed;
  display: block;
  position: absolute;
  right: 70px;
  top: 5px
}

.blur-box {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff 100%);
  z-index: 9
}

.collapse-item {
  border-left: 1px solid #333;
  padding-left: 20px
}

.collapse-item.active {
  border-color: var(--theme)
}

a.text-black:hover {
  text-decoration: none !important;
  color: var(--text-primary) !important
}

.imageiconsize {
  height: 20px
}

.iconshare {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto
}

.gridAnchor:hover .iconshare {
  background: #ebf3fe
}

.gridAnchor:hover .iconshare svg {
  fill: #2F80ED
}

.gridAnchor:hover .iconshare svg path {
  stroke: #2F80ED
}

.accanswer {
  padding: 0 15px
}

.customer::after {
  content: "";
  background: url(/images/border.png) 0 0/contain no-repeat;
  height: 10px;
  width: 208px;
  display: block;
  margin: 0 auto
}

.accanswer p {
  padding: 0 8px
}

.cart-center-text {
  font-size: 48px;
  font-weight: var(--weight-medium)
}

.color-chng {
  font-size: 14px;
  position: relative;
  bottom: 15px
}

small {
  color: #777575
}

.margin-x-80 {
  margin: 0 80px
}

.countdown {
  color: #777575;
  font-size: 14px
}

.custom-p {
  padding-left: 13px !important
}

.comparison {
  font-size: 16px
}

.tblfeatures {
  border-radius: 30px;
  text-align: left
}

/* --- Added Utility Classes --- */
.font-4 {
  font-size: 4px
}

.font-8 {
  font-size: 8px
}

.font-12 {
  font-size: 12px
}

.font-14 {
  font-size: 14px
}

.font-16 {
  font-size: 16px
}

.font-20 {
  font-size: 20px
}

.font-24 {
  font-size: 24px
}

.font-28 {
  font-size: 28px
}

.font-32 {
  font-size: 32px
}

.font-36 {
  font-size: 36px
}

.font-40 {
  font-size: 40px
}

.font-44 {
  font-size: 44px
}

.font-48 {
  font-size: 48px
}

.font-52 {
  font-size: 52px
}

.font-56 {
  font-size: 56px
}

.font-60 {
  font-size: 60px
}

.font-64 {
  font-size: 64px
}

.font-68 {
  font-size: 68px
}

.font-72 {
  font-size: 72px
}

.icon-4 {
  width: 4px;
  height: 4px
}

.icon-8 {
  width: 8px;
  height: 8px
}

.icon-12 {
  width: 12px;
  height: 12px
}

.icon-16 {
  width: 16px;
  height: 16px
}

.icon-20 {
  width: 20px;
  height: 20px
}

.icon-24 {
  width: 24px;
  height: 24px
}

.icon-28 {
  width: 28px;
  height: 28px
}

.icon-32 {
  width: 32px;
  height: 32px
}

.icon-36 {
  width: 36px;
  height: 36px
}

.icon-40 {
  width: 40px;
  height: 40px
}

.icon-44 {
  width: 44px;
  height: 44px
}

.icon-48 {
  width: 48px;
  height: 48px
}

.icon-52 {
  width: 52px;
  height: 52px
}

.icon-56 {
  width: 56px;
  height: 56px
}

.icon-60 {
  width: 60px;
  height: 60px
}

.icon-64 {
  width: 64px;
  height: 64px
}

.icon-68 {
  width: 68px;
  height: 68px
}

.icon-72 {
  width: 72px;
  height: 72px
}

.card-1 {
  background: #FFF;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 4px 4px 10px #ccc;
}