body {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
  }
  .logOut {
    background-color: #F4F7FF;
  }
  .navbar.navbar-default.navbar-static-top {
    background-color: transparent;
    border: none;
    padding-top: 30px;
  }
  .signup .navbar.navbar-default.navbar-static-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .masthead {
    border: 1px solid RGBA(21, 80, 236, 0.1);
    border-radius: 18px;
    padding: 5px;
  }
  .masthead-inner {
    background-color: #F4F7FF;
    border-radius: 16px;
    filter: drop-shadow(0 3px 16px RGBA(72, 77, 123, 0.18));
    padding: 6px;
  }
  .nav.navbar-nav.navbar-right._custom_nav_elem {
    margin-left: 350px;
    margin-right: 0;
    display: flex;
    gap: 0 6px;
  }
  .navbar-default .navbar-nav._custom_nav_elem li a {
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
  }
  .navbar-default .navbar-nav li a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .navbar-default .navbar-nav._custom_nav_elem li:first-child a {
    background-color: #010219;
  }
  .navbar-default .navbar-nav._custom_nav_elem li:last-child a {
    background-color: #1877f2;
  }
  .navbar-default .navbar-nav >li >a {
    color: #484D7B;
    font-size: 14px;
    font-weight: 400;
    position: relative;
  }
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li.active > a:hover,
  .navbar-default .navbar-nav > li.active > a:active,
  .navbar-default .navbar-nav > li.active > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li > a:focus {
    color: #010219;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > li.active > a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    background-color: #1550EC;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .navbar-default .navbar-brand {
    height: auto;
    line-height: 40px;
  }
  #hero h1 {
    font-size: 48px;
    font-weight: 600;
    color: #010219;
    margin-top: 0;
    margin-bottom: 16px;
  }
  #hero p {
    font-size: 18px;
    font-weight: 400;
    color: #484D7B;
    margin-bottom: 20px;
  }
  .trusted-wrap {
    display: flex;
  }
  .trusted-pics {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }
  .trusted-pics li {
    margin-right: -18px;
  }
  .trusted-pics li:last-child {
    margin-right: 5px;
  }
  .stars {
    font-size: 16px;
    color: #F98334;
  }
  .trusted-partners {
    font-size: 14px;
    font-weight: 400;
    color: #111924;
  }
  .btn.btn-primary {
    background-color: #1877F2;
    background-image: none;
    border-color: #1877F2;
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
    border-radius: 16px;
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .btn.btn-tertiary {
    background-color: #010219;
    padding: 2px;
  }
  .btn.btn-tertiary span {
    background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.27) 100%);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: relative;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
  }
  .btn.btn-tertiary span:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    padding: 1px 0 1px 0;
    padding-left: 0px;
    background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#808080);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: add, add;
    mask-composite: exclude;
  }
  .welcome-box .btn-copy {
    max-width: 134px;
    height: 48px;
  }
  .feat-top {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 16px 0;
  }
  .feat-top li {
    font-size: 16px;
    font-weight: 500;
    color: #484D7B;
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 26px;
    background-image: url(https://storage.perfectcdn.com/jf4gil/bmsacpit36p8fcwc.png);
    background-repeat: no-repeat;
  }
  .btn-group {
    margin-bottom: 20px;
    display: flex;
    gap: 0 10px;
  }
  .btn.btn-secondary {
    background-color: #Fff;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    border-color: #ffff;
    border-radius: 16px;
    text-shadow: none;
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .btn-group .btn.btn-primary,.btn-group .btn.btn-secondary {
    border-radius: ;
    margin: 0;
    border-radius: 16px !important;
  }
  .top-img {
    margin-left: 80px;
  }
  .compare_table_body, .compare_table_head {
    display: grid;
    grid-template-columns: repeat(3,33%);
  }
  .results2 .results-wraper-inner:before,.results2 .results-wraper-inner:after {
    display: none;
  }
  .results2 .results-wraper-inner {
    padding-bottom: 50px;
  }
  .results-wraper-inner {
  }
  .results2-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    gap: 15px;
  }
  .results2-list li {
    background-color: #FFFFFF;
    border-radius: 13px;
    padding: 15px;
  }
  .results2 .results-wraper-inner:before,.results2 .results-wraper-inner:after {
    display: none;
  }
  .results2 .results-wraper-inner {
    padding-bottom: 50px;
  }
  .results2-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    gap: 15px;
  }
  .results2-list li {
    background-color: #FFFFFF;
    border-radius: 13px;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #484D7B;
  }
  .results2-icon {
    background: #1877f2;
    border: none;
    border-radius: 30px;
    padding: 2px;
    text-shadow: none;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    min-width: 42px;
    margin-right: 12px;
  }
  .results2-icon-inner {
    display: flex;
    padding: 0;
    background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.27) 100%);
    border-radius: inherit;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    line-height: 1.2;
  }
  .results2-icon.blck {
    background: #010219;
  }
  .results2-list li .results2-content span {
    color: #010219;
  }
  .results2 .results-wraper-inner > .row {
    align-items: center;
  }
  #comparision {
    padding: 100px 0 100px;
  }
  .compare_table {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 0 65px;
    margin-top: 50px;
  }
  .compare_table_head_item {
    font-size: 20px;
    font-weight: 500;
    color: #1550EC;
    padding: 20px 0;
  }
  .compare_table_body_item {
    font-size: 16px;
    font-weight: 500;
    color: #010219;
    padding: 20px 0;
    border-top: 1px solid #DBDBDB;
    display: block;
  }
  .compare_table_head_item.active,.compare_table_body_item.active {
    background-color: #1877f2;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
  }
  .compare_table_head_item.active {
    border-radius: 16px 16px 0 0;
    margin-top: -25px;
    padding-top: 45px;
  }
  .compare_table_body:last-child .active {
    margin-bottom: -25px;
    border-radius: 0 0 16px 16px;
  }
  .compare_table_body_item:last-child,.compare_table_head_item:last-child {
    padding-left: 55px;
  }
  .compare_table_body_item .check,.compare_table_body_item .notcheck,.compare_table_body_item .issue {
    position: relative;
    padding-left: 30px;
  }
  .compare_table_body_item .check::before,.compare_table_body_item .notcheck::before,.compare_table_body_item .issue::before {
    content: '';
    background-image: url(https://storage.perfectcdn.com/lmbabi/t5h6bw0wxfin82x2.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .compare_table_body_item .check::before {
    background-position: 0 0;
  }
  .compare_table_body_item .notcheck::before {
    background-position: -22px 0;
  }
  .compare_table_body_item .issue::before {
    background-position: -44px 0;
    width: 22px;
  }
  #authors-lounge {
    padding: 100px 0 0;
  }
  .authors-list {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0 15px;
    margin-top: 35px;
  }
  .author-container {
    width: 263px;
    overflow: hidden;
    position: relative;
    border-radius: 11px;
    display: block;
  }
  .author-pic img {
    width: 100%;
    height: 100%;
  }
  .author-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    z-index: 1;
  }
  .author-name {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
  }
  .author-designation {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
  }
  .author-description {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    overflow: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
    transition: all 0.4s ease-in;
  }
  .author-pic img {
    filter: grayscale(1);
  }
  .author-pic {
    position: relative;
  }
  .author-pic:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg,rgba(1, 2, 25, 1) 0%, rgba(1, 2, 25, 0) 30%);
    z-index: 1;
  }
  .author-container:hover .author-pic::before {
    background: linear-gradient(0deg,rgb(1, 2, 25) 0%, rgba(21, 80, 236, 0.76) 40%, rgba(21, 80, 236, 0) 100%);
  }
  .author-container:hover .author-pic img {
    filter: none;
  }
  .author-container:hover .author-description {
    height: 100%;
    opacity: 1;
  }
  #hero {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(https://storage.perfectcdn.com/jf4gil/a8h4o072etlnwbdo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #blue-blu {
    background-color: #1877F2;
    padding: 20px 0;
  }
  .marquee-swiper .swiper-slide {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 50px;
    position: relative;
    width: auto !important;
  }
  .marquee-swiper .swiper-slide:before {
    content: '';
    background-image: url(https://storage.perfectcdn.com/lmbabi/nk67qi6ptry12xiz.png);
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    position: absolute;
    left: 12px;
    top: 0;
  }
  .marquee-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .primary {
    color: #1877F2;
  }
  .primary-heading {
    font-size: 44px;
    color: #010219;
    font-weight: 500;
  }
  .primary-text {
    font-size: 16px;
    font-weight: 500;
    color: #484D7B;
  }
  .primary-white {
    color: #fff;
  }
  #the-people {
    padding-top: 70px;
  }
  .people-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    min-height: 200px;
  }
  .people-box.blc-box {
    background-color: #010219;
  }
  .people-box.blu-box {
    background-color: #1550EC;
  }
  .people-box.whi-box {
    background-color: #fff;
    flex-direction: row;
  }
  .people-box.whi-box li {
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  .prod-icon {
    width: 90%;
    height: 55px;
    object-fit: contain;
  }
  /*.people-box.whi-box li:first-child .prod-icon {
    border-right: 1px solid #DFDFDF;
  }*/
  .people-box::before, 
  .people-box::after {
    content: '';
    position: absolute;
  }
  .people-box:before {
    background-image: url(https://storage.perfectcdn.com/lmbabi/oxozq5gc132loxfh.png);
    width: 40px;
    height: 20px;
    top: 0;
    right: 15%;
  }
  .people-box::after {
    background-image: url(https://storage.perfectcdn.com/lmbabi/lyjiio0bgiok00r2.png);
    width: 20px;
    height: 19px;
    bottom: 0;
    left: 15%;
  }
  .people-box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .people-box h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
  }
  .people-box.blc-box h4, 
  .people-box.blc-box h5, 
  .people-box.blu-box h4, 
  .people-box.blu-box h5 {
    color: #F4F7FF;
  }
  .why-our-box {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 30px;
  }
  #why-our {
    padding-top: 110px;
  }
  .why-our-box .primary-heading {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .why-our-box .primary-heading span {
    font-weight: 600;
  }
  .why-our-box .primary-text {
    font-weight: 400;
    margin-bottom: 20px;
  }
  .why-our-box-wrapper {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0 25px;
  }
  .why-our-box-wrapper li {
    flex: 1;
    background: linear-gradient(0deg, RGBA(244, 247, 255, 0) 0%,#F4F7FF 100%);
    padding: 15px 20px 0;
    border-radius: 20px;
    text-align: center;
  }
  .why-our-box-wrapper li h3 {
    font-size: 18px;
    font-weight: 500;
    color: #010219;
    margin-bottom: 5px;
  }
  .why-our-box-wrapper li p {
    font-size: 10px;
    font-weight: 400;
    color: #484D7B;
    margin-bottom: 15px;
  }
  .why-our-box-wrapper li img {
    margin: auto;
    display: block;
    width: 100%;
  }
  .why-our-box-icon {
    background: linear-gradient(0deg, RGBA(21, 80, 236, 0) 0%,RGBA(21, 80, 236, 0.15) 100%);
    padding: 12px;
    border-radius: 15px;
  }
  .why-our-icon {
    width: 58px;
    height: 58px;
    background-color: #1877f2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto 10px;
  }
  .sub-heading.why-our {
    font-size: 18px;
    font-weight: 600;
    color: #1550EC;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .ready-to-transform {
    background-color: #010219;
    border-radius: 24px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ready-to-transform-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 40%,RGB(57, 58, 75) 100%);
    border-radius: 18px;
    padding: 40px 20px 0;
  }
  .ready-to-transform .sub-heading.text-center {
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .sub-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background-color: #1877f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
  }
  h2.ready-heading {
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 42px;
  }
  .ready-to-transform-inner p {
    color: #fff;
    text-align: center;
  }
  .btn.btn-primary.btn.btn-primary-main {
    height: 54px;
    width: 198px;
  }
  #trust .btn.btn-primary.btn-primary-main {
    width: auto;
  }
  .ready-to-transform .btn.btn-primary.btn.btn-primary-main {
    margin-bottom: 50px;
  }
  .system-platform--wrapper {
    margin: 0 -32px;
    padding: 14px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    width: max-content;
    will-change: transform;
  }
  .system-platform--wrapper + .system-platform--wrapper {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .system-platform-box {
    transform: rotate(-8deg);
  }
  .home-hero--platform-box {
    width: 77px;
    height: 77px;
    flex: 0 0 77px;
    border-radius: 21px;
    background: linear-gradient(180deg, #FFF9 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-hero--platform-box img {
    user-select: none;
    pointer-events: none;
  }
  .home-hero--platform-box img {
    width: 42px;
  }
  .ready-to-transform::before, 
  .ready-to-transform::after,
  .grow-box::before,
  .grow-box::after {
    content: '';
    position: absolute;
  }
  .ready-to-transform::before,
  .grow-box::before {
    background-image: url(https://storage.perfectcdn.com/lmbabi/uzxawd29oryx3wgz.svg);
    width: 43px;
    height: 59px;
    transform: rotateZ(90deg);
    left: -1px;
    top: 10%;
    background-size: 100% 100%;
  }
  .ready-to-transform::after,
  .grow-box::after {
    background-image: url(https://storage.perfectcdn.com/lmbabi/uac687stf4zst7hd.svg);
    right: -24px;
    bottom: 10%;
    width: 95px;
    height: 50px;
    transform: rotateZ(90deg);
    background-size: 100% 100%;
  }
  #tired {
    padding-top: 120px;
  }
  #tired .primary-heading {
    margin-bottom: 18px;
  }
  #tired .primary-text {
    margin-bottom: 30px;
  }
  #tired .btn.btn-primary.btn-primary-main {
    margin-bottom: 35px;
  }
  .tired-video-wrapper {
    display: flex;
    align-items: center;
    border-top: 1px solid RGBA(72, 77, 123, 0.28);
    border-bottom: 1px solid RGBA(72, 77, 123, 0.28);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tired-video-content {
    margin-left: 16px;
  }
  .tired-video-content h4 {
    font-size: 24px;
    font-weight: 500;
    color: #010219;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .tired-video-content p {
    font-size: 16px;
    font-weight: 500;
    color: #484D7B;
    margin-bottom: 0;
  }
  .swiper.service-swiper {
    /*overflow: visible;*/
    min-width: 1094px;
  }
  .service-designed-box {
    background-color: #FFFFFF;
    border-radius: 24px;
    min-width: 332px;
    max-width: 332px;
    height: 452px;
  }
  .service-designed-image {
    padding: 8px;
  }
  .service-designed-image img {
    width: 100%;
    display: block;
    max-width: 317px;
  }
  .service-designed-content {
    padding: 20px;
  }
  .service-designed-content h4 {
    font-size: 24px;
    font-weight: 500;
    color: #010219;
    margin-top: 0;
  }
  .service-designed-content p {
    font-size: 14px;
    font-weight: 400;
    color: #484D7B;
    margin-bottom: 0;
  }
  #services-designed {
    padding-top: 120px;
    padding-bottom: 100px;
    overflow-x: hidden;
  }
  #growing {
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #growing .primary-text {
    margin-bottom: 50px;
  }
  .grow-box {
    background-color: #80AFFF;
    border-radius: 24px;
    padding: 74px 54px;
    position: relative;
  }
  .grow-box::before {
    top: auto;
    bottom: 12%;
    width: 25px;
    height: 22px;
    left: -1px;
  }
  .grow-box::after {
    bottom: auto;
    top: 15%;
    width: 48px;
    height: 20px;
    right: -14px;
  }
  .grow-inner-box {
    background-color: #F4F7FF;
    border-radius: 17px;
    padding: 20px 15px;
    box-shadow: 0 0 0px 14px #fff;
    border: 1px solid #F4F7FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .grow-icon {
    width: 70px;
    height: 70px;
    background-color: #1877f2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto 10px;
  }
  .grow-heading {
    font-size: 30px;
    font-weight: 500;
    color: #010219;
    margin-bottom: 10px;
  }
  .grow-text {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #484D7B;
  }
  .grow-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    padding: 0;
    list-style: none;
    width: 100%;
    gap: 15px 0;
  }
  .grow-list li {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .grow-social {
    margin-right: 12px;
  }
  .grow-social-heading {
    font-size: 18px;
    font-weight: 500;
    color: #010219;
  }
  .grow-social-text {
    font-size: 13px;
    font-weight: 500;
    color: #484D7B;
  }
  .btn.btn-primary.btn-primary-main.btn-block {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .btn.btn-primary.btn-primary-main.btn-block svg {
    margin-left: 10px;
  }
  .grow-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px 0;
  }
  .grow-steps >li {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 28px;
    filter: drop-shadow(7px 13px 30px RGBA(30, 0, 89, 0.13));
  }
  .grow-step-box {
    width: 84px;
    height: 34px;
    border-radius: 10px;
    background-color: #F4F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #1550EC;
    margin-bottom: 15px;
  }
  .grow-step-heading {
    font-size: 20px;
    font-weight: 500;
    color: #010219;
    margin-bottom: 10px;
  }
  .grow-step-text {
    font-size: 14px;
    font-weight: 400;
    color: #484D7B;
  }
  .grow-stats-list {
    padding: 20px 0;
    margin: 50px auto 0;
    display: flex;
    list-style: none;
    justify-content: space-around;
    border-bottom: 1px solid RGBA(72, 77, 123, 0.28);
    border-top: 1px solid RGBA(72, 77, 123, 0.28);
  }
  .grow-stats-list >li {
    display: flex;
    align-items: center;
    padding: 60px 60px;
  }
  .grow-stats-icon {
    width: 70px;
    height: 70px;
    background-color: #1877f2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-right: 15px;
  }
  .grow-stats-heading {
    font-size: 34px;
    font-weight: 600;
    color: #010219;
  }
  .grow-stats-text {
    font-size: 16px;
    font-weight: 400;
    color: #484D7B;
  }
  .grow-stats-list > li:nth-child(2) {
    border-left: 1px solid RGBA(72, 77, 123, 0.28);
    border-right: 1px solid RGBA(72, 77, 123, 0.28);
  }
  #trust {
    background-color: #171838;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .primary-white {
    color: #fff;
  }
  .trust-box {
    background-color: #292A50;
    border-radius: 24px;
    padding: 50px 40px 40px;
  }
  .trust-heading {
    font-size: 24px;
    font-weight: 600;
    color: #F4F7FF;
    margin-bottom: 15px;
  }
  .trust-text {
    font-size: 14px;
    font-weight: 400;
    color: #F4F7FF;
    margin-bottom: 25px;
  }
  .trust-box img {
    width: auto;
    display: block;
    margin-bottom: 10px;
  }
  .trust-box .btn.btn-primary {
    margin-top: -40px;
  }
  .text-center.btn-wrapper {
    justify-content: center;
    display: flex;
    margin-top: 50px;
  }
  .people-nav button,
  .trust-nav button {
    border: none;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .trust-nav button {
    background-color: #0A0B21;
  }
  .people-nav button {
    background-color: #FFFFFF;
  }
  .people-nav button.people-next img,
  .trust-nav button.trust-next img {
    transform: rotateZ(180deg);
  }
  .people-nav button img {
    filter: invert(1);
  }
  .trust-nav,
  .people-nav {
    display: flex;
    gap: 0 7px;
    margin-bottom: 45px;
  }
  .provide-icon {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    background-color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 5px;
    min-width: 38px;
  }
  .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;
  }
  .cn {
    background-color: #60C753;
  }
  .mu {
    background-color: #FF8D33;
  }
  .ot {
    background-color: #1550EC;
  }
  #need {
    padding-top: 80px;
  }
  #need .nav.nav-tabs {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    border: none;
    margin-bottom: 40px;
    gap: 0 7px;
  }
  #need .nav.nav-tabs:before,#need .nav.nav-tabs:after {
    display: none;
  }
  #need .nav.nav-tabs li {
    margin-bottom: 0;
    flex: 1;
  }
  #need .nav.nav-tabs > li > a {
    background-color: #F4F7FF;
    border-radius: 14px;
    padding: 4px;
    border: 1px solid RGBA(21, 80, 236, 0.10);
    font-size: 16px;
    font-weight: 500;
    color: #0C0C0C;
  }
  #need .nav.nav-tabs > li.active > a, 
  #need .nav.nav-tabs > li.active > a:hover, 
  #need .nav.nav-tabs > li.focus > a {
    background-color: #fff;
    border-color: #fff;
    filter: drop-shadow(0 11px 20px rgba(0, 0, 0, 0.25));
  }
  #need .nav.nav-tabs > li > a .tab-inner {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 12px 20px;
  }
  #need .nav.nav-tabs > li > a .provide-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 14px;
  }
  .need-wrapper {
    background-color: RGBA(255, 255, 255, 0.34);
    border-radius: 34px;
    padding: 24px;
    border: 1px solid RGBA(21, 80, 236, 0.10);
  }
  .need-wrapper-inner {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 0fr;
    border-radius: 24px;
    padding: 44px;
    gap: 0 30px;
  }
  .need-left {
    display: inline-flex;
    height: 100%;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }
  .need-wrapper h3 {
    font-size: 34px;
    color: #010219;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .need-wrapper p {
    font-size: 14px;
    color: #484D7B;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .btn.btn-primary.btn-tab {
    background-color: #010219;
    border-color: #010219;
    max-width: 244px;
  }
  .client-satisfication {
    background-color: #1550EC;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    margin-top: 50px;
  }
  .client-heading {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 1px 1.6px rgba(0, 0, 0, 0.33);
    margin-bottom: 9px;
  }
  .client-content {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
  }
  .client-inner {
    position: relative;
  }
  .client-inner:before {
    content: '';
    width: 449px;
    height: 228px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    display: block;
    filter: blur(257.7px);
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .client-inner:after {
    content: '';
    width: 632px;
    height: 161px;
    background-image: url(https://storage.perfectcdn.com/lmbabi/pyxhhi1amq3ypoxp.png);
    display: block;
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .people-img img {
    width: 100%;
  }
  .people-review-box {
    position: relative;
  }
  .people-name {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
  }
  .people-box-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
  }
  .people-box-icon svg {
    width: 66px;
  }
  .people-img {
    position: relative;
  }
  .people-img:before {
    content: '';
    background: linear-gradient(0deg, #17191F 0%,#17191F00 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  .people-nav {
    margin-bottom: 0;
    margin-top: 45px;
    justify-content: center;
  }
  #people .primary-text {
    margin-bottom: 56px;
  }
  #people {
    padding-top: 120px;
  }
  #advantage {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #advantage img {
    width: 100%;
  }
  #advantage .primary-text {
    font-weight: 400;
    margin-bottom: 20px;
  }
  #advantage .btn.btn-secondary {
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    color: #1A54EC;
  }
  #advantage .btn.btn-secondary svg {
    margin-right: 10px;
  }
  .advantage-list {
    padding: 15px 0;
    margin-bottom: 0;
    display: flex;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    flex-wrap: wrap;
    list-style: none;
  }
  .advantage-list li {
    max-width: 50%;
    padding-right: 60px;
    position: relative;
  }
  .advantage-heading {
    font-size: 40px;
    font-weight: 500;
    color: #010219;
    display: flex;
    align-items: center;
  }
  .advantage-heading span {
    font-size: 14px;
    font-weight: 400;
    color: #484D7B;
    display: inline-block;
    width: 80px;
    margin-left: 10px;
  }
  .advantage-text {
    font-size: 12px;
    font-weight: 400;
    color: #484D7B;
  }
  .advantage-list li:nth-child(1):after,.advantage-list li:nth-child(3):after {
    content: '';
    height: 45px;
    width: 1px;
    background-color: #DEDEDE;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .advantage-list li:nth-child(1),.advantage-list li:nth-child(2) {
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
  }
  .advantage-list li:nth-child(3), .advantage-list li:nth-child(4) {
    padding-top: 20px;
  }
  #advantage .btn-group {
    margin-bottom: 30px;
  }
  #easy-path {
    background-color: #ffff;
    padding: 70px 0 80px;
    border-top: 1px solid #DEDEDE;
  }
  #easy-path .primary-text {
    margin-bottom: 45px;
  }
  .easy-path-wrapper {
    display: flex;
    gap: 0 20px;
  }
  .easy-path-wrapper > div {
    flex: 0 0 1;
  }
  .easy-path-box {
    background-color: #F4F7FF;
    border-radius: 20px;
    padding: 25px 20px;
    min-height: 333px;
  }
  .easy-path-icon-box {
    background-color: #0C0D23;
    width: 48px;
    height: 48px;
    border: 2px solid #424242;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .easy-path-heading {
    font-size: 18px;
    font-weight: 500;
    color: #010219;
    margin-bottom: 4px;
  }
  .easy-path-text {
    font-size: 14px;
    font-weight: 400;
    color: #484D7B;
  }
  .easy-path-box .btn.btn-primary.btn-block {
    text-align: center;
    justify-content: center;
    margin-top: 30px;
  }
  .easy-path-image-box {
    margin-bottom: 15px;
  }
  .quality-box {
    background-color: #80AFFF;
    border-radius: 24px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
  }
  .quality-box-inner {
    position: relative;
  }
  .quality-box-inner:before {
    content: '';
    width: 449px;
    height: 228px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    display: block;
    filter: blur(257.7px);
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .quality-box-inner:after {
    content: '';
    width: 632px;
    height: 161px;
    background-image: url(https://storage.perfectcdn.com/lmbabi/pyxhhi1amq3ypoxp.png);
    display: block;
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .quality-box::before, 
  .quality-box:after,
  .help-box::before, 
  .help-box:after{
    content: '';
    position: absolute;
  }
  .quality-box:before,
  .help-box:before {
    background-image: url(https://storage.perfectcdn.com/lmbabi/uzxawd29oryx3wgz.svg);
    transform: rotateZ(90deg);
    background-size: 100% 100%;
    top: auto;
    bottom: 12%;
    width: 25px;
    height: 22px;
    left: -1px;
  }
  .quality-box:after,
  .help-box:after {
    background-image: url(https://storage.perfectcdn.com/lmbabi/uac687stf4zst7hd.svg);
    bottom: auto;
    top: 15%;
    width: 48px;
    height: 20px;
    right: -14px;
    transform: rotateZ(90deg);
    background-size: 100% 100%;
  }
  .quality-heading {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    /*! margin-bottom: 5px; */
  }
  .quality-text {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 2px;
  }
  #results {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .results-wrapper {
    background-color: #1877F2;
    border-radius: 34px;
    position: relative;
    padding: 14px 14px 0;
  }
  .results-wrapper:before,
  .results-wrapper:after {
    content: '';
    position: absolute;
  }
  .results-wrapper:after {
    background-image: url(https://storage.perfectcdn.com/lmbabi/uac687stf4zst7hd.svg);
    right: -24px;
    top: 20%;
    width: 95px;
    height: 50px;
    transform: rotateZ(90deg);
    background-size: 100% 100%;
  }
  .results-wrapper:before {
    background-image: url(https://storage.perfectcdn.com/lmbabi/uzxawd29oryx3wgz.svg);
    width: 43px;
    height: 59px;
    transform: rotateZ(90deg);
    left: -1px;
    bottom: 20%;
    background-size: 100% 100%;
  }
  .results-wraper-inner {
    position: relative;
    padding: 45px 50px 0;
    background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.22) 72%);
    border-radius: 24px;
  }
  .results-wraper-inner:after {
    content: '';
    width: 100%;
    height: 371px;
    background-image: url(https://storage.perfectcdn.com/lmbabi/pyxhhi1amq3ypoxp.png);
    display: block;
    position: absolute;
    top: 204px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .results-wraper-inner:before {
    content: '';
    width: 449px;
    height: 228px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    display: block;
    filter: blur(257.7px);
    position: absolute;
    top: 40%;
    right: 100px;
    margin: auto;
    transform: translateY(-40%);
  }
  .results-wrapper .primary-heading {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .results-wrapper .primary-text {
    margin-bottom: 30px;
  }
  .social-content-tags nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .social-content-tags nav span {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px 15px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  .results-wraper-inner > .row {
    display: flex;
    position: relative;
    z-index: 1;
  }
  .results-wrapper-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .results-wrapper .btn.btn-secondary.btn-block {
    background-color: #010219;
    border-color: #010219;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .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: -60px;
    right: 45%;
  }
  .em-list li img {
    margin-right: 4px;
  }
  .em-list li:nth-child(2) {
    top: 54px;
    transform: rotateZ(10deg);
    left: 280px;
  }
  .em-list li:last-child {
    bottom: 0;
    right: 275px;
    transform: rotateZ(-10deg);
  }
  #customers {
    padding-top: 50px;
  }
  .primary-heading.extra-miles {
    position: relative;
    margin-bottom: 50px;
  }
  .customer-box {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
  }
  .customer-pic {
    margin-bottom: 12px;
  }
  .customer-name {
    font-size: 20px;
    font-weight: 600;
    color: #010219;
    margin-bottom: 5px;
  }
  .customer-location {
    font-size: 14px;
    font-weight: 500;
    color: #484D7B;
    margin-bottom: 8px;
  }
  .customer-rating {
    border-bottom: 1px solid #DEDEDE;
    width: 60%;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .customer-saying {
    font-size: 14px;
    font-weight: 500;
    color: #484D7B;
    text-align: center;
    font-style: italic;
    line-height: 23px;
  }
  .customer-nav {
    display: flex;
    gap: 0 7px;
    margin-top: 45px;
    justify-content: center;
  }
  .customer-nav button {
    border: none;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }
  .customer-nav button img {
    filter: invert(1);
  }
  .customer-nav button:last-child img {
    transform: rotateZ(180deg);
  }
  #questions {
    padding-top: 120px;
  }
  .help-box {
    padding: 14px;
    background-color: #010219;
    border-radius: 26px;
    margin-bottom: 15px;
    position: relative;
  }
  .help-box-inner {
    padding: 0;
    background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.22) 100%);
    border-radius: 20px;
    position: relative;
    height: 100%;
  }
  .help-box-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    z-index: 1;
    padding: 26px 25px 20px;
  }
  .help-box-inner:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(0deg,RGBA(255, 255, 255, 0),#FFFFFF38);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: add, add;
    mask-composite: exclude;
  }
  .help-box-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .help-box-content p {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 28px;
  }
  .help-bottom {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 12px;
  }
  .help-bottom-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .help-bottom-list .help-icon {
    width: 36px;
    height: 36px;
    background-color: #1877F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 7px;
  }
  .help-bottom-list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    background-color: #F4F7FF;
    border-radius: 12px;
    padding: 7px;
  }
  .help-bottom-list li a {
    color: #484D7B;
  }
  .help-bottom-list li:last-child {
    margin-bottom: 0;
  }
  .help-box-content .btn.btn-secondary {
    border-radius: 12px;
    background-color: #1877F2;
    color: #fff;
    border-color: #1877F2;
  }
  .help-bottom-list .help-icon img {
    filter: invert(1);
  }
  .help-bottom-list strong {
    color: #010219;
  }
  .panel-default > .panel-heading {
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    background-color: #1877F2;
    border-radius: 16px;
    padding: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 12px;
  }
  .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
  }
  .panel-title a {
    font-size: 16px;
    font-weight: 500;
    height: 64px;
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 20px 30px 20px 52px;
    position: relative;
    justify-content: space-between;
  }
  .panel-title a {
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 16px;
    color: #010219;
  }
  .panel-group .panel + .panel {
    margin-top: 20px;
  }
  .panel-title a:after {
    content: "\f056";
    color: #1877f2;
    font-size: 18px;
    font-weight: 500;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .panel-title a.collapsed::after {
    content: "\f055";
  }
  #payments {
    padding-top: 120px;
  }
  #payments .primary-heading {
    margin-bottom: 45px;
  }
  .payments-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 170px);
    gap: 13px;
    justify-content: center;
    justify-items: center;
    align-items: center;
  }
  .payments-list > li {
    background-color: #FFFFFF;
    border-radius: 14px;
    height: 91px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(3px 11px 25px RGBA(138, 138, 170, 0.19));
  }
  .trusted-wrap.trusted-wrapper {
    background-color: #010219;
    justify-content: space-around;
    max-width: 400px;
    margin: 40px auto 0;
    border-radius: 70px;
    padding: 17px 25px;
    align-items: center;
  }
  .rating-ratio {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 4px;
  }
  .trusted-wrapper .trusted-partners {
    color: #FFFFFF;
  }
  .trusted-wrapper .trusted-pics {
    margin-bottom: 0;
  }
  .trusted-wrapper .stars {
    color: #FFAB24;
  }
  #ready-grow {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ready-grow-wrapper {
    background-color: #010219;
    border-radius: 50px;
    padding: 70px 50px 0;
    position: relative;
    overflow: hidden;
  }
  .ready-grow-wrapper:before,.ready-grow-wrapper:after {
    content: '';
    position: absolute;
    background-image: url(https://storage.perfectcdn.com/lmbabi/wslll8qei7d30x29.png);
    width: 294px;
    height: 70px;
    background-size: 100% 100%;
  }
  .ready-grow-wrapper::before {
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ready-grow-wrapper::after {
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotateZ(180deg);
  }
  .ready-grow-sub-heading {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .ready-grow-heading {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .ready-grow-content {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .ready-grow-wrapper .col-sm-6:nth-child(2) {
    padding-left: 50px;
  }
  .ready-grow-wrapper-inner{
    position: relative;
  }
  .ready-grow-wrapper-inner:before,
  .ready-grow-wrapper-inner:after {
    content: '';
    position: absolute;
    display: block;
  }
  .ready-grow-wrapper-inner:after {
    width: 100%;
    height: 371px;
    background-image: url(https://storage.perfectcdn.com/lmbabi/pyxhhi1amq3ypoxp.png);
    top: 204px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ready-grow-wrapper-inner:before {
    width: 569px;
    height: 258px;
    border-radius: 100%;
    background-color: RGBA(21, 80, 236, 0.7);
    filter: blur(257.7px);
    top: 80%;
    left: -50px;
    margin: auto;
    transform: translateY(-80%);
  }
  footer {
    background-color: #1877f2;
    border-radius: 50px 50px 0 0;
    padding-top: 70px;
  }
  .footer-brand {
    font-size: 34px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
  }
  footer p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 42px;
  }
  .widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .social-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0 6px;
  }
  .social-links li >a {
    display: flex;
    width: 48px;
    height: 48px;
    background-color: #010219;
    text-decoration: none;
    border-radius: 18px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
  }
  .footer-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px 0;
  }
  .footer-menu li > a {
    font-size: 16px;
    font-weight: 400;
    color: RGBA(255, 255, 255, 0.64);
    text-decoration: none;
  }
  .footer-copyright-text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 22px 0;
    border-top: 1px solid RGBA(255, 255, 255, 0.21);
  }
  .footer-top {
    padding-bottom: 70px;
  }
  
  /*DASHBOARD*/
  body.daymode {
    background-color: #F4F7FF;
  }
  .show-more-btn.btn.btn-primary > span {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 12px;
    justify-content: center;
  }
  .show-more-btn.btn.btn-primary > span:before {
    border-radius: 12px;
  }
  .btn.btn-primary.btn-block.show-more-btn {
    border-radius: 14px;
  }
  .remaining-menus {
    overflow: hidden;
    max-height: 0;
    transition: max-height .35s ease;
  }
  .remaining-menus.open {
    max-height: 1000px;
  }
  .app-main {
    position: relative;
  }
  .app-sidebar-wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 14;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  .ar .app-sidebar-wrap {
    left: auto;
    right: 0;
  }
  .app-main-outer {
    flex: 1;
    flex-direction: column;
    display: flex;
    z-index: 12;
    padding: 0px 20px 0 calc((15px) + 0px);
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  .app-main-inner {
    min-height: 93vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .app-sidebar {
    width: 0;
    min-width: 0;
    flex: 0 0 0;
    display: flex;
    height: 100%;
    flex-direction: column;
    border-radius: 0;
    border-right: 1px solid RGBA(72, 77, 123, 0.28);
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    transition: all .2s;
    z-index: 11;
  }
  
  @media (min-width: 1140px) {
    .app-main-outer {
      padding: 0px 0 0 270px;
    }
    .ar .app-main-outer {
      padding: 0 270px 0 0;
    }
    .app-sidebar {
      width: 270px;
      min-width: 270px;
      flex: 0 0 270px;
    }
  }
  .app-inner-layout-page {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    flex-grow: 1;
  }
  .app-brand-wrap {
    padding: 11px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .app-brand-wrap .app-logo-brand {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: #010219;
    text-decoration: none;
    line-height: 45px;
  }
  .app-logo-brand img,
  .app-logo-brand svg{
    width: 168px;
    height: 43px;
  }
  .app-hamburger,
  .mobile-hamburger {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    gap: 4px 0;
    background-color: transparent;
  }
  .app-hamburger span,
  .mobile-hamburger span {
    height: 2px;
    background-color: #FFFFFF;
    width: 18px;
  }
  .app-hamburger span:nth-child(2), .mobile-hamburger span:nth-child(2) {
    width: 14px;
  }
  .mobile-hamburger span {
    background: #FFFFFF;
  }
  .app-sidebar-menu-wrap {
    padding: 0 20px 20px;
    overflow-y: auto;
  }
  .vertical-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .vertical-nav-menu li > a {
    background-color: #FFFFFF;
    display: flex;
    padding: 14px 19px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #484D7B;
    text-decoration: none;
    align-items: center;
    transition: all .3s ease;
    position: relative;
  }
  .vertical-nav-menu li > a > span {
    display: flex;
    align-items: center;
  }
  .vertical-nav-menu li.active > a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-image: url(https://storage.perfectcdn.com/lmbabi/6fn1y4l15s90jd2z.png);
    width: 10px;
    height: 10px;
  }
  .inner-menu-text .badge {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    font-weight: 500;
    background-color: #fdf001 !important;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
  }
  .sec_menu_side {
    border: 1px solid #EAE5D6;
    border-radius: 12px;
    margin-top: 10px;
  }
  .sec_m_s_tit {
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fdf9ec;
    border-radius: 12px 12px 0 0;
  }
  .sec_menu_side .vertical-nav-menu {
    padding: 0 10px 10px;
  }
  .nightmode .sec_m_s_tit {
    background-color: #262626;
    color: #FFFFFF;
  }
  .nightmode .sec_menu_side {
    border-color: #3C3C3C;
  }
  .ar .inner-menu-text .badge {
    left: auto;
    right: 0;
  }
  .vertical-nav-menu li > a:hover {
    background-color: #F4F7FF;
    color: #010219;
  }
  .vertical-nav-menu li.active > a {
    background-color: #1877F2;
    color: #FFFFFF;
  }
  .vertical-nav-menu li > a .nav-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all .3s ease;
  }
  .ar .vertical-nav-menu li > a .nav-icon {
    margin-right: 0;
    margin-left: 10px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon {
    margin: 0;
  }
  .menu-icon,
  .sun-icon, .moon-icon,
  .util-button i, .setting-button i,
  .mode-wrapper .toggle-wrapper {
    display: block;
    background-image: url(https://res.cloudinary.com/paaxapvg/image/upload/v1765897527/qj3gyu9acmmibsmt_zypo7q.png);
    background-repeat: no-repeat;
    transition: all .3s ease;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon {
    display: block;
    background-image: url(https://storage.perfectcdn.com/lmbabi/cjptogpbn801n3he.png);
    background-repeat: no-repeat;
    transition: all .3s ease;
  }
  .mode-wrapper .toggle-wrapper {
    background-position: 0 -80px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon {
    width: 24px;
    height: 24px;
    background-size: 422px 72px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-new-order {
    background-position: 0 0;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-mass-order {
    background-position: -25px 0px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-services {
    background-position: -75px 0;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-orders {
    background-position: -49px 0px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-subscriptions {
    background-position: -269px 0;
    width: 22px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-drip-feed {
    background-position: -221px 0;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-refill {
    background-position: -290px 0;
    width: 21px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-add-funds {
    background-position: -312px 0px;
    width: 22px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-tickets {
    background-position: -378px 0px;
    width: 22px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-child-panel {
    background-position: -357px 0;
    width: 20px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-affiliate {
    background-position: -174px 0;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-giveaway {
    background-position: -160px 0;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-api {
    background-position: -334px 0px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-updates {
    background-position: -400px 0px;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-dashboard {
    background-position: -185px 0;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-notifications {
    background-position: -211px 0;
  }
  .vertical-nav-menu li > a .nav-icon .navbar-icon.navbar-refund {
    background-position: -246px 1px;
    width: 22px;
  }
  .vertical-nav-menu li > a:hover .nav-icon .navbar-icon {
    background-position-y: -24px;
  }
  .vertical-nav-menu li.active > a .nav-icon .navbar-icon {
    background-position-y: -49px;
  }
  .app-header {
    background-color: #FFFFFF;
    border-radius: 0;
    padding: 10px 25px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid RGBA(72, 77, 123, 0.28);
  }
  .app-header-left {
    display: flex;
    align-items: center;
  }
  .app-brand-header-wrap {
    display: none;
    align-items: center;
    margin-right: 20px;
    padding-top: 9px;
    border-right: 1px solid #EAE5D6;
    padding-bottom: 9px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-right: 20px;
  }
  .ar .app-brand-header-wrap {
    padding-right: 0;
    padding-left: 20px;
    margin-right: 0;
    margin-left: 20px;
    border-right: none;
    border-left: 1px solid #EAE5D6;
  }
  .nightmode .app-brand-header-wrap {
    border-color: #252525;
  }
  .app-brand-header-wrap .app-brand {
    margin-right: 20px;
  }
  .ar .app-brand-header-wrap .app-brand {
    margin-left: 20px;
    margin-right: 0;
  }
  .app-funds-inquiry-wrap {
    border-radius: 25px;
    width: 100%;
    padding: 15px;
    background-color: #010219;
    display: flex;
    align-items: center;
  }
  .app-funds-inquiry-left {
    width: 48px;
    height: 48px;
    background-color: #FFF;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .funds-heading {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 0;
  }
  .user-funds {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
  }
  .user-funds svg {
    height: 10px;
    width: 18px;
    line-height: 1px;
    vertical-align: middle;
  }
  .user-funds svg path {
    fill: #ffffff;
  }
  .app-funds-inquiry-wrap-outer {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-top: 23px;
  }
  .app-menu-title {
    font-size: 14px;
    font-weight: 500;
    color: #010219;
    margin-bottom: 13px;
  }
  .left-stats {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0 10px;
  }
  .left-stats svg path {
    fill: rgba(0, 0, 0, 0.38);
  }
  .left-stats svg {
    height: 12px;
    width: 14px;
  }
  .left-stats li {
    font-size: 14px;
    font-weight: 500;
    color: #010219;
    position: relative;
    background-color: #F4F7FF;
    padding: 7px 7px 7px 15px;
    display: flex;
    align-items: center;
    border-radius: 14px;
  }
  .left-stats li span {
    background-color: #1877F2;
    min-width: 83px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    margin-left: 8px;
  }
  .app-header-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0 5px;
  }
  .mode-button {
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sun-icon,.moon-icon {
    width: 24px;
    height: 24px;
  }
  .sun-icon {
    background-position: -400px 0;
    background-size: 424px 30px;
  }
  .moon-icon {
    background-position: -381px 0;
    background-size: 425px 30px;
    width: 20px;
    height: 20px;
  }
  .toggle-wrapper {
    width: 38px;
    border: 1px solid #EAE5D6;
    background-color: #FDF9EC;
    height: 18px;
    border-radius: 16px;
    margin: 0 12px;
    position: relative;
  }
  .toggle-button {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
    justify-content: center;
    align-items: center;
  }
  .mode-wrapper {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  .ar .mode-wrapper {
    margin-left: 20px;
    margin-right: 0;
  }
  .toggle-button i {
    width: 14px;
    height: 14px;
    background-color: #DDD8C7;
    display: block;
    border-radius: 30px;
  }
  .dm .toggle-button {
    left: -5px;
    right: auto;
  }
  .nm .toggle-button {
    left: auto;
    right: -5px;
  }
  .util-button, .setting-button {
    width: 48px;
    height: 48px;
    background-color: #F4F7FF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .util-button .menu-icon,
  .setting-button .menu-icon {
    display: block;
  }
  .util-button .menu-icon.icon-world {
    /*background-position: -226px 0;
    background-size: 394px 30px;
    width: 20px;
    height: 20px;*/
    background-position: -399px 0;
    background-size: 696px 48px;
    width: 41px;
    height: 33px;
  }
  .setting-button .menu-icon.icon-setting {
    background-position: -277px 0;
    background-size: 410px 30px;
    width: 22px;
    height: 22px;
  }
  .menu-user-account {
    display: flex;
    align-items: center;
    margin-left: 10px;
    text-decoration: none;
  }
  .ar .menu-user-account {
    margin-left: 0;
    margin-right: 10px;
  }
  .menu-user-account:hover,
  .menu-user-account:active,
  .menu-user-account:focus {
    text-decoration: none;
  }
  .menu-user-account-profile-pic,
  .profile-pic {
    background-image: url(https://storage.perfectcdn.com/lmbabi/qrr77fpck7ol10rd.png);
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .menu-user-account-profile-pic-wrapper {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
  }
  .ar .menu-user-account-profile-pic-wrapper {
    margin-left: 0;
    margin-right: 10px;
  }
  .menu-user-account-name {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  .menu-user-account-status {
    width: 15px;
    height: 15px;
    background-color: RGBA(7, 171, 32, 0.19);
    border-radius: 10px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-user-account-status i {
    width: 9px;
    height: 9px;
    border-radius: inherit;
    background-color: #07AB20;
  }
  .menu-user-account-status-wrapper {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
  }
  .menu-user-logout {
    background: #010219;
    border: none;
    border-radius: 15px;
    padding: 2px 15px;
    text-shadow: none;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    height: 46px;
    display: flex;
    align-items: center;
    font-weight: 400;
  }
  .menu-user-logout img {
    margin-left: 7px;
  }
  .menu-user-logout:hover,.menu-user-logout:focus,.menu-user-logout:active {
    text-decoration: none;
    color: #fff;
  }
  .ar .menu-icon.icon-logout {
    transform: rotateY(180deg);
    margin-right: 0;
    margin-left: 5px;
  }
  .menu-user-logout-content {
    display: flex;
    align-items: center;
  }
  .active .app-sidebar {
    width: 0;
    min-width: 0;
    overflow: hidden;
  }
  .active .app-main-outer {
    padding: 0;
  }
  .active .app-brand-header-wrap {
    display: flex;
  }
  .app-extra-sidebar {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
  }
  .ar .app-extra-sidebar {
    right: auto;
    left: -320px;
  }
  .app-extra-sidebar.active {
    right: 0;
  }
  .ar .app-extra-sidebar.active {
    right: auto;
    left: 0;
  }
  .no-scroll {
    overflow: hidden;
  }
  .close-siderbar {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    margin-left: auto;
  }
  .extra-feature-heading {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 13px;
  }
  .extra-feature-icon {
    width: 26px;
    height: 26px;
    background-color: #000;
    border-radius: 8px;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ar .extra-feature-icon {
    margin-right: 0;
    margin-left: 5px;
  }
  .languages-list,.currencies-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .languages-list li > a, .currencies-list li > a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: flex;
    padding: 7px 20px;
    background-color: #FDF9EC;
    border: 1px solid #EAE5D6;
    border-radius: 10px;
  }
  .app-inner-footer {
    padding: 0px 25px;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 25px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .app-inner-footer-content {
    background-color: #000;
    border-radius: 16px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }
  .mid-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 0 10px;
  }
  .mid-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
  }
  .mid-menu li a:hover,
  .mid-menu li a:focus,
  .mid-menu li a:active {
    text-decoration: none;
    color: #ffffff;
  }
  .copyright {
    color: #ffffff;
    font-weight: 500;
  }
  .app-inner-footer .logo svg {
    width: 212px;
  }
  /*Darkmode*/
  body.nightmode {
    background-color: #303030;
  }
  .nightmode .app-logo-brand svg path.change_me {
    fill: #FFFFFF;
  }
  .nightmode .user-funds svg path {
    fill: #000000;
  }
  .nightmode .app-header {
    background-color: #141414;
    border-bottom-color: #252525;
  }
  .nightmode .left-stats li {
    color: #FFFFFF;
  }
  .nightmode .left-stats li strong {
    color: #fdf007;
  }
  .nightmode .left-stats li:nth-child(2) {
    border-left-color: #252525;
    border-right-color: #252525;
  }
  .nightmode .sun-icon, .nightmode .moon-icon {
    filter: invert(1);
  }
  .nightmode .toggle-wrapper {
    background-color: #141414;
    border-color: #252525;
  }
  .nightmode .toggle-button {
    background-color: #FDF001;
  }
  .nightmode .toggle-button i {
    background-color: #0C0C0C;
  }
  .nightmode .util-button, .nightmode .setting-button {
    background-color: #141414;
    border-color: #252525;
  }
  .nightmode .util-button .menu-icon.icon-world {
    /*background-position: -246px 0;*/
    background-position: -434px 0;
  }
  .nightmode .setting-button .menu-icon.icon-setting {
    background-position: -299px 0;
  }
  .nightmode .menu-user-account-name {
    color: #FFFFFF;
  }
  .nightmode .menu-user-account-status-wrapper {
    color: #969696;
  }
  .nightmode .menu-user-account-profile-pic-wrapper {
    border-color: #252525;
  }
  .nightmode .menu-user-logout {
    background-color: #FDF001;
    color: #000000;
  }
  .nightmode .menu-user-logout-inner:before {
    background: linear-gradient(0deg,RGBA(255, 255, 255, 0),RGBA(255, 255, 255, 0.48));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: exclude;
  }
  .nightmode .menu-icon.icon-logout {
    background-position: -327px 0;
  }
  .nightmode .app-sidebar {
    background-color: #141414;
    border-color: #252525;
  }
  .nightmode .app-brand-wrap {
    border-bottom-color: #252525;
  }
  .nightmode .app-hamburger span, 
  .nightmode .mobile-hamburger span {
    background-color: #fff;
  }
  .nightmode .app-menu-title {
    color: #969696;
  }
  .nightmode .vertical-nav-menu li > a {
    background-color: #141414;
    color: #FFFFFF;
  }
  .nightmode .vertical-nav-menu li.active > a {
    background-color: #FDF007;
    color: #000000;
  }
  .nightmode .vertical-nav-menu li > a:hover{
    background-color: #FDF007;
    color: #000000;
  }
  .nightmode .vertical-nav-menu li > a .nav-icon {
    background-color: #262626;
    border-color: #3C3C3C;
  }
  .nightmode .vertical-nav-menu li.active > a .nav-icon {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  .nightmode .vertical-nav-menu li > a .nav-icon .navbar-icon{
    background-position-y: -15px !important;
  }
  .nightmode .vertical-nav-menu li.active > a .nav-icon .navbar-icon, 
  .nightmode .vertical-nav-menu li > a:hover .nav-icon .navbar-icon {
    background-position-y: 0 !important;
  }
  .nightmode .vertical-nav-menu li > a:hover .nav-icon {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  .nightmode .app-funds-inquiry-wrap {
    background-color: #FDF23E;
  }
  .nightmode .app-funds-inquiry-wrap-inner:before {
    background: linear-gradient(0deg,RGBA(255, 255, 255, 0),RGB(255, 255, 255));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: exclude;
  }
  .nightmode .funds-heading,
  .nightmode .user-funds {
    color: #000000;
  }
  .nightmode .left-stats svg path {
    fill: rgba(255, 255, 255, 0.38);
  }
  .mobile-item {
    display: none;
  }
  @media(max-width:550px){
    .left-stats,
    .app-header-menu > li:nth-child(3),
    .menu-logout-text,
    .app-brand-header-wrap .app-hamburger,
    .desktop-item.ex0{
      display: none;
    }
    .app-inner-layout-page {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
    }
    .menu-icon.icon-logout {
      margin-right: 0;
    }
    .menu-user-logout-inner {
      min-width: 42px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .app-main-outer {
      padding: 0;
    }
    .app-header {
      padding: 10px 10px 10px 10px;
    }
    .app-brand-header-wrap {
      display: flex;
      margin-right: 0;
      padding-right: 10px;
      padding-top: 18px;
      padding-bottom: 18px;
    }
    .app-brand-header-wrap .app-brand {
      margin-right: 0;
    }
    .app-logo-brand img, 
    .app-logo-brand svg {
      width: 114px;
    }
    .app-sidebar .app-logo-brand svg, 
    .app-sidebar .app-logo-brand img {
      width: 162px;
    }
    .mobile-item {
      display: inline-flex;
    }
    .dropdown-toggle.menu-user-account {
      padding: 0;
      border: none;
      background-color: transparent;
      margin-left: 0;
    }
    .menu-user-account-profile-pic-wrapper {
      margin: 0;
    }
    .mode-wrapper {
      margin-right: 0;
    }
    .app-header-menu .app-hamburger {
      background-color: #1877f2;
      width: 46px;
      height: 46px;
      border-radius: 16px;
      padding: 2px;
    }
    .app-header-menu .app-hamburger-inner {
      padding: 12px;
      height: 100%;
      background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.36) 100%);
      border-radius: 12px;
      position: relative;
      display: flex;
      justify-content: center;
      width: 100%;
      flex-direction: column;
      gap: 4px 0;
      align-items: flex-end;
    }
    .app-header-menu .app-hamburger-inner:before {
      background: linear-gradient(0deg,RGBA(255, 255, 255, 0),RGBA(255, 255, 255, 0.48));
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask-composite: add, add;
      mask-composite: exclude;
    }
    .app-inner-footer{
      padding: 0px 15px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .app-inner-footer-content {
      flex-wrap: wrap;
      padding: 10px 10px;
    }
    .app-inner-footer-content .logo,.app-inner-footer-content .mid-menu {
      flex: 1 1 50%;
    }
    .app-inner-footer-content .copyright {
      flex: 1 1 100%;
      text-align: center;
      font-size: 12px;
    }
    .app-inner-footer-content .logo {
      flex: 1 1 15%;
    }
    .app-inner-footer .logo svg {
      width: 110px;
    }
    .mid-menu {
      justify-content: flex-end;
    }
    .mid-menu li a {
      font-size: 12px;
    }
    .active .app-sidebar {
      width: 270px;
      min-width: 270px;
      flex: 0 0 270px;
    }
    .app-brand-wrap {
      padding: 15px;
    }
    .app-funds-inquiry-wrap-outer {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 10px;
      padding-top: 10px;
    }
    .app-funds-inquiry-wrap-content {
      padding: 10px;
    }
    .funds-heading {
      font-size: 12px;
      margin-bottom: 0;
    }
    .user-funds {
      font-size: 14px;
    }
    .app-menu-title {
      font-size: 10px;
      margin-bottom: 5px;
    }
    .app-sidebar-menu-wrap {
      padding: 0 15px 20px;
    }
    .profile_img_wrapper {
      width: 52px;
      height: 52px;
      background-color: #000;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      min-width: 52px;
      margin-right: 5px;
    }
    .ar .profile_img_wrapper {
      margin-right: 0;
      margin-left: 5px;
    }
    .profile_img_wrapper::before {
      content: '';
      width: 32px;
      height: 32px;
      background-color: #fdf001;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50px;
      filter: blur(15px);
      z-index: 0;
    }
    .profile-pic.m {
      background-position: 2px 4px;
      background-size: 104px 53px;
    }
    .profile-pic.f {
      background-position: -50px 4px;
      background-size: 105px 48px;
    }
  
    .mobile-item .dropdown-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,.5);
      z-index: 5000;
      opacity: 1;
    }
    .profile-dropdown .dropdown-menu {
      min-width: 240px;
      border-color: #dfdfdf;
      border-radius: 10px;
      width: calc(100% - 10px) !important;
      max-width: 400px;
      z-index: 5005;
      float: none !important;
      position: fixed;
      top: initial !important;
      bottom: 10px;
      left: 50%;
      right: initial;
      transform: translateX(-50%);
      max-height: 400px;
      background-color: #fff;
    }
    .profile-dropdown.open .dropdown-menu {
      animation: dropdownOpenMobile .2s ease;
    }
    .profile-dropdown .dropdown-menu > li > a {
      font-size: 14px;
      font-weight: 400;
      color: #000;
      padding: 10px 10px;
    }
    .mobile-item .dropdown-menu > li > a {
      padding: 12px 16px;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
    }
    .profile-dropdown .dropdown-menu > li > a .dropdown-menu-icon {
      margin-right: 10px;
    }
    .ar .profile-dropdown .dropdown-menu > li > a .dropdown-menu-icon {
      margin-left: 10px;
      margin-right: 0;
    }
    @keyframes dropdownOpenMobile {
      from {
        opacity:0;
        transform:translateY(30px) translateX(-50%)
      }
      to {
        opacity:1;
        transform:translateY(0) translateX(-50%)
      }
    }
    .profile-intro {
      display: flex;
      align-items: center;
      padding: 10px;
      border-bottom: 1px solid #e6e7ec;
    }
    .profile-user-avatar {
      margin-right: 12px;
    }
    .profile-intro img {
      width: 52px;
    }
    .profile-user-info {
      max-width: 150px;
      word-break: break-word;
    }
    .profile-username {
      font-size: 16px;
      color: #000;
      font-weight: 500;
      text-transform: capitalize;
    }
    .profile-useremail {
      font-size: 12px;
      font-weight: 400;
      color: #605f5f;
    }
    .user-balance-mobile {
      padding: 10px 10px;
      font-size: 18px;
      font-weight: 600;
      display: flex;
      align-items: center;
      line-height: 1;
    }
    .user-balance-mobile i {
      margin-right: 4px;
      color: #fff;
      background-color: #1877F2;
      padding: 12px;
      border-radius: 15px;
      font-size: 28px;
    }
    .ar .user-balance-mobile i {
      margin-right: 0;
      margin-left: 4px;
    }
    #comparision {
      padding: 40px 0 40px;
    }
    .compare_table {
      padding: 0 10px;
      margin-top: 40px;
    }
    .compare_table_head_item {
      font-size: 14px;
      padding: 10px 0;
    }
    .compare_table_head_item.active, .compare_table_body_item.active {
      padding-left: 10px;
      padding-right: 10px;
    }
    .compare_table_head_item.active {
      margin-top: -10px;
      padding-top: 20px;
    }
    .compare_table_body_item:last-child, .compare_table_head_item:last-child {
      padding-left: 15px;
    }
    .compare_table_body_item {
      font-size: 12px;
      padding: 10px 0;
    }
    .compare_table_body_item .check::before, .compare_table_body_item .notcheck::before, .compare_table_body_item .issue::before{
      width: 14px;
      height: 14px;
      background-size: 45px 14px;
      top: 0;
      transform: translateY(0);
    }
    .compare_table_body_item .notcheck::before {
      background-position: -15px 0;
    }
    .compare_table_body_item .issue::before {
      background-position: -74px 0;
      width: 15px;
    }
  
  }
  @media(max-width:400px) {
    .mode-button .sun-icon, 
    .mode-button .moon-icon,
    .mode-button .toggle-button {
      display: none;
    }
    .mode-button.toggle {
      width: 46px;
      height: 46px;
      border: 1px solid #EAE5D6;
      background-color: #FDF9EC;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .nightmode .mode-button.toggle {
      background-color: #141414;
      border-color: #252525;
    }
    .mode-wrapper .toggle-wrapper {
      background-size: 424px 30px;
      width: 24px;
      height: 22px;
      border: none;
      background-color: transparent;
      border-radius: 0;
      margin: auto;
    }
    .mode-wrapper .dm .toggle-wrapper {
      background-position: -400px 0;
    }
    .mode-wrapper .nm .toggle-wrapper {
      background-position: -380px 0px;
      background-size: 425px 30px;
      width: 22px;
      height: 20px;
      filter: invert(1) brightness(100%) contrast(100%);
    }
  }
  .welcome-box {
    display: flex;
    background-color: #1877f2;
    border-radius: 20px;
    background-image: url(https://storage.perfectcdn.com/lmbabi/liu3xltkio2pk99g.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .welcome-box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 7px;
  }
  .welcome-box h2 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 9px;
  }
  .welcome-box p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 17px;
  }
  .welcome-box a {
    background-color: #010219;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 14px 22px;
  }
  .welcome-box-left {
    padding: 30px 120px 27px 30px;
  }
  .welcome-box-right img {
    margin-top: -20px;
    margin-right: 30px;
  }
  .stats-wrapper {
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 10px;
    gap: 0 10px;
    margin-bottom: 19px;
    position: relative;
  }
  .stats-box {
    display: flex;
    background-color: #F4F7FF;
    flex: 1;
    flex-direction: column;
    border-radius: 18px;
    padding: 20px;
    position: relative;
  }
  .stats-box-heading {
    font-size: 16px;
    font-weight: 500;
    color: #0B66FF;
    margin-bottom: 8px;
  }
  .stats-box-cont {
    font-size: 30px;
    font-weight: 600;
    color: #010219;
  }
  .stats-box-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .stats-box-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background-color: #1877f2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .stats-box a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    background-color: #1877f2;
    border-radius: 16px;
    padding: 16px 21px;
    text-decoration: none;
  }
  .filter-wrapper {
    background-color: #ffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 19px;
  }
  .filter-wrapper h4 {
    color: #010219;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    align-items: center;
  }
  .hide-filter {
    background-color: #010219;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    border-radius: 10px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    height: 34px;
  }
  .separator {
    background: RGBA(72, 77, 123, 0.28);
    width: 76%;
    height: 1px;
  }
  .hide-filter svg {
    margin-right: 2px;
  }
  .hide-filter svg path{
    fill: #ffffff;
  }
  .filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    margin-top: 20px;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
    gap: 10px;
  }
  .filter-list.open {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
  }
  .filter-list li {
    flex: 1 1 calc(100% / 12 - 10px);
    box-sizing: border-box;
  }
  .filter-list li .brand-category {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .filter-text {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
  }
  .filter-icon {
    width: 86px;
    height: 86px;
    margin-right: 4px;
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    background-color: #1877f2;
    color: #FFFFFF;
    margin-bottom: 12px;
  }
  .brand-category[data-id="instagram"] .filter-icon {
    background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
  }
  .brand-category[data-id="tiktok"] .filter-icon {
    background-color: #000000;
  }
  .brand-category[data-id="youtube"] .filter-icon {
    background-color: #FF0000;
  }
  .brand-category[data-id="twitter"] .filter-icon {
    background-color: #03A9F4;
  }
  .brand-category[data-id="soundcloud"] .filter-icon {
    background-color: #ff5500;
  }
  .brand-category[data-id="pinterest"] .filter-icon {
    background-color: #E60023;
  }
  .brand-category[data-id="spotify"] .filter-icon {
    background-color: #1ED760;
  }
  .brand-category[data-id="snapchat"] .filter-icon {
    background-color: #FFFC00;
    -webkit-text-stroke: 1.5px #000000;
  }
  .brand-category[data-id="threads"] .filter-icon {
    background-color: #000;
  }
  .brand-category[data-id="threads"] .filter-icon svg {
    fill: #fff;
    width: 42px;
  }
  .brand-category[data-id="linkedin"] .filter-icon {
    background-color: #0e76a8;
  }
  .brand-category[data-id="telegram"] .filter-icon {
    background-color: #24A1DE;
  }
  .nav.nav-tabs.well-tabs {
    border: none;
    display: flex;
    margin-bottom: 19px;
    gap: 0 5px;
  }
  .nav.nav-tabs.well-tabs >li>a {
    background-color: #fff;
    border-radius: 16px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #484D7B;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .nav.nav-tabs.well-tabs > li > a .tab-icon {
    width: 24px;
    height: 24px;
    background-image: url(https://storage.perfectcdn.com/lmbabi/wmhinb1nwygff4wy.png);
    background-size: 216px 72px;
    margin-right: 4px;
  }
  .nav.nav-tabs.well-tabs > li > a .tab-icon.massorder-icon {
    background-position: -24px 0px;
  }
  .nav.nav-tabs.well-tabs > li.active > a {
    background-color: #1877f2;
    color: #fff;
  }
  .nav.nav-tabs.well-tabs > li.active > a .tab-icon {
    background-position-y: -48px;
  }
  .nav.nav-tabs.well-tabs:before,.nav.nav-tabs.well-tabs:after {
    display: none;
  }
  .well {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    padding: 30px;
  }
  .well .search-dropdown .input-wrapper .form-control {
    background-color: #F4F7FF;
    border: none;
    box-shadow: none;
    border-radius: 12px;
    height: 44px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .well .search-dropdown .input-wrapper .input-wrapper__prepend, 
  .well .search-dropdown .input-wrapper .input-wrapper__append {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    background-color: #1877f2;
    color: #fff;
    border-radius: 12px;
    height: 44px;
    padding: 10px 20px;
  }
  .well .search-dropdown .input-wrapper .input-wrapper__append {
    background-color: red;
    position: absolute;
    right: 65px;
  }
  .well .search-dropdown .input-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 10px;
  }
  .well-heading {
    font-size: 24px;
    font-weight: 500;
    color: #010219;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .control-label {
    font-size: 14px;
    font-weight: 400;
    color: #484D7B;
    display: block;
  }
  .well .form-control {
    background-color: #F4F7FF;
    border: none;
    box-shadow: none;
    height: 48px;
    border-radius: 12px;
  }
  .well textarea.form-control {
    height: auto;
  }
  .well .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    height: 48px;
  }
  .well .select2-container--default .select2-selection--single .btn-group-vertical.align-middle.select2-selection__icon {
    width: 34px;
    height: 34px;
    background-color: #1877f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #ffffff;
  }
  .well .select2-container--default .select2-selection--single .select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1877f2;
    color: #FFFFFF;
    border-radius: 8px;
  }
  .well .select2-container .select2-selection__id-1 {
    min-width: 52px;
  }
  .panel-body.border-solid.border-rounded {
    background: #F4F7FF;
    border: none;
    border-radius: 12px;
    padding: 20px;
  }
  .input-group.form-input-group {
    background-color: #f4f7ff;
    border-radius: 12px;
    padding: 4px;
    display: flex;
    align-items: center;
  }
  .pay-icon {
    width: 42px;
    height: 42px;
    background-color: RGBA(21, 80, 236, 0.28);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }
  .pay-text {
    font-size: 14px;
    font-weight: 500;
    color: #010101;
  }
  .input-group.form-input-group .input-group-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
  }
  .input-group.form-input-group .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 8px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #010101;
    height: auto;
  }
  .nav.nav-pills.service-filter {
    display: flex;
    gap: 0 8px;
    margin-bottom: 25px;
  }
  .nav.nav-pills.service-filter li:first-child {
    flex: 1;
    gap: 0;
  }
  .service-filter .btn.btn-primary.dropdown-toggle {
    background-color: #1877f2;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    height: 50px;
    min-width: 167px;
  }
  .nav.nav-pills.service-filter::before, 
  .nav.nav-pills.service-filter::after {
    display: none;
  }
  .search .input-group {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 8px 12px;
  }
  .search .input-group .btn.btn-default {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #010101;
    font-size: 18px;
  }
  .search .input-group .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .service-cate-heading {
    font-size: 24px;
    font-weight: 500;
    color: #010219;
    margin-bottom: 20px;
  }
  .table-main {
    border-collapse: separate;
    border-spacing: 0 10px;
  }
  .table.table-main > thead > tr > th, 
  .table.table-main > thead:first-child > tr:first-child > th {
    background-color: #010219;
    border-top: 1px solid #010219;
    border-bottom: 1px solid #010219;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
  }
  .table-main thead > tr th:first-child {
    border-left: 1px solid #010219;
    border-radius: 16px 0 0 16px;
    text-align: center;
    min-width: 9%;
  }
  .table-main thead > tr th:last-child {
    border-right: 1px solid #010219;
    border-radius: 0 16px 16px 0;
    text-align: center;
  }
  .table-main tbody > tr > td {
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    color: #010219;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    vertical-align: middle;
  }
  .table-main tbody tr > td:first-child {
    border-left: 1px solid #FFFFFF;
    border-radius: 16px 0 0 16px;
  }
  .table-main tbody > tr > td:last-child {
    border-radius: 0 16px 16px 0;
    border-right: 1px solid #FFFFFF;
  }
  .fav-btn, 
  .buy-service-btn {
    width: 32px;
    height: 34px;
    border-radius: 8px;
    background-color: #1877f2;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .fav-btn {
    padding: 0px 12px;
    width: auto;
  }
  .fav-btn span {
    margin-right: 5px;
  }
  .buy-service-btn {
    margin-right: 7px;
    color: #1877f2;
    background-color: #F4F7FF;
  }
  .service-id {
    min-width: auto;
    white-space: pre;
  }
  .service-id-wrap {
    display: flex;
    gap: 0 6px;
    margin: auto;
    justify-content: center;
  }
  .service-badge {
    padding: 8px 16px;
    background-color: #F4F7FF;
    border-radius: 8px;
    white-space: nowrap;
  }
  .view-description-btn {
    background-color: #1877f2;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 6px 15px;
    border-radius: 8px;
  }
  .service-description-wrap {
    display: flex;
    margin: auto;
    justify-content: center;
  }
  .input-group.search-grp {
    width: 100%;
  }
  .input-group.search-grp .form-control {
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 16px !important;
    box-shadow: none;
    height: 54px;
    padding-left: 50px;
    z-index: 1;
  }
  .input-group.search-grp .input-group-btn {
    position: absolute;
    left: 20px;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .input-group.search-grp .input-group-btn .btn.btn-default {
    margin: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #000000;
    font-size: 18px;
    box-shadow: none;
    background-image: none;
  }
  .input-group.search-grp .form-control:focus {
    z-index: 1;
  }
  
  /*order pills*/
  .nav.nav-pills.order-pills {
    display: flex;
    gap: 0 10px;
  }
  .nav.nav-pills.order-pills::before, .nav.nav-pills.order-pills::after {
    display: none;
  }
  .nav-pills.order-pills > li > a {
    background-color: #FFF;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid #FFF;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-pills.order-pills > li.active > a, .nav-pills.order-pills > li.active > a:hover, .nav-pills.order-pills > li.active > a:focus {
    background-color: #1877F2;
    border-color: #1877F2;
    color: #FFFFFF;
  }
  .status-badge:before,
  .pills-icon {
    background-image: url(https://storage.perfectcdn.com/lmbabi/e6gube3me7t5xd3e.png);
  }
  .pills-icon {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    display: inline-flex;
  }
  .pills-icon.all-icon {
    background-position: 0 0;
    background-size: 160px 28px;
    width: 13px;
    height: 12px;
  }
  .pills-icon.pending-icon {
    background-position: -97px 0;
    background-size: 160px 31px;
  }
  .pills-icon.inprogress-icon {
    background-position: -15px 0;
    background-size: 160px 29px;
  }
  .pills-icon.completed-icon {
    background-position: -30px 0;
    background-size: 160px 31px;
  }
  .pills-icon.partial-icon {
    background-position: -46px 0;
    background-size: 160px 31px;
  }
  .pills-icon.processing-icon {
    background-position: -78px 0;
    background-size: 160px 31px;
    width: 19px;
  }
  .pills-icon.canceled-icon {
    background-position: -62px 0;
    background-size: 160px 31px;
  }
  .pills-icon.active-icon {
    background-position: -314px 0;
    background-size: 165px 31px;
  }
  .pills-icon.paused-icon {
    background-position: -298px 0;
    background-size: 165px 31px;
  }
  .pills-icon.expired-icon {
    background-position: -282px 0;
    background-size: 165px 31px;
  }
  .order-pills li.active .pills-icon {
    background-position-y: -16px;
  }
  .order-pills li.active .pills-icon.all-icon, 
  .order-pills li.active .pills-icon.inprogress-icon {
    background-position-y: -14px;
  }
  
  /*Table*/
  .nottable.table thead tr>th {
    padding: 0;
    border: none;
  }
  .nottable.table thead tr > th .th-head {
    background-color: #010219;
    padding: 4px 0;
    border-radius: 0;
  }
  .nottable.table thead tr > th .th-head .th-head-inner {
    display: flex;
    padding: 15px 10px;
    background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.27) 100%);
    border-radius: 0;
    position: relative;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
  }
  .nottable.table thead tr > th .th-head .th-head-inner:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 0;
    padding: 1px 0 1px 0;
    background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#808080);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: add, add;
    mask-composite: exclude;
  }
  .nottable.table thead tr > th:first-child .th-head {
    padding-left: 4px;
    border-radius: 16px 0 0 16px;
  }
  .nottable.table thead tr > th:last-child .th-head {
    padding-right: 4px;
    border-radius: 0 16px 16px 0;
  }
  .nottable.table thead tr > th:first-child .th-head .th-head-inner {
    border-radius: 12px 0 0 12px;
  }
  .nottable.table thead tr > th:last-child .th-head .th-head-inner {
    border-radius: 0 12px 12px 0;
  }
  .nottable.table thead tr > th:first-child .th-head .th-head-inner::before {
    padding-left: 1px;
    border-radius: 12px 0 0 12px;
  }
  .nottable.table thead tr > th:last-child .th-head .th-head-inner::before {
    padding-right: 1px;
    border-radius: 0 12px 12px 0;
  }
  .nottable.table thead tr > th .th-head .th-head-inner .th-head-content {
    position: relative;
    z-index: 1;
  }
  .nottable.table > tbody tr td {
    border: none;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    color: #010219;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }
  .nottable.table > tbody tr td:first-child {
    border-left: 1px solid #FFFFFF;
    border-radius: 16px 0 0 16px;
  }
  .nottable.table {
    border-collapse: separate;
    border-spacing: 0px 15px;
  }
  .nottable.table > tbody tr td:last-child {
    border-right: 1px solid #FFFFFF;
    border-radius: 0 16px 16px 0;
  }
  .well .nottable.table thead tr > th {
    background-color: #010219;
    color: #FFFFFF;
    border-color: #010219;
    padding: 15px;
  }
  .well .nottable.table thead tr > th:first-child { 
    border-radius: 12px 0 0 12px;
  }
  .well .nottable.table thead tr > th:last-child { 
    border-radius: 0 12px 12px 0;
  }
  .well .nottable.table > tbody tr td {
    background-color: #F4F7FF;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*Status Badge styles*/
  .status-badge {
    padding-left: 35px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
  }
  .status-badge:before {
    content: '';
    width: 16px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 160px 31px;
    background-position: -12px -16px;
  }
  .status-badge.badge-complete::before {
    background-position: -30px -16px;
  }
  .status-badge.badge-pending::before {
    background-position: -97px -16px;
  }
  .status-badge.badge-processing::before {
    background-position: -78px -15px;
    width: 19px;
  }
  .status-badge.badge-cancelled::before {
    background-position: -62px -16px;
  }
  .status-badge.badge-partial::before {
    background-position: -46px -16px;
  }
  .status-badge.badge-inprogress::before {
    background-position: -15px -16px;
  }
  .status-badge.badge-active::before {
    background-position: -305px -16px;
    width: 15px;
  }
  .status-badge.badge-paused::before {
    background-position: -289px -16px;
  }
  .status-badge.badge-expired::before {
    background-position: -273px -16px;
  }
  .status-badge.badge-complete {
    background-color: #22AB00;
    border-color: #22AB00;
  }
  .status-badge.badge-pending {
    background-color: #7D7D7D;
    border-color: #7D7D7D;
  }
  .status-badge.badge-processing {
    background-color: #6B46B3;
    border-color: #6B46B3;
  }
  .status-badge.badge-cancelled {
    background-color: #FF2D1D;
    border-color: #FF2D1D;
  }
  .status-badge.badge-partial {
    background-color: #0C79C6;
    border-color: #0C79C6;
  }
  .status-badge.badge-inprogress {
    background-color: #0077FF;
    border-color: #0077FF;
  }
  .status-badge.badge-active {
    background-color: #00B2FF;
    border-color: #00B2FF;
  }
  .status-badge.badge-paused {
    background-color: #FF7700;
    border-color: #FF7700;
  }
  .status-badge.badge-expired {
    background-color: #6E6E6E;
    border-color: #6E6E6E;
  }
  .btn-copy {
    height: 34px;
    border-radius: 8px;
    background-color: #1877f2;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0px 12px;
    white-space: nowrap;
  }
  .btn.btn-table {
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    background-color: #1877f2;
  }
  .btn.btn-table i {
    margin-right: 6px;
  }
  @media screen and (max-width: 767px) {
    .table-wrapper {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
  }
  .user-stats {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 19px;
    padding: 0;
    gap: 14px;
  }
  .user-stats > li {
    background-color: #F4F7FF;
    display: flex;
    align-items: center;
    border-radius: 12px;
    max-width: 49%;
    flex: 0 0 49%;
    padding: 6px;
  }
  .user-stats-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-color: #1877f2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin-right: 8px;
  }
  .user-stats-icon span {
    position: relative;
    padding: 0px 5px;
    background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.27) 100%);
    border-radius: 9px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  .user-stats-icon span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9px;
    padding: 1px;
    background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#b3b3b3);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: exclude;
  }
  .user-heading {
    font-size: 12px;
    font-weight: 500;
    color: #484D7B;
  }
  .user-content {
    color: #010219;
    font-size: 16px;
    font-weight: 400;
  }
  .well-top-head {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
    background-color: #010101;
    padding: 2px;
    border-radius: 13px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .well-top-head.primary {
    background-color: #0B66FF;
  }
  .well-top-head span {
    position: relative;
    padding: 0px 25px;
    background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.27) 100%);
    border-radius: 11px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .well-top-head span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 11px;
    padding: 1px;
    background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#808080);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: add, add;
    mask-composite: exclude;
  }
  .well-top-head.primary span::before {
    background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#b3b3b3);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    mask-composite: exclude;
  }
  @media(max-width:550px){
    .compare_table_body_item .check, .compare_table_body_item .notcheck, .compare_table_body_item .issue {
      padding-left: 16px;
    }
    .navbar.navbar-default.navbar-static-top{
      padding-top: 10px;
      margin-bottom: 10px;
    }
    #hero h1 {
      font-size: 32px;
      margin-bottom: 10px;
    }
    #hero p {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .btn-group {
      margin-bottom: 10px;
      gap: 10px;
      flex-direction: column;
    }
    .btn-group .btn.btn-primary, 
    .btn-group .btn.btn-secondary {
      height: 42px;
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 12px !important;
    }
    .feat-top{
      gap: 10px 0;
      margin-bottom: 10px;
    }
    .feat-top li{
      font-size: 12px;
      padding-left: 18px;
      background-size: 12px;
      background-position-y: center;
    }
    .trusted-wrap {
      display: flex;
      justify-content: center;
    }
    .top-img {
      width: 100%;
      margin: auto;
    }
    #hero {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .signin-extras {
      flex-wrap: wrap;
      margin-top: 10px;
    }
    .forgot {
      font-size: 12px;
    }
    .checkbox-extra {
      font-size: 12px;
    }
    .register-text {
      width: 100%;
      text-align: center;
    }
    .checkbox-extra >label {
      margin-bottom: 0;
    }
    #blue-blu{
      padding: 10px 0;
    }
    .marquee-swiper .swiper-slide{
      font-size: 16px;
      padding-left: 35px;
    }
    .marquee-swiper .swiper-slide::before {
      width: 18px;
      height: 18px;
      top: 3px;
    }
    #the-people {
      padding-top: 40px;
    }
    .primary-heading {
      font-size: 32px;
    }
    .primary-text {
      font-size: 14px;
    }
    .people-box{
      border-radius: 15px;
      padding: 20px;
      min-height: 180px;
      margin-top: 10px;
    }
    #why-our {
      padding-top: 40px;
    }
    .why-our-box {
      border-radius: 15px;
      padding: 15px;
      margin-bottom: 15px;
    }
    .why-our-icon {
      width: 38px;
      height: 38px;
    }
    .why-our-icon img {
      width: 18px;
    }
    .why-our-box-wrapper li{
      padding: 10px 10px 0;
    }
    .why-our-box .primary-heading {
      font-size: 32px;
    }
    .why-our-box-wrapper{
      flex-direction: column;
    }
    .why-our-box-wrapper li h3 {
      font-size: 16px;
    }
    .why-our-box-icon {
      padding: 5px;
    }
    .sub-heading.why-our {
      font-size: 16px;
    }
    .ready-to-transform {
      border-radius: 16px;
      padding: 6px;
    }
    .ready-to-transform-inner{
      border-radius: 14px;
      padding: 20px 20px 0;
    }
    .ready-to-transform .sub-heading.text-center {
      font-size: 16px;
      margin-bottom: 10px;
    }
    h2.ready-heading {
      font-size: 25px;
      margin-bottom: 15px;
      line-height: 32px;
    }
    .btn.btn-primary.btn.btn-primary-main {
      height: 42px;
      width: 178px;
      border-radius: 12px;
    }
    .ready-to-transform .btn.btn-primary.btn.btn-primary-main {
      margin-bottom: 10px;
    }
    .home-hero--platform-box {
      width: 47px;
      height: 47px;
      flex: 0 0 47px;
      border-radius: 12px;
    }
    .home-hero--platform-box img {
      width: 24px;
    }
    #tired {
      padding-top: 40px;
    }
    #tired img {
      width: 100%;
    }
    #tired .primary-heading{
      text-align: center;
    }
    #tired .primary-text {
      margin-bottom: 10px;
      text-align: center;
    }
    #tired .btn.btn-primary.btn-primary-main {
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
    }
    .tired-video-wrapper{
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .tired-video-content h4 {
      font-size: 18px;
      margin-bottom: 5px;
    }
    .tired-video-content p {
      font-size: 12px;
    }
    .service-designed-box{
      min-width: auto;
      max-width: 100%;
      height: auto;
      width: 100%;
    }
    #services-designed {
      padding-top: 30px;
      padding-bottom: 40px;
    }
    #services-designed .primary-heading {
      text-align: center;
    }
    #services-designed .btn.btn-primary.btn.btn-primary-main {
      margin: 0 auto 15px;
    }
    .service-designed-image img {
      max-width: 247px;
      margin: auto;
    }
    .service-designed-content h4 {
      font-size: 18px;
      text-align: center;
    }
    .service-designed-content p {
      font-size: 14px;
      text-align: center;
    }
    .swiper.service-swiper {
      min-width: auto;
    }
    #growing {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    #growing .primary-heading {
      margin-bottom: 25px;
    }
    .grow-box {
      border-radius: 16px;
      padding: 34px;
      margin-bottom: 15px;
    }
    .grow-inner-box {
      border-radius: 6px;
      padding: 10px;
      box-shadow: 0 0 0px 10px #fff;
    }
    .grow-icon {
      width: 38px;
      height: 38px;
    }
    .grow-icon img {
      width: 18px;
    }
    .grow-heading {
      font-size: 22px;
      margin-bottom: 6px;
    }
    .grow-text {
      margin-bottom: 10px;
      font-size: 14px;
    }
    .grow-list {
      margin-bottom: 15px;
      gap: 10px 0;
    }
    .grow-list li {
      border-radius: 10px;
      padding: 8px;
    }
    .grow-social {
      margin-right: 8px;
    }
    .grow-social img {
      width: 28px;
    }
    .grow-social-heading {
      font-size: 14px;
    }
    .grow-social-text {
      font-size: 10px;
    }
    .grow-steps > li {
      border-radius: 16px;
      padding: 12px;
    }
    .grow-steps {
      gap: 10px 0;
    }
    .grow-step-box {
      width: 64px;
      height: 28px;
      border-radius: 6px;
      font-size: 10px;
      margin-bottom: 10px;
    }
    .grow-step-heading {
      font-size: 16px;
      margin-bottom: 5px;
    }
    .grow-step-text {
      font-size: 12px;
    }
    .grow-stats-list {
      padding: 10px 0;
      margin: 10px auto 0;
      flex-direction: column;
    }
    .grow-stats-list > li {
      padding: 10px 20px;
    }
    .grow-stats-icon {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      margin-right: 10px;
    }
    .grow-stats-icon img {
      width: 18px;
    }
    .grow-stats-heading {
      font-size: 22px;
    }
    .grow-stats-text {
      font-size: 14px;
    }
    .grow-stats-list > li:nth-child(2) {
      border-top: 1px solid RGBA(72, 77, 123, 0.28);
      border-bottom: 1px solid RGBA(72, 77, 123, 0.28);
      border-left: none;
      border-right: none;
    }
    #trust {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    #trust .primary-heading, #trust .primary-text {
      text-align: center;
    }
    .trust-nav, .people-nav {
      gap: 0 5px;
      margin-bottom: 15px;
      justify-content: center;
    }
    .trust-box {
      border-radius: 16px;
      padding: 30px 20px 20px;
    }
    .trust-heading {
      font-size: 18px;
      margin-bottom: 12px;
      text-align: center;
    }
    .trust-text {
      margin-bottom: 15px;
      text-align: center;
    }
    .trust-box img {
      width: 100%;
    }
    .trust-box .btn.btn-primary.btn-primary-main.btn-block {
      margin: auto;
    }
    .text-center.btn-wrapper {
      margin-top: 30px;
    }
    #need {
      padding-top: 40px;
    }
    .primary-heading br {
      display: none;
    }
    #need .nav.nav-tabs {
      margin-top: 20px;
      margin-bottom: 20px;
      gap: 6px;
      flex-wrap: wrap;
    }
    #need .nav.nav-tabs li {
      margin-bottom: 0;
      flex: 1;
      max-width: 49%;
    }
    #need .nav.nav-tabs > li > a .tab-inner {
      border-radius: 10px;
      padding: 6px 10px;
    }
    #need .nav.nav-tabs > li > a {
      border-radius: 10px;
      padding: 2px;
      font-size: 14px;
      white-space: nowrap;
    }
    #need .nav.nav-tabs > li > a .provide-icon {
      width: 20px;
      height: 20px;
      min-width: 20px;
      font-size: 11px;
    }
    #authors-lounge {
      padding: 40px 0 0;
      overflow: hidden;
    }
    .authors-list {
      overflow-x: auto;
      justify-content: flex-start;
    }
    .need-wrapper {
      border-radius: 16px;
      padding: 2px;
    }
    .need-wrapper-inner {
      border-radius: 14px;
      padding: 15px;
      display: flex;
      flex-wrap: wrap;
    }
    .need-right {
      margin-top: 15px;
      width: 100%;
    }
    .need-wrapper h3 {
      font-size: 24px;
      text-align: center;
    }
    .need-wrapper p {
      margin-bottom: 15px;
      text-align: center;
    }
    .btn.btn-primary.btn-tab {
      height: 42px;
      border-radius: 12px;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 234px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
    }
    .client-satisfication {
      border-radius: 12px;
      padding: 15px;
    }
    .client-heading {
      font-size: 18px;
      margin-bottom: 8px;
    }
    .client-content {
      line-height: 18px;
    }
    .client-content br{
      display: none;
    }
    .need-right img {
      width: 100%;
    }
    #people {
      padding-top: 40px;
    }
    #people .primary-heading {
      margin-bottom: 20px;
      text-align: center;
    }
    .people-nav {
      float: none;
    }
    .people-img::before {
      border-radius: 21px;
    }
    #advantage {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    #advantage .primary-heading {
      text-align: center;
    }
    #advantage .primary-text {
      text-align: center;
    }
    #advantage .btn-group {
      margin-bottom: 0;
    }
    #advantage .btn.btn-secondary {
      justify-content: center;
    }
    .advantage-list {
      flex-direction: column;
      border: none;
    }
    .advantage-list li {
      max-width: 100%;
      padding-right: 0;
      padding-bottom: 10px !important;
      padding-top: 10px !important;
    }
    .advantage-list li:nth-child(1), .advantage-list li:nth-child(2) {
      padding-bottom: 0;
    }
    .advantage-list li:nth-child(1)::after, .advantage-list li:nth-child(3)::after {
      display: none;
    }
    .advantage-heading {
      font-size: 26px;
      justify-content: center;
    }
    .advantage-text {
      text-align: center;
    }
    .advantage-heading span {
      font-size: 12px;
      width: auto;
    }
    .advantage-list li:nth-child(3), .advantage-list li:nth-child(4) {
      padding-bottom: 0;
      border-bottom: 1px solid #DEDEDE;
    }
    #easy-path {
      padding: 40px 0 40px;
    }
    #easy-path .primary-heading {
      margin-bottom: 15px;
    }
    .easy-path-wrapper {
      gap: 10px 0;
      flex-direction: column;
    }
    .easy-path-icon-box{
      margin-left: auto;
      margin-right: auto;
    }
    .easy-path-heading {
      text-align: center;
    }
    .easy-path-text {
      text-align: center;
    }
    .easy-path-box {
      border-radius: 16px;
      padding: 15px 10px;
      min-height: auto;
    }
    .easy-path-box .btn.btn-primary.btn-block {
      margin-top: 18px;
      height: 42px;
      border-radius: 12px;
    }
    .easy-path-image-box img {
      margin: auto;
      display: block;
    }
    .quality-box {
      margin-top: 10px;
      border-radius: 12px;
    }
    .quality-heading {
      font-size: 22px;
    }
    .quality-box-inner img {
      width: 100%;
    }
    #results {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .results-wrapper {
      border-radius: 16px;
      padding: 6px 6px 0;
    }
    .results-wraper-inner {
      padding: 20px 20px 0;
      border-radius: 14px;
    }
    .results-wrapper .primary-heading {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .results-wrapper .primary-text {
      margin-bottom: 15px;
    }
    .social-content-tags nav {
      gap: 4px;
    }
    .social-content-tags nav span {
      border-radius: 6px;
      padding: 10px;
      font-size: 12px;
    }
    .results-wraper-inner > .row {
      display: block;
    }
    .results-wrapper .btn.btn-secondary.btn-block {
      margin-bottom: 15px;
      margin-top: 15px;
      height: 42px;
      border-radius: 12px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .results-wrapper-image-box > img {
      width: 100%;
    }
    .em-list > li {
      padding: 5px 8px;
      font-size: 12px;
    }
    .em-list li:first-child {
      top: -40px;
      right: 35%;
    }
    .em-list li:nth-child(2) {
      top: -16px;
      left: 248px;
    }
    .em-list li:last-child {
      bottom: -3px;
      right: 245px;
    }
    .primary-heading.extra-miles {
      margin-bottom: 30px;
    }
    .customer-box {
      border-radius: 16px;
      padding: 20px;
    }
    .customer-nav {
      margin-top: 25px;
    }
    #questions {
      padding-top: 40px;
    }
    #questions .primary-heading {
      text-align: center;
    }
    .help-box {
      padding: 8px;
      border-radius: 16px;
      margin-bottom: 10px;
    }
    .help-box-content {
      padding: 16px 15px 10px;
    }
    .help-box-inner {
      border-radius: 14px;
    }
    .help-box-inner::before {
      border-radius: 14px;
    }
    .help-box-content h3 {
      font-size: 18px;
    }
    .help-box-content p {
      font-size: 14px;
      margin-bottom: 15px;
    }
    .help-box-content .btn.btn-secondary {
      height: 42px;
    }
    .help-bottom {
      padding: 10px;
      margin-bottom: 10px;
    }
    #payments {
      padding-top: 40px;
    }
    #payments .primary-heading {
      margin-bottom: 15px;
    }
    .payments-list {
      gap: 5px;
      grid-template-columns: repeat(2, 50%);
    }
    .payments-list > li {
      border-radius: 12px;
      height: 48px;
    }
    .trusted-wrap.trusted-wrapper {
      max-width: 100%;
      margin: 20px auto 0;
      border-radius: 12px;
      padding: 10px;
    }
    #ready-grow {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .ready-grow-wrapper {
      border-radius: 18px;
      padding: 40px 10px 0;
    }
    .ready-grow-wrapper::before, .ready-grow-wrapper::after{
      width: 124px;
      height: 30px;
    }
    .ready-grow-wrapper-inner img {
      width: 100%;
      margin: auto;
      display: block;
    }
    .ready-grow-wrapper .col-sm-6:nth-child(2) {
      padding-left: 15px;
    }
    .ready-grow-sub-heading {
      font-size: 18px;
      margin-top: 10px;
      text-align: center;
    }
    .ready-grow-heading {
      font-size: 32px;
      margin-bottom: 6px;
      text-align: center;
    }
    .ready-grow-content {
      margin-bottom: 10px;
      text-align: center;
    }
    .btn.btn-primary.btn.btn-primary-main {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
    }
    footer {
      border-radius: 16px 16px 0 0;
      padding-top: 20px;
    }
    .footer-brand {
      text-align: center;
      margin: 0 auto 10px;
    }
    footer p {
      text-align: center;
      font-size: 14px;
      margin-bottom: 12px;
    }
    .widget-title {
      text-align: center;
      font-size: 16px;
      margin-bottom: 10px;
    }
    .client-satisfication{
      overflow: hidden;
    }
    .social-links li > a {
      width: 38px;
      height: 38px;
      border-radius: 12px;
      font-size: 16px;
    }
    .social-links {
      justify-content: center;
      margin-bottom: 15px;
    }
    .footer-menu li > a {
      display: block;
      text-align: center;
      font-size: 14px;
    }
    .footer-menu {
      margin-bottom: 10px;
    }
    .footer-top {
      padding-bottom: 20px;
    }
    .footer-copyright-text {
      font-size: 14px;
      padding: 12px 0;
    }
    .nav.navbar-nav.navbar-right._custom_nav_elem {
      margin-left: -15px;
      margin-right: -15px;
      display: block;
      margin-bottom: 0;
    }
    .nav.navbar-nav.navbar-right:last-child {
      margin-top: 0;
    }
    .navbar-default .navbar-nav._custom_nav_elem li a {
      color: #484D7B !important;
    }
    .navbar-default .navbar-nav._custom_nav_elem li:first-child a,
    .navbar-default .navbar-nav._custom_nav_elem li:last-child a {
      background-color: transparent;
    }
    .navbar-default .navbar-nav > li.active > a::after {
      bottom: 0;
      height: 100%;
      width: 3px;
      left: 0;
      right: auto;
    }
    .welcome-box-left {
      padding: 20px 0px 20px 20px;
    }
    .welcome-box h3 {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .welcome-box h2 {
      font-size: 18px;
      margin-bottom: 5px;
    }
    .welcome-box p {
      margin-bottom: 12px;
    }
    .welcome-box-right img {
      margin-top: 96px;
      margin-right: auto;
      width: 100%;
      margin-left: -20px;
    }
    .welcome-box a {
      border-radius: 12px;
      padding: 10px 15px;
    }
    .stats-box-heading {
      font-size: 14px;
      margin-bottom: 0;
    }
    .stats-box-cont {
      font-size: 20px;
    }
    .stats-box-icon {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      min-width: 38px;
    }
    .stats-box-top {
      margin-bottom: 10px;
    }
    .stats-box a {
      border-radius: 12px;
      padding: 10px 12px;
      align-items: center;
    }
    .stats-box {
      border-radius: 14px;
      padding: 10px;
    }
    .stats-wrapper {
      border-radius: 16px;
      padding: 8px;
      gap: 0 8px;
    }
    .welcome-box {
      margin-bottom: 19px;
    }
    .filter-wrapper h4 {
      align-items: center;
      font-size: 18px;
    }
    .separator {
      width: 15%;
    }
    .hide-filter {
      font-size: 14px;
      height: 30px;
    }
    .filter-text {
      display: none;
    }
    .filter-wrapper {
      padding: 10px 10px 10px;
    }
    .filter-list {
      gap: 8px;
      transition: max-height 0.3s ease, margin-top 0.3s ease;
    }
    .filter-list li .brand-category {
      padding: 4px;
      border-radius: 16px;
      width: 42px;
      height: 42px;
      justify-content: center;
    }
    .filter-icon {
      margin-right: 0;
      width: 32px;
      height: 32px;
      font-size: 18px;
      margin-bottom: 0;
      border-radius: 6px;
    }
    .nav.nav-tabs.well-tabs > li > a {
      border-radius: 12px;
      font-size: 14px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .well {
      border-radius: 16px;
      padding: 15px;
    }
    .well-heading {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .well .select2-container .select2-selection__id-1 {
      min-width: 32px;
    }
    .well .select2-container--default .select2-selection--single .select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
      height: 32px;
    }
    .panel-body.border-solid.border-rounded {
      padding: 15px;
    }
    .app-inner-footer-content {
      height: 40px;
      border-radius: 10px;
    }
    .btn.btn-primary {
      height: 48px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .service-cate-heading {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .input-group.search-grp .form-control {
      height: 48px;
    }
    .nav.nav-pills.order-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
      margin-bottom: 10px;
    }
    .nav.nav-pills.order-pills > li {
      margin-left: 0;
      flex: 1 1 calc(33.333% - 10px);
    }
    .nav.nav-pills.order-pills > li > a{
      font-size: 13px;
      padding: 10px;
    }
    .btn-link {
      display: block;
      white-space: nowrap;
    }
    .service-name p,
    .nottable.table > tbody tr td,
    .nottable.table thead tr > th .th-head .th-head-inner .th-head-content {
      white-space: nowrap;
    }
    .user-stats {
      gap: 6px;
    }
  
  }


  /* ═══════════════════════════════════════════════════════════
   Mass Order — Custom CSS  (paste into panel's Custom CSS field)
   Font import — add this to your Custom Header HTML field:
   <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
   ═══════════════════════════════════════════════════════════ */

   :root {
    --mo-brand:       #1447E6;
    --mo-brand-light: #EEF3FF;
    --mo-brand-mid:   #2563EB;
    --mo-brand-soft:  #DBEAFE;
    --mo-brand-deep:  #0F2FB5;
    --mo-bg:          #F0F4FF;
    --mo-surface:     #FFFFFF;
    --mo-surface2:    #F5F7FF;
    --mo-surface3:    #EEF2FF;
    --mo-border:      rgba(20, 71, 230, 0.10);
    --mo-border-s:    rgba(20, 71, 230, 0.18);
    --mo-text:        #0F172A;
    --mo-muted:       #475569;
    --mo-hint:        #94A3B8;
    --mo-amber:       #D97706;
    --mo-amber-light: #FEF3C7;
    --mo-red:         #B91C1C;
    --mo-red-light:   #FEE2E2;
    --mo-green:       #166534;
    --mo-green-light: #DCFCE7;
    --mo-radius:      16px;
    --mo-radius-sm:   10px;
    --mo-shadow:      0 1px 3px rgba(20,71,230,0.06), 0 8px 24px rgba(20,71,230,0.07);
    --mo-shadow-sm:   0 1px 3px rgba(20,71,230,0.08), 0 2px 8px rgba(20,71,230,0.05);
  }
  
  /* ── Welcome bar ───────────────────────── */
  .mo-welcome-bar {
    background: linear-gradient(135deg, var(--mo-brand-deep) 0%, var(--mo-brand-mid) 60%, #60A5FA 100%);
    border-radius: var(--mo-radius);
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 24px rgba(20,71,230,0.25);
    animation: moFadeUp 0.4s ease both;
  }
  
  .mo-welcome-bar::after {
    content: '';
    position: absolute;
    right: -60px; top: -60px;
    width: 220px; height: 220px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    pointer-events: none;
  }
  
  .mo-welcome-bar::before {
    content: '';
    position: absolute;
    right: 80px; bottom: -80px;
    width: 180px; height: 180px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    pointer-events: none;
  }
  
  .mo-welcome-decor {
    position: absolute;
    right: 180px; top: -30px;
    width: 90px; height: 90px;
    border: 20px solid rgba(255,255,255,0.05);
    border-radius: 50%;
    pointer-events: none;
  }
  
  .mo-welcome-text h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
  }
  
  .mo-welcome-text p {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    max-width: 340px;
    line-height: 1.6;
    margin: 0;
  }
  
  .mo-welcome-btn {
    background: rgba(255,255,255,0.18);
    border: 1.5px solid rgba(255,255,255,0.30);
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 20px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  
  .mo-welcome-btn:hover {
    background: rgba(255,255,255,0.26);
    border-color: rgba(255,255,255,0.45);
    color: #fff !important;
  }
  
  .mo-welcome-btn svg { width: 14px; height: 14px; flex-shrink: 0; }
  
  /* ── Stats strip ───────────────────────── */
  .mo-stats-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 2rem;
    animation: moFadeUp 0.4s 0.08s ease both;
  }
  
  .mo-stat-card {
    background: var(--mo-surface);
    border: 1px solid var(--mo-border);
    border-radius: var(--mo-radius);
    padding: 1.3rem 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    box-shadow: var(--mo-shadow-sm);
    transition: box-shadow 0.2s, border-color 0.2s;
    position: relative;
    overflow: hidden;
  }
  
  .mo-stat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--mo-brand), #60A5FA);
    opacity: 0;
    transition: opacity 0.2s;
  }
  
  .mo-stat-card:hover { box-shadow: var(--mo-shadow); border-color: var(--mo-border-s); }
  .mo-stat-card:hover::before { opacity: 1; }
  
  .mo-stat-label {
    font-size: 11.5px;
    color: var(--mo-hint);
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  
  .mo-stat-value {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: var(--mo-text);
    letter-spacing: -0.5px;
  }
  
  .mo-stat-badge {
    font-size: 11px;
    font-weight: 600;
    color: var(--mo-green);
    background: var(--mo-green-light);
    border-radius: 999px;
    padding: 2px 9px;
    margin-top: 7px;
    display: inline-block;
  }
  
  .mo-stat-icon-wrap {
    width: 40px; height: 40px;
    border-radius: var(--mo-radius-sm);
    background: var(--mo-brand-light);
    border: 1px solid var(--mo-border);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  
  .mo-stat-icon-wrap.mo-amber { background: var(--mo-amber-light); border-color: rgba(217,119,6,0.12); }
  .mo-stat-icon-wrap svg { width: 19px; height: 19px; }
  
  .mo-stat-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--mo-brand) !important;
    cursor: pointer;
    text-decoration: none !important;
    transition: gap 0.15s;
  }
  
  .mo-stat-cta:hover { gap: 6px; }
  .mo-stat-cta svg { width: 12px; height: 12px; }
  
  /* ── Section header ────────────────────── */
  .mo-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  
  .mo-section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: var(--mo-text);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .mo-section-title span {
    background: var(--mo-brand-soft);
    color: var(--mo-brand);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid var(--mo-border-s);
  }
  
  .mo-section-hint {
    font-size: 12.5px;
    color: var(--mo-hint);
    font-weight: 500;
  }
  
  /* ── Form card ─────────────────────────── */
  .mo-form-card {
    background: var(--mo-surface);
    border: 1px solid var(--mo-border);
    border-radius: var(--mo-radius);
    padding: 2rem;
    box-shadow: var(--mo-shadow-sm);
    animation: moFadeUp 0.4s 0.14s ease both;
  }
  
  .mo-field-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--mo-muted);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  
  .mo-field-label code {
    font-family: 'DM Mono', 'Courier New', monospace;
    font-size: 11.5px;
    background: var(--mo-brand-light);
    border: 1px solid var(--mo-border-s);
    border-radius: 5px;
    padding: 2px 8px;
    color: var(--mo-brand);
    font-weight: 400;
  }
  
  /* ── Textarea with line numbers ────────── */
  .mo-textarea-wrap { position: relative; }
  
  .mo-line-numbers {
    position: absolute;
    top: 0; left: 0;
    width: 44px;
    height: 100%;
    background: var(--mo-surface3);
    border-right: 1px solid var(--mo-border);
    border-radius: var(--mo-radius-sm) 0 0 var(--mo-radius-sm);
    padding: 1rem 0;
    pointer-events: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .mo-line-num {
    font-family: 'DM Mono', 'Courier New', monospace;
    font-size: 11px;
    color: var(--mo-hint);
    height: 1.7em;
    line-height: 1.7em;
    width: 100%;
    text-align: center;
    padding: 0 4px;
  }
  
  textarea.mo-order-input {
    width: 100%;
    min-height: 300px;
    background: var(--mo-surface2);
    border: 1.5px solid var(--mo-border);
    border-radius: var(--mo-radius-sm);
    padding: 1rem 1.25rem 1rem 56px;
    font-family: 'DM Mono', 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.7;
    color: var(--mo-text);
    resize: vertical;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    tab-size: 2;
    display: block;
  }
  
  textarea.mo-order-input::placeholder {
    color: var(--mo-hint);
    font-style: italic;
  }
  
  textarea.mo-order-input:focus {
    border-color: var(--mo-brand-mid);
    background: var(--mo-surface);
    box-shadow: 0 0 0 3px rgba(20,71,230,0.10);
  }
  
  /* ── Format hint ───────────────────────── */
  .mo-format-hint {
    margin-top: 1rem;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: var(--mo-brand-light);
    border: 1px solid var(--mo-border-s);
    border-radius: var(--mo-radius-sm);
    padding: 10px 14px;
  }
  
  .mo-hint-icon {
    width: 18px; height: 18px;
    background: var(--mo-amber-light);
    border: 1px solid rgba(217,119,6,0.18);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  
  .mo-hint-icon svg { width: 10px; height: 10px; }
  
  .mo-hint-text {
    font-size: 12px;
    color: var(--mo-brand-mid);
    line-height: 1.55;
  }
  
  .mo-hint-text strong { color: var(--mo-brand-deep); font-weight: 600; }
  
  /* ── Form actions ──────────────────────── */
  .mo-form-actions {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .mo-btn-primary {
    background: var(--mo-brand);
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border: none;
    border-radius: var(--mo-radius-sm);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.15s, transform 0.1s, box-shadow 0.15s;
    flex: 1;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(20,71,230,0.25);
    text-decoration: none;
  }
  
  .mo-btn-primary:hover { background: var(--mo-brand-deep); box-shadow: 0 4px 16px rgba(20,71,230,0.35); }
  .mo-btn-primary:active { transform: scale(0.99); }
  .mo-btn-primary svg { width: 14px; height: 14px; flex-shrink: 0; }
  
  .mo-btn-ghost {
    background: transparent;
    color: var(--mo-muted);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 18px;
    border: 1.5px solid var(--mo-border-s);
    border-radius: var(--mo-radius-sm);
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
  }
  
  .mo-btn-ghost:hover { background: var(--mo-surface3); color: var(--mo-brand); border-color: var(--mo-brand-mid); }
  
  /* ── Alerts ────────────────────────────── */
  .mo-alert {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border-radius: var(--mo-radius-sm);
    padding: 14px 16px;
    margin-bottom: 1.5rem;
    font-size: 13px;
    line-height: 1.55;
  }
  
  .mo-alert-success {
    background: var(--mo-green-light);
    border: 1px solid #86EFAC;
    color: var(--mo-green);
  }
  
  .mo-alert-danger {
    background: var(--mo-red-light);
    border: 1px solid #FECACA;
    color: var(--mo-red);
  }
  
  .mo-alert-icon { flex-shrink: 0; margin-top: 1px; }
  .mo-alert strong { font-weight: 600; display: block; margin-bottom: 2px; }
  .mo-alert a { color: inherit !important; font-weight: 600; text-decoration: underline; }
  
  .mo-alert-close {
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    opacity: 0.4;
    font-size: 18px;
    line-height: 1;
    padding: 0 0 0 8px;
    flex-shrink: 0;
    transition: opacity 0.15s;
  }
  
  .mo-alert-close:hover { opacity: 0.8; }
  
  /* ── Animation ─────────────────────────── */
  @keyframes moFadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  
  /* ── Responsive ────────────────────────── */
  @media (max-width: 768px) {
    .mo-stats-strip { grid-template-columns: 1fr 1fr; }
    .mo-welcome-bar { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .mo-form-card { padding: 1.25rem; }
  }
  
  @media (max-width: 480px) {
    .mo-stats-strip { grid-template-columns: 1fr; }
  }