body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0;
}
.guest .navbar.navbar-default {
  background: transparent;
  box-shadow: none;
  border: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0;
}
.guest .navbar-default .navbar-brand {
  height: auto;
  padding-left: 30px;
  line-height: 1;
}
.guest .navbar-default .navbar-brand svg {
  width: 200px;
  height: 48px;
}
.guest .navbar-nav > li > .dropdown-menu {
  min-width: 90px;
  border-radius: 8px;
  margin-top: 10px;
  border: none;
}
.guest .navbar-nav > li > .dropdown-menu >li>a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 6px;
}
.guest .navbar-nav > li > .dropdown-menu > li.active > a {
  background-color: #fdf001;
  color: #000;
}
.guest .navbar-nav > li > .dropdown-menu > li {
  padding: 0 10px;
}
.guest .header-wrapper {
  filter: drop-shadow(0px 6px 30px RGBA(146, 154, 174, 0.17));
  background-color: #FFFFFF;
  border-radius: 28px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.guest .header-wrapper .navbar-right {
  margin-right: 30px;
}
.guest .navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #010101;
  text-shadow: none;
  position: relative;
}
.guest .navbar-default .navbar-nav > li > a:hover, 
.guest .navbar-default .navbar-nav > li > a:active, 
.guest .navbar-default .navbar-nav > li > a:focus, 
.guest .navbar-default .navbar-nav > li.active > a {
  color: #7D32FF;
  background-image: none;
  background-color: transparent;
}
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-tertiary {
  border: none;
  border-radius: 16px;
  padding: 2px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
  filter: drop-shadow(0 13px 12px RGBA(146, 154, 174, 0.08));
}
.btn-group {
  display: flex;
  gap: 0 7px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.btn.btn-primary {
  background: #7D32FF;
}
.btn.btn-secondary {
  color: #FFFFFF;
  background: #060A12;
}
.btn.btn-tertiary {
  color: #FFFFFF;
  background: #FF9909;
}
.btn.btn-primary > span,
.btn.btn-secondary > span,
.btn.btn-tertiary > span {
  display: flex;
  padding-top: 12px;
  border-radius: 14px;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 12px;
  align-items: center; 
}
.btn.btn-secondary > span {
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.20) 100%);
}
.btn.btn-primary > span,
.btn.btn-tertiary > span {
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.37) 100%);
}
.btn.btn-primary.btn-block > span {
  justify-content: center;
  /*justify-content: space-between;*/
}
.btn.btn-primary.btn-block > span svg {
  margin-left: 5px;
  width: 20px;
  height: 20px;
}
.main-heading {
  font-size: 48px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 15px;
}
.main-text {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 18px;
}
.primary {
  color: #7D32FF;
}

.star {
  position: absolute;
  width: 2px;
  height: 2px;
  background:white;
  visibility: hidden;
  opacity: 0;
}

#hero {
  position: relative;
  background: linear-gradient(90deg, #551FF8 0%, #1F7EE0 100%);
  padding-top: 170px;
  padding-bottom: 90px;
}
.header-back {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
#hero canvas,
.started-wrapper canvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.header-back::before,
.header-back::after {
  content: '';
  width: 100%;
}
.header-back::before {
  height: 100%;
  border-radius: 430px;
  background-color: rgba(255, 255, 255, 0.86);
  display: block;
  filter: blur(421.7px);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.header-back::after {
  background: linear-gradient(0deg, RGB(255, 255, 255) 0%,RGBA(255, 255, 255, 0) 100%);
  height: 200px;
  display: block;
  position: absolute;
  bottom: -1px;
}
.top-heading {
  font-size: 54px;
  font-weight: 900;
  color: #010101;
  margin-top: 0;
  margin-bottom: 15px;
}
.top-paragraph {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  margin-bottom: 18px;
}
.form-group.icon-group {
  display: flex;
  position: relative;
}
.icon-group .form-control {
  background-color: #FFFFFF;
  border: none;
  border-radius: 16px;
  padding-left: 46px;
  height: 48px;
  box-shadow: none;
}
.form-group.icon-group .input-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #FF9909;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.forgot-password {
  font-size: 12px;
  font-weight: 400;
  color: #010101;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 8px;
  border-left: 1px solid #000;
}
.remember-decision {
  display: flex;
  justify-content: space-between;
}
.remember-decision .checkbox, 
.remember-decision .signup-text {
  color: #010101;
  font-size: 12px;
  font-weight: 400;
}
.remember-decision .signup-text a {
  color: #7D32FF;
}
.form-well {
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.62) 100%);
  padding: 23px 31px;
  border-radius: 28px;
  max-width: 494px;
  margin: 0 auto 45px;
}
.remember-decision .checkbox label input {
  margin-top: 0;
}
.scroller-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  z-index: 1;
}
.scroller-track {
  display: flex;
  gap: 0 16px;
  width: max-content;
}
.scroller-item {
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 56px;
  min-width: 246px;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.scroll-icon {
  background-image: url(https://storage.perfectcdn.com/st80r6/hq2dtslzd2nc5ad8.webp);
  margin-right: 5px;
}
.scroll-icon.scroller-icon-1 {
  width: 24px;
  height: 26px;
  background-position: 0px 0;
  background-size: 144px 26px;
}
.scroll-icon.scroller-icon-2 {
  width: 26px;
  height: 24px;
  background-position: -25px 0;
  background-size: 139px 24px;
}
.scroll-icon.scroller-icon-3 {
  width: 25px;
  height: 29px;
  background-position: -52px 0;
  background-size: 137px 29px;
}
.scroll-icon.scroller-icon-4 {
  width: 27px;
  height: 29px;
  background-position: -75px 0;
  background-size: 132px 29px;
}
.scroll-icon.scroller-icon-5 {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-position: -109px 0;
  background-size: 139px 30px;
}
#manage .col-sm-12 > img {
  width: 100%;
  display: block;
  margin-top: 45px;
}
.trusted-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trusted-pics {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  background-image: url(https://storage.perfectcdn.com/st80r6/5w7ykt1hbpjjmeqw.webp);
  width: 149px;
  height: 47px;
}
.stars {
  font-size: 16px;
  color: #F98334;
}
.trusted-partners {
  font-size: 14px;
  font-weight: 400;
  color: #111924;
}
#affordable {
  padding-bottom: 30px;
  padding-top: 80px;
}
.affordable-box {
  padding: 40px;
  border-radius: 24px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.affordable-box.affordable-color-1 {
  background-color: #F3F9FF;
  background-image: url(https://storage.perfectcdn.com/st80r6/8nbs8w3e3z4mrc8z.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.affordable-heading {
  font-size: 21px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 12px;
}
.affordable-text {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin-bottom: 30px;
}
.affordable-box img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.affordable-box.affordable-color-1:after {
  background-color: RGBA(140, 197, 255, 0.54);
}
.affordable-box:after {
  content: '';
  position: absolute;
  width: 273px;
  height: 273px;
  border-radius: 200px;
  filter: blur(233px);
  display: block;
  right: 0;
  bottom: 0;
}
.affordable-box.affordable-color-2:after {
  background-color: #FFC7EE;
}
.affordable-box.affordable-color-2 {
  background-color: #FFF2FB;
  background-image: url(https://storage.perfectcdn.com/st80r6/5jf47yxw47jkrqy0.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.affordable-box.affordable-color-1,.affordable-box.affordable-color-2 {
  min-height: 466px;
}
.affordable-box.affordable-color-3 {
  padding-bottom: 0;
  background-color: #F6F6FF;
  background-image: url(https://storage.perfectcdn.com/st80r6/0d94sfdf645ckz29.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
}
.affordable-left {
  max-width: 55%;
}
.affordable-right {
  max-width: 45%;
}
.affordable-box.affordable-color-3:after {
  background-color: RGBA(157, 157, 255, 0.76);
}
.affordable-color-3 .affordable-heading {
  margin-top: 60px;
}
#smarter {
  padding-top: 100px;
  background-image: url(https://storage.perfectcdn.com/st80r6/b2uz5a8jnu8nj3ec.svg);
  background-size: cover;
  background-position: center;
}
#smarter .row {
  display: flex;
  align-items: center;
}
#choose {
  padding-top: 30px;
  padding-bottom: 30px;
}
.choose-wrapper {
  background-image: url(https://storage.perfectcdn.com/st80r6/brbxgw5lcemzxs0c.webp);
  background-size: cover;
  padding: 45px 50px 80px;
  border-radius: 24px;
}
.choose-list {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  display: flex;
  gap: 0 40px;
}
.choose-list li {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 30px;
  filter: drop-shadow(0 4px 4px RGBA(146, 154, 174, 0.24));
  flex: 1;
}
.choose-heading {
  font-size: 21px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 12px;
}
.choose-text {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin-bottom: 0;
}
.choose-icon.choose-icon-1 {
  width: 64px;
  height: 64px;
}
.choose-icon {
  background-image: url(https://storage.perfectcdn.com/st80r6/m70wkqe54uhs7n02.webp);
  background-size: cover;
  height: 67px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.choose-icon.choose-icon-2 {
  width: 71px;
  background-position: -66px 0;
  background-size: 185px 54px;
}
.choose-icon.choose-icon-3 {
  width: 49px;
  height: 67px;
  background-position: -143px 0;
}
.social-icon {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-right: 5px;
  min-width: 28px;
}
.tt,
.ti{
  background-color: #000000;
}
.fb {
  background-color: #1877F2;
}
.dr {
  background-color: #ea4c89;
}
.mc {
  background: linear-gradient(-120deg, #52aad8, #273a4b, #1d2d3b);
}
.md {
  background-color: #000000;
}
.li {
  background-color: #0e76a8;
}
.ig {
  background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
}
.gl {
  background-color: #DB4437;
}
.ds {
  background-color: #7289da;
}
.dm {
  background-color: #00aaff;
}
.yt {
  background-color: #FF0000;
}
.vk {
  background-color: #0077FF;
}
.pr {
  background-color: #2BA7C4;
}
.pi {
  background-color: #E60023;
}
.vn {
  background-color: #38a32a;
}
.rd {
  background-color: #FF4500;
}
.vm {
  background-color: #1AB7EA;
}
.tg {
  background-color: #24A1DE;
}
.tk {
  background-color: #000000;
}
.sc {
  background-color: #FFFC00;
  color: #000;
}
.tm {
  background-color: #021A35;
}
.sl {
  background-color: #ff5500;
}
.tw {
  background-color: #8956FB;
}
.sp {
  background-color: #1ED760;
}
.qr {
  background-color: #a82400;
}
#available,
#customer {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(https://storage.perfectcdn.com/st80r6/b2uz5a8jnu8nj3ec.svg);
  background-size: cover;
  background-position: center;
}
.services-list {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.service-placeholder {
  border-radius: 18px;
  border: 1px solid #F3F3F3;
  background: #FFFFFF;
  min-height: 32px;
  align-items: center;
  flex-direction: column;
  max-width: 274.5px;
  display: flex;
  width: 100%;
  position: relative;
  filter: drop-shadow(0 12px 24px RGBA(146, 154, 174, 0.24));
  gap: 12px;
  box-sizing: border-box;
  position:relative;
}
.service-placeholder:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-image: url(https://storage.perfectcdn.com/0a268b/5znolnb1yb92rqs4.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  pointer-events: none;
  filter: brightness(100) invert(1);
}
.service-placeholder::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F6F7F9;
  border: 1px solid #F3F3F3;
  border-radius: 50px;
  right: 9px;
}
.service-placeholder.active::before {
  top: 19px;
  transform: translateY(0%);
}
.service-placeholder.active::after {
  top: 31px;
  transform: translateY(0%);
  background-image: url(https://storage.perfectcdn.com/0a268b/bx681gx0q8dnchn9.svg);
}
.service-top {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  width: 100%;
  gap: 0 5px;
  justify-content: flex-start;
  padding: 12px;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #010101;
}
.service-dropper {
  display: none;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  align-self: stretch;
  align-items: stretch;
  padding: 12px;
  border-top: 1px dashed #010101;
}
.service-placeholder.active .service-dropper{
  display: flex;
}
.service-dropper > a {
  display: flex;
  padding: 2px;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  max-width: 182px;
  width: 100%;
  border-radius: 12px;
  background: #7D32FF;
  flex: 1 1 calc(100% / 7 - 10px);
  text-decoration: none;
  filter: drop-shadow(0 13px 12px RGBA(146, 154, 174, 0.08));
}
.service-dropper > a span {
  display: flex;
  padding-top: 5px;
  border-radius: 10px;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  align-items: center;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.37) 100%);
  height: 100%;
  width: 100%;
}
#marketers img {
  width: 100%;
  display: block;
}
.marketers-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.marketers-box {
  padding: 20px 25px;
  border-radius: 24px;
  display: flex;
  align-items: center;
}
.marketers-icon {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background-color: #7D32FF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.marketers-icon:before {
  content: '';
  background-image: url(https://storage.perfectcdn.com/st80r6/b3698lh479rugmmh.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95px 32px;
  width: 32px;
  height: 32px;
  display: block;
}
.marketers-icon.marketers-icon-1:before {
  background-position: 1px 0;
}
.marketers-icon.marketers-icon-2::before {
  background-position: -31px 0;
}
.marketers-icon.marketers-icon-3::before {
  background-position: -63px 0;
}
.marketers-left {
  margin-right: 12px;
}
.marketers-heading {
  font-size: 22px;
  font-weight: 600;
  color: #010101;
}
.marketers-text {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
  pointer-events: none;
}
.marketers-box.active {
  background-color: #FAF6FF;
}
.active .marketers-icon {
  background-color: #FF9909;
}
.active .marketers-text {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0s linear 0s;
  pointer-events: auto;
}
#marketers {
  padding-top: 80px;
  padding-bottom: 40px;
}
#marketers .row {
  display: flex;
  align-items: center;
}
#flow {
  padding-top: 80px;
}
.flow-list {
  margin-bottom: 0;
  margin-top: 110px;
  list-style: none;
  display: flex;
  padding: 0;
  gap: 0 30px;
}
.flow-list > li {
  flex: 1;
  padding: 26px;
  border-radius: 24px;
  height: 100%;
}
.flow-list li >img {
  width: 100%;
  display: block;
  transform: scale(1.2);
  margin-bottom: 10px;
}
.flow-list >li:first-child {
  background: linear-gradient(180deg,rgb(253, 253, 255) 0%, rgb(235, 235, 255) 20%);
}
.flow-list>li:nth-child(2) {
  background: linear-gradient(180deg,rgba(253, 255, 253, 1) 0%, rgba(226, 249, 233, 1) 20%);
}
.flow-list>li:nth-child(3) {
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(251, 188, 5, 0.15) 20%);
}
.flow-list>li:last-child {
  background: linear-gradient(180deg,rgba(255, 242, 251, 0.2) 0%, rgb(255, 231, 248) 30%);
}
.flow-heading {
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 12px;
}
.flow-text {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
}
.step-box {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 120px;
  height: 42px;
  border-radius: 22px 22px 0 22px;
  border: 2px solid #FFFFFF;
  filter: drop-shadow(0 4px 4px RGBA(133, 145, 179, 0.23));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -90px;
  margin-bottom: 60px;
  margin-left: -27px;
}
.step-box.step-color-1 {
  background-color: #5858FF;
}
.step-box.step-color-2 {
  background-color: #14AC42;
}
.step-box.step-color-3 {
  background-color: #FF9909;
}
.step-box.step-color-4 {
  background-color: #DA53B3;
}
.flow-list > li:nth-child(2),.flow-list > li:last-child {
  margin-top: 25px;
}
.common-wrapper {
  background: linear-gradient(180deg,#E8E8FF 0%, #FFFFFF 100%);
  padding: 70px 100px;
  border-radius: 24px;
  display: flex;
  gap: 0 30px;
}
.common-wrapper> div {
  flex: 1;
}
.common-left .main-heading {
  font-size: 42px;
}
.common-helper {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 30px 34px;
  background-image: url(https://storage.perfectcdn.com/st80r6/sb5f0in5806ky8f6.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: hidden;
}
.common-icon {
  width: 45px;
  height: 45px;
  background-color: #FF9909;
  border-radius: 14px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.common-heading {
  font-size: 22px;
  font-weight: 600;
  color: #010219;
  margin-bottom: 8px;
}
.common-text {
  font-size: 14px;
  font-weight: 500;
  color: #6A6A78;
  max-width: 80%;
  margin-bottom: 30px;
}
.btn-icon > span i {
  margin-left: 30px;
}
#common {
  padding-top: 130px;
}
.common-wrapper .panel-default > .panel-heading {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}
.common-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 20px 28px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-top: 14px;
}
.common-wrapper .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.common-wrapper .panel-title a {
  font-size: 16px;
  font-weight: 500;
  height: 57px;
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 2px;
  position: relative;
  justify-content: space-between;
}
.common-wrapper .panel-title a.collapsed {
  padding: 20px 50px 20px 20px;
  background-color: #FFFFFF;
  color: #010101;
}
.common-wrapper .panel-title a {
  background-color: #7D32FF;
  border: none;
  border-radius: 16px;
  color: #FFFFFF;
}
.common-wrapper .panel-title a span {
  display: flex;
  padding-top: 12px;
  border-radius: 14px;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 12px;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.37) 100%);
}
.common-wrapper .panel-title a.collapsed span {
  padding: 0;
  background: none;
  border-radius: 0;
}
.common-wrapper .panel-group .panel + .panel {
  margin-top: 12px;
}
.common-wrapper .panel-title a:after {
  content: "\f061";
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.common-wrapper .panel-title a.collapsed::after {
  content: "\f061";
  color: #000000;
}
.main-heading.extra-miles {
  position: relative;
}
.em-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.em-list li {
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: normal;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.08));
  position: absolute;
  display: flex;
  align-items: center;
}
.em-list li:first-child {
  transform: rotateZ(15deg);
  top: -23px;
  right: 202px;
}
.em-list li img {
  margin-right: 4px;
}
.em-list li:nth-child(2) {
  top: 46px;
  transform: rotateZ(10deg);
  left: 170px;
}
.em-list li:last-child {
  bottom: -31px;
  right: 425px;
  transform: rotateZ(-10deg);
}
.customer-box {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
  filter: drop-shadow(0 16px 10px RGBA(146, 154, 174, 0.1));
  margin: 40px 0;
}
.customer-pic {
  width: 58px;
  height: 58px;
  background-image: url(https://storage.perfectcdn.com/st80r6/p3b28nsxcb8tfzn8.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
.customer-pic.customer-2 {
  background-position: -58px 0;
}
.customer-pic.customer-3 {
  background-position: -116px 0;
}
.customer-name {
  font-size: 16px;
  font-weight: 600;
  color: #010219;
}
.customer-info {
  font-size: 12px;
  font-weight: 500;
  color: #5D5D5D;
}
.divider {
  background: linear-gradient(90deg,rgba(212, 207, 222, 0) 0%, rgba(212, 207, 222, 1) 50%, rgba(212, 207, 222, 0) 100%);
  width: 270px;
  height: 1px;
  margin: 20px auto;
}
.customer-heading {
  font-size: 24px;
  font-weight: 600;
  color: #010219;
  margin-bottom: 8px;
}
.customer-review {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 12px;
}
.customer-rating {
  width: 94px;
  height: 18px;
  background-image: url(https://storage.perfectcdn.com/st80r6/ywfgrlu022ywzr94.webp);
  margin: auto;
}
.customer-nav {
  display: flex;
  gap: 0 7px;
  margin-top: 15px;
  justify-content: center;
}
.customer-nav button {
  border: none;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: RGBA(125, 50, 255, 0.08);
  font-size: 24px;
  color: #17191F;
}
.customer-nav button:hover, 
.customer-nav button:active, 
.customer-nav button:focus {
  background-color: #7D32FF;
  color: #FFFFFF;
}
.started-wrapper {
  position: relative;
  display: flex;
  background: linear-gradient(270deg,rgba(126, 190, 255, 1) 0%, rgba(112, 65, 255, 1) 100%);
  border-radius: 40px;
  align-items: center;
}
.started-wrapper>div {
  flex: 1;
}
.started-left {
  padding-top: 0;
  padding-left: 85px;
}
.main-heading.text-white {
  color: #ffff;
}
.main-text.text-white {
  color: #fff;
}
.started-right img {
  margin-top: -20px;
  margin-bottom: -22px;
}
#started {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer-top p {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
}
.footer-logo {
  margin-bottom: 15px;
}
footer {
  background: linear-gradient(270deg,rgb(238, 245, 253) 0%, rgb(244, 240, 255) 100%);
  padding-top: 60px;
  padding-bottom: 50px;
  border-radius: 40px 40px 0 0;
}
footer hr {
  border-color: RGBA(146, 154, 174, 0.85);
}
.footer-widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 20px;
}
.contact-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 17px 0;
  margin-bottom: 35px;
}
.contact-list >li {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
.contact-list > li >i {
  color: #7D32FF;
  margin-right: 5px;
}
.contact-list li>strong {
  color: #010101;
  font-weight: 400;
  margin-right: 5px;
}
.social-list li >a {
  border: none;
  border-radius: 18px;
  padding: 2px;
  text-shadow: none;
  font-size: 18px;
  filter: drop-shadow(0 13px 12px RGBA(146, 154, 174, 0.08));
  background: #7D32FF;
  display: block;
  width: 48px;
  height: 48px;
  color: #fff;
  text-decoration: none;
}
.social-list>li>a>span {
  display: flex;
  border-radius: 16px;
  position: relative;
  padding: 8px;
  align-items: center;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.37) 100%);
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
}
.social-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0 4px;
}
.footer-widget-heading {
  font-size: 18px;
  font-weight: 500;
  color: #010101;
  margin-bottom: 25px;
}
.footer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 20px 0;
}
.footer-menu li>a {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  text-decoration: none;
}
.footer-low{
  margin-top:40px;
}
.footer-low-wrapper {
  align-items: center;
  background-color: #fff;
  padding: 8px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  filter: drop-shadow(0 5px 18.1px RGBA(146, 154, 174, 0.21));
}
.footer-low p {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  margin-bottom: 0;
}