/*****CSS START HERE******/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    background: #F9FAFB;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none !important;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input:focus {
    outline: none;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

.wrapper-outer {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-left {
    width: 16%;
    float: left;
    position: fixed;
    height: 100vh;
    background: #ffffff;
}

.logo-outer {
    width: 100%;
    float: left;
    padding: 28px 32px;
    background: #ffffff;
    position: relative;
}

.logo-outer:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 31px;
    background: #E3E1E5;
    width: 1px;
    height: 24px;
}

.logo-outer img {
    float: left;
}

nav {
    width: 100%;
    float: left;
}

nav li {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

nav li a {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    padding: 8px 26px;
    letter-spacing: 0.01em;
    color: #818EA1;
    border-left: 2px solid transparent;
}

nav li a.active {
    color: #000;
    border-left: 2px solid #000;
}

nav li a span {
    width: 24px;
    float: left;
    margin-right: 12px;
}

nav li a img {
    float: left;
    filter: grayscale(.8);
}

nav li a:hover img,
nav li a.active img {
    filter: grayscale(0);
}

nav li a:hover {
    color: #000;
    border-left: 2px solid #000;
}

nav li a small {
    width: 24px;
    height: 24px;
    background: #012075;
    float: right;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 100%;
}

img.dropdown-icon {
    float: right;
    padding: 9px 0 0;
}

.logout {
    padding-top: 200px;
}

.logout a {
    color: #747474;
}

.logout a img {
    margin-right: 12px;
}

.wrapper-right {
    float: right;
    width: 84%;
}

header {
    width: 100%;
    float: left;
    padding: 19px 35px;
    background: #FFFFFF;
}

.header-inner {
    width: 100%;
    float: left;
}

.header-left {
    width: 362px;
    float: left;
    padding: 10px 0 0;
}

.header-left .form-outer {
    width: 100%;
    float: left;
}

.header-left .form-outer form {
    width: 100%;
    float: left;
    position: relative;
}

.header-left .form-outer form input[type="text"] {
    width: 100%;
    height: 36px;
    border-radius: 300px;
    border: none;
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #717B95;
    font-family: 'Manrope', sans-serif;
    padding: 10px 18px 10px 70px;
    position: relative;
    background: url(../images/dropdown-icon1.svg) no-repeat top 16px left 44px #F2F1F3;
}

.header-left .form-outer form input[type="submit"] {
    background: url(../images/search-icon.svg) no-repeat;
    position: absolute;
    left: 18px;
    top: 9px;
    height: 18px;
    width: 18px;
    border: none;
    cursor: pointer;
}

.header-left .form-outer form input[type="submit"]:focus {
    filter: opacity(0.5);
}

.header-left h1 span a img {
    float: right;
    padding: 9px 0 0 7px;
}

.header-right {
    width: 290px;
    float: right;
    text-align: right;
}

.header-right li {
    float: left;
}

.header-right a {
    font-size: 16px;
    line-height: 22px;
    padding: 0 19px 0 0;
    color: #2D2D2D;
    display: inline-block;
    vertical-align: sub;
    text-align: left;
    font-weight: 600;
}

.header-right li a small {
    font-size: 12px;
    line-height: 14px;
    color: #979DAC;
    display: block;
}

.header-right li:first-child a {
    padding: 12px 36px 0 0;
    position: relative;
}

.header-right li:first-child a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    background: #E3E1E5;
    width: 1px;
    height: 24px;
}

.header-right li:last-child a {
    padding-right: 0;
}

.header-right li:nth-child(2) a {
    padding-right: 16px;
    padding-left: 32px;
}

.header-right li:nth-child(3) a {
    padding-top: 6px;
}

.header-right li:nth-child(4) a {
    padding-top: 12px;
}

.bell-icon-li {
    position: relative;
}

.header-right a:hover {
    color: #012075;
}

.other-nav strong {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #818EA1;
    padding: 24px 16px 14px;
    width: 100%;
    float: left;
    font-weight: 400;
}

.other-nav {
    width: 100%;
    float: left;
    border-top: 1px solid #E7E7E8;
    margin: 19px 0 0;
}

.wrapper-inner {
    width: 100%;
    float: left;
    padding: 32px 32px 49px;
}

.clients-outer {
    width: 100%;
    float: left;
    background: #FFFFFF;
    border: 1px solid #E7E7E8;
    border-radius: 12px;
}

.clients-top-outer {
    width: 100%;
    float: left;
    background: #FFFFFF;
    padding: 24px 24px 36px 32px;
    border-radius: 12px 12px 0 0;
}

.clients-top-outer h1 {
    font-size: 24px;
    line-height: 32px;
    color: #2D2D2D;
    display: inline-block;
    padding: 4px 0 0;
}

.clients-top-outer a {
    float: right;
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 28px;
    text-align: center;
    display: flex;
    align-items: center;
    background: #012075d8;
}

.clients-top-outer a img {
    margin-right: 10px;
}

.clients-top-outer a:hover {
    background: #001a60;
}

.clients-top-outer a.disabled,
.clients-top-outer a.disabled:hover {
    background: #0120759f;
}

.clients-table {
    width: 100%;
    float: left;
}

.clients-table table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 8px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
}

.clients-table table th {
    padding: 16px 0 16px 24px;
    text-align: left;
    vertical-align: middle;
    background: #F9FBFC;
    border-top: 1px solid rgba(70, 96, 134, 0.2);
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: #818EA1;
}

.clients-table table th img {
    vertical-align: middle;
}

img.dropdown-icon2 {
    margin: 0 0 0 5px;
}

.clients-table table td {
    padding: 12px 0 12px 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    border-top: 1px solid #E4E4E4;
    letter-spacing: 0.01em;
    color: #2D2D2D;
    height: 64px;
}

.big-text {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.clients-table table td:first-child {
    text-align: left;
}

.client-logo {
    margin-right: 15px;
    border-radius: 50px;
}

.ongoing {
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: center;
    letter-spacing: -0.00413988px !important;
    color: #D31123 !important;
    padding: 6px 19.2px !important;
    display: inline-block;
    background: rgba(234, 53, 70, 0.3);
    border-radius: 50px;
}

.transactions-outer {
    width: 100%;
    float: left;
}

.clients-table table td img {
    vertical-align: middle;
}

.ongoing.active {
    background: rgba(140, 215, 144, 0.3);
    color: #33795A !important;
}

.ongoing.paused {
    background: rgba(255, 203, 71, 0.3);
    color: #FFA400 !important;
}

.pagination-outer {
    width: 280px;
    float: right;
    padding: 54px 0 0;
}

.pagination-outer li {
    float: left;
    margin: 0 0 0 8px;
}

.pagination-outer li a {
    padding: 5px 10px;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid rgba(70, 96, 134, 0.2);
    border-radius: 4px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #2D2D2D;
}

.pagination-outer li a:hover {
    border: 1px solid #012075;
    color: #012075;
}

.prev-page img {
    transform: rotate(180deg);
    opacity: .5;
    display: inline-block;
}

input.check-bx {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.wrapper-outers .wrapper-left {
    float: left;
    width: 500px;
    background: #F8FAFB;
    padding: 50px 65px;
}

.wrapper-outers .wrapper-left .logo-outer {
    padding: 0 0 50px;
    background: #f8fafb;
}

.wrapper-outers .wrapper-left .logo-outer:after {
    display: none;
}

.client-detail-outer {
    width: 100%;
    float: left;
}

.client-detail-outer h1 {
    font-size: 20px;
    line-height: 27px;
    color: #2D2D2D;
    padding: 0 0 36px;
}

.client-detail-outer li {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.client-detail-outer li span {
    width: 22px;
    float: left;
    margin-right: 12px;
}

.client-detail-outer li span img {
    float: left;
}

.client-detail-outer li.client-detail-first strong small {
    color: #747474;
}

.client-detail-outer li.client-detail-first strong {
    color: #2D2D2D;
}

.client-detail-outer li strong {
    font-size: 16px;
    line-height: 27px;
    color: #9D9DA2;
    width: 90%;
    float: left;
}

.client-detail-outer li strong small {
    font-size: 14px;
    line-height: 18px;
    color: #9D9DA2;
    display: block;
    font-weight: 400;
}

.wrapper-outers .wrapper-right {
    width: calc(100% - 500px);
    background: #ffffff;
    padding: 45px 65px;
}

.new-client-top a {
    font-size: 16px;
    line-height: 20px;
    color: #9A9B9E;
    font-weight: 600;
    float: right;
}

.new-client-top a img {
    margin: 0 12px 0 0;
    filter: grayscale(1);
}

.new-client-top a:hover {
    color: #012075;
}

.new-client-top a:hover img {
    filter: grayscale(0);
}

.new-client-top {
    width: 100%;
    float: left;
    text-align: right;
}

.company-form-outer {
    width: 100%;
    float: left;
    padding: 56px 0 0;
    text-align: center;
}

.company-form-outer form {
    width: 100%;
    display: inline-block;
    padding: 62px 20px 0;
    text-align: left;
}

img.bmw-logo {
    display: block;
    margin: 0 auto;
}

.company-form-inner {
    width: 100%;
    float: left;
    padding: 0 0 35px;
}

.company-form-left {
    width: 48.6%;
    float: left;
}

.company-form-left label {
    font-size: 14px;
    line-height: 19px;
    color: #2D2D2D;
    font-weight: 600;
    padding: 0 0 10px;
    width: 100%;
    float: left;
}

.company-form-left input {
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    width: 100%;
    float: left;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 16px;
    color: #2D2D2D;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    background: #ffffff;
}

.company-form-left input::-webkit-input-placeholder {
    color: #9D9DA2;
}

.company-form-left input::-moz-placeholder {
    color: #9D9DA2;
}

.company-form-left input:-ms-input-placeholder {
    color: #9D9DA2;
}

.company-form-left input:-moz-placeholder {
    color: #9D9DA2;
}

.company-form-left:nth-child(2) {
    float: right;
}

.company-form-left select {
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    width: 100%;
    float: left;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 16px;
    color: #2D2D2D;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/dropdown-icon4.svg) no-repeat top 18px right 15px #ffffff;
}

.company-form-right {
    width: 48.6%;
    float: right;
}

.company-form-right label {
    font-size: 14px;
    line-height: 19px;
    color: #2D2D2D;
    font-weight: 600;
    padding: 0 0 10px;
    width: 100%;
    float: right;
}

.company-form-right input {
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    width: 100%;
    float: right;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 16px;
    color: #2D2D2D;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    background: #ffffff;
}

.company-form-right input::-webkit-input-placeholder {
    color: #9D9DA2;
}

.company-form-right input::-moz-placeholder {
    color: #9D9DA2;
}

.company-form-right input:-ms-input-placeholder {
    color: #9D9DA2;
}

.company-form-right input:-moz-placeholder {
    color: #9D9DA2;
}

.company-form-right:nth-child(2) {
    float: right;
}

.company-form-right select {
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    width: 100%;
    float: right;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 16px;
    color: #2D2D2D;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/dropdown-icon4.svg) no-repeat top 18px right 15px #ffffff;
}

.company-form-inners {
    width: 100%;
    float: left;
    padding: 50px 0 0;
}

.company-form-right {
    float: right;
}

.company-form-right input[type="submit"] {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    background: #012075;
    border-radius: 7px;
    float: left;
    padding: 16px 39.5px;
    text-align: center;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    width: 152px;
}

.company-form-right input[type="submit"].cancel {
    background: transparent;
    color: #012075;
}

.company-form-right input[type="submit"]:hover {
    background: #2D2D2D;
}

.company-form-right input[type="submit"].cancel:hover {
    color: #ffffff;
}

footer {
    text-align: center;
    padding: 70px 0 0;
}

footer li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

footer li a {
    font-size: 12px;
    color: #012075;
    font-weight: 500;
    line-height: 16px;
}

footer li a:hover {
    text-decoration: underline;
    color: #2D2D2D;
}

footer li:before {
    content: "";
    position: absolute;
    right: -12px;
    top: 12px;
    background: #D9D9D9;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

footer li:last-child:before {
    display: none;
}

.package-outer {
    width: 100%;
    float: left;
    padding: 56px 0 0;
    text-align: left;
}

.package-outer strong {
    font-size: 20px;
    line-height: 27px;
    color: #2D2D2D;
    font-weight: 400;
    padding: 0 0 22px;
    display: inherit;
}

.package-outer h2 {
    font-size: 28px;
    line-height: 37px;
    color: #2D2D2D;
    padding: 0 0 40px;
}

.package-outer li {
    width: 264px;
    height: 385px;
    padding: 20px 30px;
    border-radius: 12px;
    border: 1px solid #E7E7E8;
    float: left;
    margin: 0 14px 0 0;
}

.package-outer li:hover,
.package-outer li:has(:checked) {
    border: 1px solid #001a60;
}

.package-outer li:last-child {
    margin-right: 0;
}

.package-outer li h3 {
    font-size: 18px;
    line-height: 23px;
    color: #2D2D2D;
    padding: 0 0 15px;
}

.package-outer li p {
    font-size: 14px;
    line-height: 19px;
    color: #727A8C;
    padding: 0 0 15px;
}

.package-outer li h4 {
    font-size: 42px;
    line-height: 56px;
    color: #012075;
    padding: 0 0 5px;
    font-weight: 500;
}

.package-outer li small {
    font-size: 16px;
    line-height: 22px;
    color: #727A8C;
    display: inherit;
    padding: 0 0 15px;
}

.package-outer li span {
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    display: inherit;
    padding: 0 0 15px;
}

.package-list li {
    font-size: 14px;
    line-height: 19px;
    color: #727A8C;
    background: url(../images/blue-tick.svg) no-repeat top 4px left 0;
    padding: 0 0 7px 28px;
    width: auto;
    height: auto;
    border: 0;
    margin-right: 0;
}

.package-list li:hover {
    border: none;
}

.package-outers strong {
    font-size: 24px;
    line-height: 32px;
}

.package-outers h2 {
    font-size: 32px;
    line-height: 42px;
    padding: 0 0 28px;
}

.package-outers p {
    font-size: 16px;
    line-height: 26px;
    color: #747474;
    font-weight: 400;
}

.package-outers p a {
    color: #2D2D2D;
    font-weight: 600;
}

.package-outers p a:hover {
    color: #012075;
}

.client-detail-outers {
    padding: 40px 0 0;
}

.package-outers {
    padding: 126px 0 0 170px;
}

.company-form-right input[type="submit"].continue-lg-btn {
    width: 257px;
}

.company-form-right input[type="submit"].confirm-lg-btn {
    width: 221px;
}

.password-outer h2 {
    padding: 0 0 44px;
}

.password-outer .company-form-left {
    width: 72.1%;
}

div:has(.toggle-password) {
    position: relative;
}

.toggle-password {
    position: absolute;
    width: 20px;
    top: 38px;
    right: 17px;
    cursor: pointer;
}

input:has(+.toggle-password) {
    padding-right: 40px;
}

.password-outer li {
    font-size: 12px;
    line-height: 24px;
    color: #2D2D2D;
    padding: 0 0 10px 30px !important;
    height: auto;
    border: 0;
    margin-right: 0 !important;
    font-weight: 400;
    width: 100% !important;
    float: left;
}

.package-outers li:hover {
    border: none;
}

.service-form-inner {
    width: 100%;
    float: left;
    margin: 0 0 36px;
}

.service-form-inner h3 {
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    padding: 0 0 20px;
    display: inherit;
}

.service-form-package {
    width: 100%;
    float: left;
    border: 1px solid #E7E7E8;
    border-radius: 12px;
    padding: 25px;
}

.service-form-package strong {
    font-size: 18px;
    line-height: 24px;
    color: #2D2D2D;
    padding: 0 0 15px;
    display: inherit;
    font-weight: 600;
}

.service-package-in label {
    width: 100%;
    float: left;
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    padding: 11px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 19px;
    color: #2D2D2D;
    font-weight: 600;
}

.service-package-in label:last-child {
    margin-bottom: 0;
}

.service-package-in label input {
    width: 20px;
    float: left;
    margin: 8px 0 0;
    padding: 0;
    height: 20px;
}

.service-package-in label span {
    width: 95%;
    float: right;
}

.service-package-in label span small {
    font-size: 12px;
    line-height: 16px;
    color: #727A8C;
    font-weight: 600;
}

.payment-method-left {
    width: 272px;
    float: left;
    margin: 0 15px 0 0;
}

.payment-method-left:nth-child(2) {
    width: 233px;
}

.payment-method-left:nth-child(3) {
    width: 233px;
    margin-right: 0;
}

.payment-method-left .company-form-left {
    width: 100%;
}

.payment-method-left .company-form-left button {
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    width: 100%;
    float: left;
    padding: 14px 16px 14px 50px;
    font-size: 14px;
    line-height: 28px;
    color: #2D2D2D;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    background: url(../images/credit-card-icon.svg) no-repeat top 14px left 14px #ffffff;
    text-align: left;
}

.payment-method-left:nth-child(2n) .company-form-left button {
    background: url(../images/wire-transfer-icon.svg) no-repeat top 14px left 14px #ffffff !important;
}

.payment-method-left:nth-child(3n) .company-form-left button {
    background: url(../images/paypal-icon.svg) no-repeat top 14px left 14px #ffffff !important;
}

.payment-method-left .company-form-left button:hover {
    border: 1px solid #012075;
}

.company-form-leftfl {
    width: 100%;
}

.payment-method-top {
    padding: 0 0 35px;
    width: 100%;
    float: left;
}

.company-form-innero {
    width: 100%;
    float: left;
    padding: 0 0 25px;
}

.master-card {
    background: url(../images/mastercard-icon.svg) no-repeat top 10px right 16px #ffffff !important;
}

.pdbmn {
    padding-bottom: 0 !important;
}

.service-form-package p {
    font-size: 16px;
    line-height: 22px;
    color: #727A8C;
    font-weight: 400;
    width: 100%;
    float: left;
    padding: 0 0 15px;
}

.service-form-package p b {
    float: right;
    color: #2D2D2D;
    font-weight: 600;
}

.service-selected {
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
    width: 100%;
    float: left;
}

.company-form-innerss {
    padding: 0;
}

.service-form-inner:last-child {
    margin: 0 0 24px;
}

.company-form-inner-s {
    padding: 0 0 24px;
}

.business-top {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0 0;
}

.business-top ul {
    width: 100%;
    display: inline-block;
}

.business-top ul li {
    display: inline-block;
    width: 19%;
    position: relative;
}

.business-top ul li:last-child:after {
    display: none;
}

.business-top ul li:after {
    content: "";
    position: absolute;
    right: -41%;
    top: 17px;
    width: 150px;
    height: 0;
    z-index: 0;
    border: 1px dashed #9D9DA2;
}

.business-top ul li span {
    border: 1px solid #9D9DA2;
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 100%;
    color: #9D9DA2;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 3px 0 0;
}

.business-top ul li p {
    color: #9D9DA2;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    padding: 20px 0 0;
    width: 100%;
    float: left;
}

.business-top ul li.client-detail-first span {
    color: #2D2D2D;
    border: 1px solid #2D2D2D;
}

.business-top ul li.client-detail-first p {
    color: #2D2D2D;
}

.responsible-inner {
    padding-bottom: 10px;
}

.responsible-inner h3 b {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #2D2D2D;
}

.responsible-inner h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D2D2D;
    padding: 0 0 14px;
}

.company-form-left-s {
    width: 393px;
    padding: 0 0 12px;
}

.responsible-inner .company-form-inner-ss {
    padding: 0;
}

.pdtp35 {
    padding-top: 35px;
}

.responsible-inner {
    padding-bottom: 10px;
}

.company-form-left-s input::-webkit-input-placeholder {
    color: #9D9DA2;
}

.company-form-left-s input::-moz-placeholder {
    color: #9D9DA2;
}

.company-form-left-s input:-ms-input-placeholder {
    color: #9D9DA2;
}

.company-form-left-s input:-moz-placeholder {
    color: #9D9DA2;
}

.business-top ul li.green-detail-first span {
    color: #fff;
    border: 1px solid #2DAF17;
    background: #2DAF17;
    font-weight: 700;
}

.business-top ul li.green-detail-first p {
    color: #2DAF17;
    font-weight: 700;
}

.business-top ul li.green-detail-first:after {
    border: 1px dashed #2DAF17;
}

.company-form-left-with-radio label input {
    width: 20px;
    float: left;
    margin: 0;
    padding: 0;
    height: 20px;
}

.company-form-left-with-radio label span {
    width: 91%;
    float: right;
}

.company-form-left-with-radio {
    padding: 12px 0 42px 20px;
    float: left !important;
}

.company-form-left-with-radio label {
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D;
    font-weight: 500;
    padding: 0 0 25px;
}

.company-form-left-with-radio label:last-child {
    border-bottom: 1px solid #E7E7E8;
}

.bdn {
    border-bottom: none !important;
}

.pyment-outer h2 {
    padding: 0 0 20px;
}

.pyment-outer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #747474;
}

.wrapper-outer-lg {
    background: #FFFFFF;
}

.wrapper-outer-lg header {
    padding: 30px 62px;
    position: static;
}

.wrapper-outer-lg .logo-outer:after {
    display: none;
}

.wrapper-outer-lg .logo-outer {
    padding: 0;
    width: auto;
}

.wrapper-outer-lg .new-client-top {
    width: auto;
    float: right;
    padding: 5px 0 0;
}

.discover-outer {
    text-align: center;
    padding: 0 65px;
}

.discover-inner {
    width: 100%;
    float: left;
}

.discover-top {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    position: relative;
}

.discover-top h1 {
    font-size: 28px;
    line-height: 38px;
    color: #2D2D2D;
    padding: 0 0 10px;
}

.discover-top img {
    width: 100px;
}

.discover-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100px;
    background: #E7E7E8;
    width: 100%;
    height: 1px;
    z-index: -1;
}

.chat-outer {
    width: 100%;
    float: left;
    border: 1px solid #E7E7E8;
    border-radius: 10px 10px 0 0;
}

.chat-outer {
    width: 100%;
    float: left;
    border: 1px solid #E7E7E8;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.chat-inner {
    width: 100%;
    float: left;
    padding: 42px 29px 0 35px;
    background: #FAFAFA;
    border-radius: 10px 10px 0 0;
    height: 300px;
    overflow-y: scroll;
}

.chat-left-ot {
    width: 100%;
    float: left;
    text-align: left;
}

.chat-left {
    width: 622px;
    float: left;
    text-align: left;
    padding: 20px 24px 22px 24px;
    border-radius: 16px 16px 0px 16px;
    background: #ffffff;
}

.chat-left p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #2D2D2D;
}

.chat-inner .chat-right {
    width: 622px;
    float: right;
    text-align: left;
    padding: 15px 22px 15px 22px;
    border-radius: 16px 16px 0px 16px;
    background: #276CF5;
}

.chat-inner .chat-right p {
    color: #ffffff;
}

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

.chat-left-ot span {
    width: 100%;
    float: left;
    padding: 10px 0 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #171717;
}

.write-form-inner {
    width: 100%;
    float: left;
    padding: 28px 39px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
}

.write-form-inner form {
    width: 100%;
    float: left;
}

.write-form-inner form input {
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    width: 93.4%;
    float: left;
    padding: 15px 24px;
    font-size: 14px;
    line-height: 18px;
    color: #828282;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    background: #F8F8F8;
}

.write-form-inner form input[type="submit"] {
    width: 50px;
    height: 50px;
    border: 1px solid #E7E7E8;
    border-radius: 100%;
    background: url(../images/mike-icon.svg) no-repeat top 10px center #F8F8F8;
    cursor: pointer;
    padding: 8px;
    float: right;
    background-size: 28px;
}

.footer-outer {
    padding: 50px 0 31px;
}

.container-lg {
    width: 1170px;
    margin: 0 auto;
}

.company-form-inner-ss .company-form-outer {
    padding: 13px 17px 0;
    text-align: left;
}

.company-form-left textarea {
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    width: 100%;
    float: left;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 16px;
    color: #2D2D2D;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    background: #ffffff;
    outline: none;
    height: 155px;
    resize: none;
}

.company-form-lefthfl {
    width: 83.4%;
}

.desk-n {
    display: none;
}

.new-client-right {
    width: 100%;
    float: left;
}

#my-calendly-embed {
    height: 970px !important;
}

.project-outer {
    padding: 83px 0 0;
}

.project-inner {
    width: 100%;
    float: left;
    padding: 62px 62px 102px;
    border: 2px solid #E7E7E8;
    border-radius: 10px;
    text-align: left;
}

.project-inner h1 {
    font-size: 32px;
    line-height: 42px;
    color: #2D2D2D;
    padding: 0 0 45px;
    text-align: center;
}

.project-inner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #2D2D2D;
}

.project-inner h2 {
    font-size: 28px;
    line-height: 37px;
    color: #2D2D2D;
    padding: 56px 0 34px;
}

.confirm-button {
    width: 100%;
    float: left;
    text-align: center;
    padding: 64px 0 54px;
}

.confirm-button a {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    background: #012075;
    border-radius: 7px;
    display: inline-block;
    padding: 16px 20px;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}

.confirm-button a:hover {
    background: #2D2D2D;
}

.type-popup {
    width: 1062px;
    height: 539px;
    border-radius: 10px;
    display: inline-block;
    background-color: #ffffff;
}

.type-popup-top {
    width: 100%;
    float: left;
    border-radius: 10px 10px 0 0;
    padding: 24px 24px 0 32px;
    border-bottom: 1px solid #E7E7E8;
}

.type-popup-top-left {
    width: 50%;
    float: left;
}

.type-popup-top-left li {
    float: left;
    margin-right: 30px;
}

.type-popup-top-left li a {
    font-size: 16px;
    line-height: 20px;
    color: #9D9DA2;
    font-weight: 500;
    display: inline-block;
    padding: 0 0 15px;
    position: relative;
}

.type-popup-top-left li a.active {
    color: #012075;
}

.type-popup-top-left li a.active:after {
    display: block;
}

.type-popup-top-left li a:after {
    content: "";
    position: absolute;
    background-color: #012075;
    width: 100%;
    height: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    border-radius: 6px 6px 0 0;
}

.type-popup-top-left li:hover a:after {
    display: block;
}

.type-popup-top-right {
    width: 50%;
    float: left;
    padding: 3px 0 0;
}

.type-popup-top-right a {
    font-size: 16px;
    line-height: 20px;
    color: #9A9B9E;
    font-weight: 600;
    float: right;
}

.type-popup-top-right a img {
    margin: 0 12px 0 0;
    filter: grayscale(1);
}

.type-popup-top-right a:hover {
    color: #012075;
}

.type-popup-top-right a:hover img {
    filter: grayscale(0);
}

.type-popup-content {
    width: 100%;
    float: left;
    text-align: center;
    padding: 80px 0 74px;
    background: #FAFAFA;
}

.type-popup-bottom {
    width: 100%;
    float: left;
    border-radius: 0 0 10px 10px;
    padding: 40px;
    border-top: 1px solid #E7E7E8;
}

.type-popup-bottom ul {
    float: right;
}

.type-popup-bottom li {
    float: left;
}

.type-popup-bottom li a {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    background: #012075;
    border-radius: 7px;
    float: left;
    padding: 14px 40.5px;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}

.type-popup-bottom li a:hover {
    background: #2D2D2D;
}

.type-popup-bottom li a.cancel {
    background: transparent;
    color: #012075;
}

.type-popup-bottom li a.cancel:hover {
    background: #2D2D2D;
    color: #ffffff;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup-outer {
    text-align: center;
    margin: 8% auto 0;
    position: relative;
}

.popup-outer .content {
    max-height: 100%;
    overflow: auto;
}

.header-outer {
    height: 86px;
}

.header-outer .logo-outer {
    width: 220px;
    padding: 8px 0 0;
}

.header-outer .header-left {
    width: 362px;
    padding: 6px 0 0;
}

.header-outer .logo-outer:after {
    right: 30px;
    top: 15px;
}

.filter-outer {
    padding: 32px 0;
}

.container-xlg {
    width: 1320px;
    margin: 0 auto;
}

.filter-inner {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.filter-left {
    width: 50%;
    float: left;
    text-align: left;
}

.filter-left h1 {
    font-size: 28px;
    line-height: 34px;
    color: #212325;
    padding: 0 0 10px;
}

.filter-left p {
    font-size: 16px;
    line-height: 20px;
    color: #979DAC;
    font-weight: 500;
}

.filter-right {
    width: auto;
    float: right;
}

.filter-right li {
    float: left;
    margin-left: 10px;
}

.filter-right li a {
    font-size: 14px;
    line-height: 16px;
    color: #2D2D2D;
    font-weight: 600;
    background: #ffffff;
    border-radius: 6px;
    float: left;
    padding: 11px 15px;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    border: 1px solid #E7EBF1;
}

.filter-right li a img {
    float: left;
    margin-right: 9px;
}

.filter-right li:first-child {
    margin-left: 0;
}

.filter-right li a:hover {
    background: #012075;
    color: #ffffff;
}

.filter-right li a:hover img {
    filter: brightness(100);
}

.introduction-inner {
    width: 100%;
    float: left;
    padding: 28px 24px;
    background: #FFFFFF;
    box-shadow: 2px 2px 16px 0px #00000014;
    border-radius: 12px;
    margin: 0 0 24px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.introduction-inner.closed {
    height: 75px;
}

.introduction-inner h2 {
    font-size: 20px;
    line-height: 26px;
    color: #2D2D2D;
    padding: 0 0 38px;
    cursor: pointer;
}

.introduction-inner h2 img {
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.introduction-inner strong {
    font-size: 18px;
    line-height: 24px;
    color: #2D2D2D;
    font-weight: 600;
    padding: 0 0 35px;
    display: inherit;
}

.introduction-inner p {
    font-size: 16px;
    line-height: 27px;
    color: #667085;
    font-weight: 500;
    letter-spacing: 0;
}

.market-size-left {
    width: 60%;
    float: left;
    padding: 0 36px 36px 0;
    border-right: 1px solid #E7EBF1;
}

.market-size-right {
    width: 40%;
    float: left;
    padding: 0 36px 36px;
}

.competitive-landscape-inner {
    width: 100%;
    float: left;
    border-top: 1px solid #E7EBF1;
    border-bottom: 1px solid #E7EBF1;
}

.competitive-landscape-left {
    width: 50%;
    float: left;
    padding: 36px 36px 0 0;
    border-right: 1px solid #E7EBF1;
}

.competitive-landscape-left strong,
.competitive-landscape-right strong {
    padding: 0 0 45px;
}

.competitive-landscape-left img {
    display: block;
    margin: auto;
}

.competitive-landscape-right {
    width: 50%;
    float: left;
    padding: 36px 36px;
}

.competitive-landscape-right small {
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    font-weight: 600;
    padding: 0 0 15px;
    display: inherit;
}

.competitive-landscape-right li {
    font-size: 14px;
    line-height: 19px;
    color: #2D2D2D;
    padding: 0 0 15px 26px;
    position: relative;
}

.competitive-landscape-right li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    background: #1067E1;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.competitive-landscape-right small.potential-obstacles {
    padding: 20px 0 15px;
}

.potential-obstacles-list li:before {
    background: #41C6AE;
}

.regulations-policies {
    padding: 36px 0 0;
    width: 100%;
    float: left;
}

.target-market-inner {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E7EBF1;
}

.target-market-inner .market-size-left {
    width: 50%;
    padding: 0 36px 36px 0;
    border-right: 1px solid #E7EBF1;
}

.target-market-inner .market-size-left img {
    display: block;
    margin: auto;
}

.target-market-inner .market-size-left strong,
.target-market-inner .market-size-right strong {
    padding: 0 0 45px;
}

.target-market-inner .market-size-right {
    width: 50%;
    padding: 0 36px 36px;
}

.gender-distribution-inner {
    width: 100%;
    float: left;
}

.gender-distribution-left {
    width: 33.33%;
    float: left;
    padding: 36px 36px 36px 0;
    border-right: 1px solid #E7EBF1;
}

.gender-distribution-left:last-child {
    border-right: 0;
}

.gender-distribution-left strong,
.demographics-left strong,
.tactics-left strong {
    padding: 0 !important;
}

.gender-distribution-left img {
    display: block;
    margin: auto;
}

.age-distribution-left {
    padding: 36px;
}

.psychographics-inner .competitive-landscape-left {
    width: 50%;
    padding-left: 0;
}

.psychographics-inner .competitive-landscape-left strong,
.psychographics-inner .competitive-landscape-right strong {
    padding: 0 0 32px;
}

.psychographics-inner .competitive-landscape-right small img {
    margin-right: 9px;
    float: left;
}

.psychographics-inner .competitive-landscape-right li:before {
    background: #93AAFD;
}

.criteria-inner {
    width: 100%;
    float: left;
    padding: 36px 0 0;
}

.criteria-inner strong {
    padding: 0 0 35px;
}

.criteria-table {
    width: 100%;
    float: left;
}

.criteria-left {
    width: 50%;
    float: left;
    padding: 0 32px 0 10px;
}

.criteria-left small {
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    font-weight: 600;
    padding: 0 0 20px;
    display: inherit;
}

.criteria-table table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 8px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
}

.criteria-table table th {
    padding: 12px;
    text-align: left;
    vertical-align: bottom;
    background: #1067E1;
    border-right: 1px solid #E5E5EF;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: #2D2D2D;
    height: 48px;
}

.criteria-table table th:first-child {
    border-radius: 5px 0 0 0;
}

.criteria-table table th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 0;
}

.criteria-table table td:first-child {
    border-radius: 5px 0 0 0;
    border-left: 1px solid #E5E5EF;
}

.criteria-table table td:last-child {
    border-radius: 0 5px 0 0;
}

.criteria-table table td {
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    border-bottom: 1px solid #E5E5EF;
    letter-spacing: 0.01em;
    color: #2D2D2D;
    height: 48px;
    border-right: 1px solid #E5E5EF;
}

.criteria-right {
    padding: 0 10px 0 32px;
}

.criteria-right .criteria-table table th {
    background: #41C6AE;
}

.swot-analysis-inner {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E7EBF1;
}

.swot-analysis-inner .market-size-left {
    width: 60%;
    float: left;
    border-right: 1px solid #E5E5EF;
    padding: 0 0 36px 0;
    border-bottom: 1px solid #E5E5EF;
}

.swot-analysis-left {
    width: 26%;
    float: left;
}

.swot-analysis-left li {
    width: 100%;
    float: left;
    margin: 0 0 74px;
    text-align: right;
    padding: 0 13px;
    border-right: 6px solid #136BE5;
}

.swot-analysis-left li:nth-child(2) {
    border-right: 6px solid #1EC3DF;
    margin-bottom: 0;
}

.swot-analysis-left li:nth-child(2) h3 {
    color: #1EC3DF;
}

.swot-analysis-left li h3 {
    font-size: 16px;
    line-height: 21px;
    color: #136BE5;
    font-weight: 700;
    padding: 0 0 10px;
    display: inherit;
}

.swot-analysis-left li p {
    font-size: 12px;
    line-height: 16px;
    color: #667085;
    font-weight: 500;
}

.swot-analysis-right li {
    text-align: left;
    border-left: 6px solid #03D1BD;
    border-right: 0 !important;
}

.swot-analysis-right li h3 {
    color: #03D1BD;
}

.swot-analysis-right li:nth-child(2) h3 {
    color: #023F80;
}

.swot-analysis-right li:nth-child(2) {
    border-left: 6px solid #023F80 !important;
    margin-bottom: 0;
}

.swot-analysis-inner .market-size-left strong {
    padding: 0 0 46px;
}

.swot-analysis-center {
    width: 48%;
    float: left;
    text-align: center;
}

.swot-analysis-inner .market-size-right {
    padding: 0 36px;
}

.swot-analysis-inner .market-size-right strong {
    font-size: 18px;
    line-height: 24px;
    color: #2D2D2D;
    font-weight: 600;
    padding: 0 0 32px;
    display: inherit;
}

.swot-analysis-inner .market-size-right small {
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    font-weight: 600;
    padding: 0 0 15px;
    display: inherit;
}

.swot-analysis-inner .market-size-right small img {
    margin-right: 9px;
    float: left;
}

.swot-analysis-inner .market-size-right li {
    font-size: 14px;
    line-height: 19px;
    color: #2D2D2D;
    padding: 0 0 15px 26px;
    position: relative;
}

.swot-analysis-inner .market-size-right li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    background: #93AAFD;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.swot-analysis-inner .market-size-right small.potential-obstacles {
    padding: 20px 0 15px;
}

.swot-analysis-innr {
    width: 100%;
    float: left;
}

.swot-analysis-inner .market-size-left.market-size-leftf {
    width: 100%;
    padding: 36px 0;
    border-top: 1px solid #E5E5EF;
    border-bottom: 0;
    margin: 36px 0 0;
    border-right: 0;
}

.disruptors-left {
    width: 26%;
    float: left;
    text-align: left;
    padding: 215px 0 0 100px;
}

.disruptors-left li {
    width: 100%;
    float: left;
}

.disruptors-left li h3 {
    font-size: 18px;
    line-height: 24px;
    color: #03D1BD;
    font-weight: 700;
    padding: 0 0 10px;
    display: inherit;
}

.disruptors-left li p {
    font-size: 12px;
    line-height: 16px;
    color: #667085;
    font-weight: 500;
}

.disruptors-right {
    width: 26%;
    float: left;
    text-align: left;
    padding: 55px 0 0;
}

.disruptors-center {
    width: 43%;
    float: left;
}

.disruptors-right li:first-child {
    margin: 0 0 100px -70px;
}

.disruptors-right li:first-child h3 {
    color: #136BE5;
}

.disruptors-right li:nth-child(2) h3 {
    color: #F42A8B;
}

.disruptors-right li:nth-child(2) {
    margin-left: 20px;
}

.criteria-inners strong {
    padding: 0 0 45px;
}

.criteria-inners {
    padding: 36px 0 42px;
}

.criteria-inne .criteria-table table th {
    background: #ffffff;
    border-bottom: 1px solid #E7E7E7;
    line-height: 17px;
    border-right: 0px solid #E5E5EF;
    letter-spacing: 0;
}

.criteria-inne .criteria-table table td {
    border-bottom: 1px solid #E3E3F3;
    letter-spacing: 0;
    color: #757575;
    border-right: 0px solid #E5E5EF;
}

.criteria-inne .criteria-table table td:first-child {
    border-radius: 0;
    border-left: 0px solid #E5E5EF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
    color: #2D2D2D;
}

.criteria-inne .criteria-table table th:first-child {
    border-radius: 0;
    padding-left: 0;
}

.criteria-inne .criteria-table table td:first-child img {
    vertical-align: inherit;
    margin-right: 16px;
}

.criteria-inne .criteria-table table {
    box-shadow: none;
}

.competitor-inner {
    width: 100%;
    float: left;
    padding: 36px 0 0;
    border-top: 1px solid #eee;
}

.competitor-left {
    width: 60%;
    float: left;
    border-right: 1px solid #E5E5EF;
}

.competitor-right {
    width: 40%;
    float: right;
    padding: 0 36px 36px;
}

.competitor-right li {
    font-size: 14px;
    line-height: 19px;
    color: #2D2D2D;
    padding: 0 0 15px 26px;
    position: relative;
}

.competitor-right li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    background: #93AAFD;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.competitor-right strong {
    padding: 0 0 28px;
}

.benchmarking-inner .market-size-left {
    width: 50%;
}

.benchmarking-inner .market-size-left strong,
.benchmarking-inner .market-size-right strong {
    padding: 0 0 50px;
}

.benchmarking-inner .market-size-left img {
    display: block;
    margin: auto;
}

.benchmarking-inner .market-size-right {
    width: 50%;
    padding: 0 36px 10px;
    border-left: 1px solid #E7EBF1;
}

.benchmarking-inner .market-size-right li {
    width: 100%;
    float: left;
    padding: 0 0 28px;
}

.benchmarking-inner .market-size-right li h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #2A3EA0;
    padding: 0 0 8px;
}

.benchmarking-inner .market-size-right li p {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #667085;
}

.benchmarking-inner .market-size-right li:nth-child(2) h4 {
    color: #2C50B5;
}

.benchmarking-inner .market-size-right li:nth-child(3) h4 {
    color: #3489D7;
}

.benchmarking-inner .market-size-right li:nth-child(4) h4 {
    color: #45B5D4;
}

.benchmarking-inner .market-size-right li:nth-child(5) h4 {
    color: #5BBABB;
}

.pdtp0 {
    padding-top: 0 !important;
}

.market-size-leftfl {
    width: 100% !important;
    padding: 36px 0;
    border-bottom: 1px solid #eee;
}

.competitor-right small {
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    font-weight: 600;
    padding: 0 0 15px;
    display: inherit;
}

.competitor-right small img {
    margin-right: 9px;
    float: left;
}

.competitor-right small.potential-obstacles {
    padding: 20px 0 15px;
}

.pricing-inner {
    padding: 0;
}

.pricing-inner .criteria-left {
    width: 100%;
    padding: 0;
}

.pricing-inner .criteria-left .criteria-table table th {
    background: #4A3AFF;
}

.pricing-inner .pricing-left {
    width: 50%;
    padding: 0;
}

.pricing-inner {
    padding: 0 0 36px;
    border-bottom: 1px solid #eee;
}

.pricing-inner .pricing-left {
    width: 50%;
    padding: 36px 36px 36px 0;
    border-right: 1px solid #eee;
    float: left;
}

.pricing-right {
    float: right;
    width: 50%;
    padding: 36px 0 36px 36px;
}

.pricing-inner .pricing-right .criteria-table table th {
    background: #1067E1;
}

.pricing-inner:last-child {
    padding: 0;
}

.branding-inner {
    padding: 0;
}

.branding-inner .branding-left {
    width: 31.8%;
    float: left;
}

.branding-inner .branding-left small {
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    font-weight: 600;
    padding: 15px 0 0;
    display: inherit;
    width: 100%;
    text-align: center;
}

.branding-inner .branding-right small {
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    font-weight: 600;
    padding: 95px 0 0;
    display: inherit;
    width: 100%;
    text-align: center;
}

.branding-right {
    width: 44.7%;
    float: left;
    text-align: center;
    margin: 0 0 0 70px;
}

.branding-inner {
    padding: 0 0 36px;
    border-bottom: 1px solid #E7EBF1;
}

.awareness-inner p {
    font-size: 14px;
    line-height: 23px;
    color: #667085;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 0 36px;
}

.awareness-left {
    width: 50%;
    float: left;
    text-align: center;
}

.awareness-inner {
    padding: 36px 0;
}

.awareness-inners {
    padding: 36px 0 0;
    border: none;
}

.awareness-inners p b {
    font-size: 18px;
    line-height: 24px;
    color: #2D2D2D;
}

.awareness-inners p {
    font-size: 16px;
    line-height: 26px;
    color: #667085;
    padding: 0;
}

.competitor-inners {
    padding: 0 0 36px;
    border-top: 0 solid #eee;
    border-bottom: 1px solid #eee;
}

.competitor-inners .competitor-left {
    width: 40%;
    overflow: hidden;
}

.competitor-inners .competitor-right {
    width: 60%;
    overflow: hidden;
}

.competitor-innerss {
    padding-top: 36px;
}

.competitor-innerss img {
    display: block;
    margin: 0 auto;
}

.competitor-innerss strong {
    padding: 0 0 45px;
}

.recommendations-inner {}

.recommendations-inner .competitor-left {
    width: 50%;
    padding: 0;
    float: left;
}

.recommendations-inner .competitor-right {
    width: 50%;
    float: left;
}

.recommendations-inners {
    padding: 36px 0 0 !important;
    border-bottom: 0;
}

.porter-analysis-innr {
    width: 100%;
    float: left;
    background: url(../images/porter-analysis.svg) no-repeat center bottom;
    padding: 0 0 180px;
    background-size: 700px;
}

.porter-analysis-innr .swot-analysis-left li:nth-child(2) h3 {
    color: #EA914B;
}

.porter-analysis-innr .swot-analysis-left li:nth-child(2) {
    border-right: 6px solid #EA914B;
    margin: 76px 0 0;
}

.porter-analysis-innr .swot-analysis-left li {
    width: 260px;
    float: left;
    margin: 96px 0 0 120px;
    border-right: 6px solid #4EA2D1;
}

.porter-analysis-innr .swot-analysis-center li {
    width: 260px;
    display: inline-block;
    margin: 0 0 74px 100px;
    text-align: left;
    padding: 0 16px;
    border-left: 6px solid #D54F78;
}

.porter-analysis-innr .swot-analysis-center li h3 {
    font-size: 16px;
    line-height: 21px;
    color: #D54F78;
    font-weight: 700;
    padding: 0 0 10px;
    display: inherit;
}

.porter-analysis-innr .swot-analysis-center li p {
    font-size: 12px;
    line-height: 16px;
    color: #667085;
    font-weight: 500;
}

.porter-analysis-innr .swot-analysis-right li {
    border-left: 6px solid #B1529C;
    border-right: 0 !important;
    margin-left: 60px !important;
}

.porter-analysis-innr .swot-analysis-right li h3 {
    color: #B1529C;
}

.porter-analysis-innr .swot-analysis-right li:nth-child(2) {
    border-left: 6px solid #52B4BB !important;
    margin-bottom: 0;
    margin-left: 170px !important;
    width: 260px;
}

.porter-analysis-innr .swot-analysis-right li:nth-child(2) h3 {
    color: #52b4bb;
}

.porter-analysis-innr .swot-analysis-left {
    width: 33%;
}

.porter-analysis-innr .swot-analysis-center {
    width: 33%;
}

.porter-analysis-innr .swot-analysis-right {
    width: 33%;
}

.porter-analysis-innr .swot-analysis-right li {
    width: 320px;
}

.porter-analysis-innr .swot-analysis-left li h3 {
    font-size: 14px;
    line-height: 19px;
}

.pricing-inner .criteria-left .criteria-table table th {
    background: #4A3AFF;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.strategy-inner .criteria-left .criteria-table table th {
    background: #1067E1;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.strategy-inners {
    padding-top: 35px !important;
}

.strategy-inners .criteria-left .criteria-table table th {
    background: #41C6AE;
    width: 25%;
}

.strategy-inner-s {
    padding-top: 35px !important;
}

.pestel-analysis-innr .swot-analysis-left li {
    width: 100%;
    float: left;
    border-right: 0;
    margin: 0 0 50px 100px;
}

.pestel-analysis-innr .swot-analysis-left li:nth-child(2) {
    margin: 0 0 85px 0;
}

.pestel-analysis-innr .swot-analysis-left li:nth-child(2) h3 {
    color: #45B5D4;
}

.pestel-analysis-innr .swot-analysis-left li:nth-child(3) h3 {
    color: #5BBABB;
}

.pestel-analysis-innr .swot-analysis-left li:nth-child(3) {
    margin-left: 0;
}

.pestel-analysis-innr .swot-analysis-left li {
    width: 100%;
    float: left;
}

.pestel-analysis-innr .swot-analysis-left li h3 {
    font-size: 18px;
    line-height: 24px;
    color: #3489D7;
    font-weight: 700;
    padding: 0 0 10px;
    display: inherit;
}

.pestel-analysis-innr .swot-analysis-left li p {
    font-size: 12px;
    line-height: 16px;
    color: #667085;
    font-weight: 500;
}

.pestel-analysis-innr .swot-analysis-right {
    width: 26%;
    float: left;
    text-align: left;
    padding: 115px 0 0 10px;
}

.pestel-analysis-innr .swot-analysis-right li {
    border-left: 0;
}

.disruptors-center {
    width: 43%;
    float: left;
}

.pestel-analysis-innr .swot-analysis-right li:first-child {
    margin: 0 0 100px 0;
}

.pestel-analysis-innr .swot-analysis-right li:first-child h3 {
    color: #4364C0;
}

.pestel-analysis-innr .swot-analysis-right li:nth-child(2) h3 {
    color: #4364C0;
}

.pestel-analysis-innr .swot-analysis-right li:nth-child(2) {
    margin-left: 0;
    border-left: 0 !important;
}

.pestel-analysis-innr .swot-analysis-right li:nth-child(3) {
    margin: -50px 0 0 -100px;
}

.personas-inner {
    width: 100%;
    float: left;
    height: 438px;
    border: 1px solid #E7E7E8;
    border-radius: 8px;
    padding: 20px;
}

.personas-left {
    width: 32.4%;
    float: left;
}

.personas-left-top {
    width: 100%;
    float: left;
    padding: 0 0 32px;
}

.personas-left-top img {
    width: 100%;
    float: left;
}

.personas-left-bottom {
    width: 100%;
    float: left;
}

.personas-left-bottom h3 {
    font-size: 20px;
    color: #000000;
    line-height: 27px;
    padding: 0 0 20px;
}

.personas-left-bottom li {
    width: 50%;
    padding: 0 0 15px;
    font-size: 10px;
    color: #000000;
    line-height: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.personas-left-bottom li img {
    float: left;
    margin-right: 5px;
    width: 20px !important;
}

.personas-right {
    width: 64.5%;
    float: right;
}

.personas-right-top {
    width: 100%;
    float: left;
    border-radius: 8px;
    padding: 5px;
    background: #07CBC14D;
}

.personas-right-top li {
    font-size: 10px;
    color: #000000;
    line-height: 12px;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 15px;
}

.personas-right-top li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    background: #000000;
    width: 3px;
    height: 3px;
    border-radius: 100%;
}

.personas-right-content {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.personas-right-content-l {
    width: 45%;
    float: left;
    padding: 0 0 16px;
}

.personas-right-content-l:nth-child(2) {
    float: right;
}

.personas-right-content-l h4 {
    font-size: 17px;
    color: #000000;
    line-height: 23px;
    padding: 0 0 2px;
    border-bottom: 1px solid #07CBC1;
    display: inline-block;
    margin-bottom: 12px;
}

.personas-right-content-l p {
    font-size: 8px;
    color: #000000;
    line-height: 11px;
    font-weight: 500;
    display: inline-block;
}

.personas-right-content-l li {
    font-size: 8px;
    color: #000000;
    line-height: 11px;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 15px;
}

.personas-right-content-l li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    background: #000000;
    width: 3px;
    height: 3px;
    border-radius: 100%;
}

.personas-right-content-in {
    width: 100%;
    float: left;
}

.pain-left {
    width: 50%;
    float: left;
    border-right: 1px solid #E5E5EF;
}

.pain-left strong {
    padding: 0 0 25px !important;
}

.pain-left li {
    width: 33%;
    float: left;
    text-align: center;
    padding: 0 0 28px;
    height: 101px;
}

.pain-left li p {
    font-size: 12px;
    line-height: 16px;
    color: #667085;
    font-weight: 500;
    padding: 12px 0 0;
}

.pain-right strong {
    padding-left: 30px !important;
}

.pain-right {
    border-right: 0 !important;
}

.measurements-inner {
    padding: 36px 0 0;
    border-bottom: 0;
}

.measurements-inner .introduction-inner strong {
    padding: 0 0 50px;
}

.owl-carousel {
    width: 100%;
    float: left;
}

.owl-theme .owl-nav {
    display: none;
}

#piechart {
    padding: 0;
    margin: 0;
}

path[stroke-width="6.5"] {
    stroke-opacity: 0.5;
    /*Manage Border outside */
}

@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

.chartjs-size-monitor-expand>div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0
}

.chartjs-size-monitor-shrink>div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0
}

.myCharts-wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 4px;
}

canvas {
    background: #fff;
}

.awareness-right {
    width: 50%;
    float: left;
    padding: 0 36px;
    border-left: 1px solid #eee;
}

div#chart2 {
    margin: 36px 36px 0;
    display: inline-block;
}

div#chart3 {
    margin: 0 26px 0;
    display: inline-block;
}

div#chart4 {
    margin: 0 26px 0;
    display: inline-block;
}

.chartjs-render-monitor {
    overflow: hidden !important;
    width: 100% !important;
}

.psychographics-inner .competitive-landscape-right {
    width: 50%;
}

.potential-left {
    padding-right: 36px !important;
}

main {
    margin: 0 auto;
    max-width: 500px;
    padding: 0;
}

#spider-chart {
    width: 100%;
    height: auto;
}

.other-navs {
    margin: 143px 0 0;
}

.support-team-inner .package-outers {
    padding: 0;
}

.support-team-innr {
    width: 880px;
    float: left;
}

.password-team-innr {
    width: 100%;
    float: left;
    padding: 42px 0 0;
}

.password-team-innr li {
    width: 100%;
    float: left;
    box-shadow: 2px 2px 16px 0px #00000014;
    border-radius: 12px;
    padding: 24px;
    text-align: left;
    height: auto;
    margin: 0 0 24px;
    border: 0;
}

.password-team-innr li .password-team-innr-left {
    width: 50%;
    float: left;
}

.password-team-innr li .password-team-innr-left h4 {
    font-size: 18px;
    line-height: 24px;
    color: #2d2d2d;
    font-weight: 700;
    padding: 0;
}

.password-team-innr li .password-team-innr-left img {
    float: left;
    margin-right: 18px;
}

.password-team-innr li .password-team-innr-right {
    float: left;
    width: 50%;
    text-align: right;
}

.password-team-innr li .password-team-innr-right small {
    font-size: 14px;
    line-height: 18px;
    color: #9D9DA2;
    display: inline-block;
    padding: 0;
    font-weight: 600;
}

.progress-bar {
    display: inline-block;
    margin-right: 14px;
    background: #EFEFEF;
    border-radius: 5px;
    height: 6px;
    width: 72px;
}

.company-form-inners-b {
    width: 100%;
    float: left;
    padding: 95px 0 0;
}

.progress {
    background: #EFEFEF;
    border-radius: 5px;
    align-items: center;
    position: relative;
    height: 6px;
    width: 72px;
}

.progress-value {
    animation: load 3s normal forwards;
    box-shadow: 0 10px 40px -10px #03A53E;
    border-radius: 5px;
    background: #03A53E;
    height: 6px;
    width: 0;
}

.progress-value2 {
    animation: load2 3s normal forwards;
    box-shadow: 0 10px 40px -10px #03A53E;
    border-radius: 5px;
    background: #03A53E;
    height: 6px;
    width: 24px;
}

.questionnaore-inner {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.questionnaore-inner p {
    color: #747474;
    line-height: 22px;
}

.questionnaore-innr {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #E7E7E8;
    border-radius: 8px;
}

.questionnaore-innrs {
    width: 100%;
    float: left;
    padding: 16px 18px;
    border-bottom: 1px solid #E7E7E8;
}

.questionnaore-innrs strong {
    font-size: 14px;
    line-height: 19px;
    color: #2D2D2D;
    font-weight: 600;
    display: inline-block;
    padding: 0;
}

.questionnaore-innrs strong img {
    float: left;
    margin-right: 10px;
}

.questionnaore-innr .questionnaore-innrs small {
    font-size: 12px;
    line-height: 25px;
    color: #2D2D2D;
    font-weight: 600;
    display: inline-block;
    padding: 0;
    text-align: right;
    float: right;
}

.questionnaore-innrs small img {
    float: left;
    margin-right: 8px;
}

.questionnaore-innrs:last-child {
    border-bottom: 0;
}

.questionnaore-innr .questionnaore-innrs small.grey-text {
    color: #9D9DA2;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: 'Manrope', sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-button-normal,
text.highcharts-credits {
    display: none !important;
}

#piechart>div>div,
#piechart3>div>div,
#piechart4>div>div,
#piechart5>div>div,
#piechart6>div>div,
#piechart2>div>div {
    margin: auto;
    display: block;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    24% {
        width: 24%;
    }
}

.clients-outers {
    padding: 34px 30px;
}

.clients-top-outers {
    float: left;
    width: 100%;
    padding: 0 0 40px;
}

.clients-top-outers h1 {
    padding: 0 0 20px;
    font-size: 24px;
    line-height: 32px;
    color: #2D2D2D;
}

.clients-top-outers li {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

.clients-top-outers li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    background: url(../images/right-arrow.svg) no-repeat;
    width: 7px;
    height: 12px;
    background-size: 5px;
}

.clients-top-outers li:last-child:after {
    display: none;
}

.clients-top-outers li:last-child {
    margin-right: 0;
}

.clients-top-outers li a {
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2D2D2D;
    text-align: left;
}

.clients-top-outers li a:hover {
    color: #242424;
}

.client-fdetail {
    width: 100%;
    float: left;
    background: #FFFFFF;
    border: 1px solid #E7E7E8;
    border-radius: 12px;
    padding: 36px 46px;
}

.client-fdetail-left {
    width: 105px;
    float: left;
    text-align: center;
}

.client-fdetail-left h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2D2D2D;
}

.client-fdetail-center {
    width: 210px;
    float: left;
    padding: 0 0 0 72px;
}

.client-fdetail-center p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2D2D2D;
    padding: 0 0 14px;
}

body .flores {
    padding: 0 0 32px;
}

.paused {
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    text-align: center;
    letter-spacing: -0.00413988px !important;
    padding: 6px 19.2px !important;
    display: inline-block;
    background: rgba(255, 203, 71, 0.3);
    color: #FFA400 !important;
    border-radius: 50px;
}

.client-analytics {
    width: 100%;
    float: left;
    padding: 64px 0 0;
}

.client-analytics li {
    box-shadow: 2px 2px 16px 0px #00000014;
    width: 198px;
    height: 170px;
    border-radius: 12px;
    text-align: center;
    padding: 30px 20px;
    float: left;
    margin: 0 16px 16px 0;
}

.client-analytics li img {
    margin: 0 auto 24px;
    display: block;
}

.client-analytics li h3 {
    font-size: 18px;
    line-height: 24px;
    color: #2D2D2D;
}

.client-post-detail {
    padding: 34px 32px;
    text-align: left;
}

.client-post-detail .client-fdetail-left {
    width: 236px;
    text-align: left;
}

.client-post-detail .client-fdetail-left h2 {
    font-size: 22px;
    line-height: 29px;
    padding: 0 0 28px;
}

.client-post-detail .client-fdetail-left img {
    width: 100%;
}

.client-post-detail .client-fdetail-center {
    width: 440px;
    padding: 60px 0 0 72px;
}

.client-post-detail .client-fdetail-center p {
    font-size: 16px;
}

.client-fdetail-bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2D2D2D;
    padding: 0 0 14px;
}

.status-detail-l {
    float: left;
    width: 50%;
}

.status {
    color: #D31123 !important;
    background: rgba(234, 53, 70, 0.3);
}

.platform {
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    text-align: center;
    letter-spacing: -0.00413988px !important;
    padding: 6px 10px !important;
    display: inline-block;
    background: #F1F1F1;
    color: #707070 !important;
    border-radius: 50px;
    width: 88px;
    margin-right: 8px;
}

.platform:last-child {
    margin-right: 0 !important;
}

.client-post-detail .client-fdetail-centers {
    width: 340px;
    padding-left: 65px;
}

.client-fdetail-bottom {
    width: 65%;
    float: left;
    padding: 40px 0 0 72px;
}

.content-filter-right {
    float: right;
    width: auto;
}

.content-filter-right .filter-right {
    width: 92px;
    float: left;
    margin-right: 10px;
}

.content-filter-right a {
    padding: 10px 15.5px;
}

span#\32 plsu {
    width: 40px;
}

.clients-tableu .platform {
    line-height: 15px !important;
    margin-right: 4px;
}

.clients-tableu .ongoing.paused {
    line-height: 15px !important;
}

.clients-tableu table th:last-child {
    padding-right: 15px;
    position: relative;
}

.clients-tableu table td:last-child {
    padding-right: 15px;
    position: relative;
}

ul li a.toggles {
    position: relative;
}

ul.inner {
    overflow: hidden;
    display: none;
}

.table-dropdown {
    width: 127px;
    float: left;
    position: absolute;
    background: #fff;
    border-radius: 8px;
    left: -90px;
    top: 50px;
    box-shadow: 0px 4px 32px 0px #0000001F;
    z-index: 1;
}

.table-dropdown li {
    float: left;
    width: 100%;
}

.table-dropdown li a {
    width: 100%;
    padding: 10px 16px;
    text-decoration: none;
    color: #212325;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.00413988px;
    float: left;
}

.table-dropdown li a img {
    float: left;
    margin-right: 10px;
}

.table-dropdown li a.delete {
    color: #E26061;
}

.table-dropdown li a:hover {
    color: #E26061;
}

.table-dropdown li:last-child {
    display: block;
}

ul.table-dropdown {
    display: none;
}

ul.table-dropdown li a {
    display: block;
}

/*****CSS END HERE******/