@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

a {
    text-decoration-line: none;
    -moz-text-decoration-line: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'AvenirLTStdBook';
    color: #000;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7a300;
    border-radius: 10px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: #fff;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

header {
    background-color: #fff;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-wrapper .logo {
    width: 190px;
}

.menu-wrapper ul {
    display: flex;
    align-items: center;
}

.menu-wrapper ul li a {
    margin-right: 25px;
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 800;
    line-height: 21.86px;
    letter-spacing: -0.02em;
    transition: 0.3s;
}

.menu-wrapper ul li:last-child a {
    margin-right: 0;
}

.menu-wrapper ul li a:hover {
    color: #ffb525;
}

.buttons-wrapper {
    display: flex;
    align-items: center;
}

.buttons-wrapper a {
    color: rgba(255, 181, 37, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: -0.02em;
    padding: 10px 14px;
    border-radius: 10px;
    margin-right: 4px;
}

.buttons-wrapper a:last-child {
    background-color: rgba(255, 181, 37, 1);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 0;
    border: 2px solid rgba(255, 181, 37, 1);
}

.banner-wrapper {
    min-height: 90vh;
    background-image: url('../images/banner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-inner {
    padding: 60px 0;
}

.banner-top {
    padding-bottom: 60px;
}

.banner-title h2 {
    color: rgba(255, 255, 255, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 75px;
    font-weight: 800;
    line-height: 106.43px;
    text-transform: uppercase;
}

.banner-desc-btns {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.banner-desc-btns-inner p {
    color: rgba(255, 255, 255, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 30px;
}

.banner-desc-btns-inner {
    position: relative;
    top: -20px;
}

.banner-desc-btns-inner a {
    display: inline-block;
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 800;
    line-height: 43.71px;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 1);
    padding: 9px 18px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.banner-desc-btns-inner a.signup-btn {
    margin-left: 10px;
    background-color: rgba(255, 181, 37, 1);
    border-color: rgba(255, 181, 37, 1);
    padding: 9px 54px;
}

.banner-bottom {
    background-color: #ffffff66;
    padding: 45px 65px;
}

.email-wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 26px;
}

.email-wrapper p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.email-wrapper input[type='email'] {
    width: 100%;
    border: 1.5px solid #336822;
    background-color: #c7d7c2;
    color: #6b6b6b;
    outline: none;
    /* margin-bottom: 22px; */
    border-radius: 10px;
    padding: 8px 16px;
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
}

.email-wrapper input[type='email']::placeholder {
    color: rgba(107, 107, 107, 1);
}

.email-wrapper input[type='email']::-ms-input-placeholder {
    color: rgba(107, 107, 107, 1);
}

.email-wrapper button {
    background-color: #ffb525;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 2px solid #ffb525;
    border-radius: 10px;
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 22px;
}

.email-wrapper button svg {
    margin-left: 8px;
}

.percentage-wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.percentage-wrapper img {
    display: block;
    max-width: 50%;
    margin: 0 auto;
}

.percentage-wrapper p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 350;
    line-height: 22.7px;
    margin: 16px 0 0;
}

.graph-left-top {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 26px;
}

.graph-left-top img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
}

.graph-left-top p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 350;
    line-height: 22.7px;
    margin: 16px 0 0;
}

.graph-left-bottom {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.graph-left-bottom img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
}

.graph-left-bottom p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 350;
    line-height: 22.7px;
    margin: 15px 0 0;
}

.graph-right-top {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 26px;
}

.graph-right-top img {
    display: block;
    max-width: 45%;
    margin: 0 auto;
}

.graph-right-top p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 350;
    line-height: 22.7px;
    margin: 16px 0 0;
}

.graph-right-bottom {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.graph-right-bottom img {
    display: block;
    max-width: 55%;
    margin: 0 auto;
}

.graph-right-bottom p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 350;
    line-height: 22.7px;
    margin: 20px 0 0;
}

.protect-you-wrapper {
    background-color: #fff;
    padding: 60px 0;
}

.protect-you-title {
    color: rgba(21, 25, 34, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 48px;
    font-weight: 800;
    line-height: 68.11px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.protect-you-title.protect-you-title-first {
    margin-bottom: 0;
}

.protect-you-desc {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    text-align: center;
}

.protect-you-inner {
    width: 85%;
    margin: 0 auto;
}

.protect-you-inner-box {
    background-color: rgba(247, 247, 248, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 55px 20px;
    height: 100%;
}

.protect-you-inner-box-top {
    width: 85%;
    margin: 0 auto;
}

.protect-you-inner-box-title {
    color: #336822;
    font-family: 'AvenirLTStdHeavy';
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -0.04em;
}

.protect-you-inner-box-desc {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    min-height: 96px;
}

.protect-you-inner hr {
    background-color: #151922;
    height: 1.5px;
    opacity: 1;
    margin: 30px auto;
    width: 97%;
}

.icon-texts-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.icon-texts-wrapper:last-child {
    margin-bottom: 0;
}

.icon-texts-wrapper .texts-sec {
    padding-left: 8px;
}

.icon-texts-wrapper h4 {
    color: rgba(40, 40, 40, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 19px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin: 13px 0 0;
}

.icon-texts-wrapper p {
    color: rgba(40, 40, 40, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.protect-your-wrapper {
    background-color: rgba(247, 247, 248, 1);
    padding: 60px 0;
}

.protect-your-box {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 25px 10px;
    text-align: center;
    height: 100%;
}

.protect-your-box h4 {
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-family: 'AvenirLTStdHeavy';
    font-size: 24px;
    font-weight: 800;
    line-height: 34.06px;
    margin: 15px 0;
}

.protect-your-box p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 22.7px;
}

.advertisement-wrapper {
    background-color: #fff;
    padding: 60px 0;
}

.advertisement-left {
    padding-right: 90px;
}

.advertisement-left .advertisement-title {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 45px;
    font-weight: 800;
    line-height: 65.5px;
}

.advertisement-left .advertisement-desc {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 22px;
    font-weight: 400;
    line-height: 30.05px;
}

.price-features {
    background-image: url('../images/price-features-bg.png');
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center center;
    border-radius: 10px;
    padding: 25px 0;
    margin-bottom: 50px;
}

.price-features-left {
    height: 100%;
    background-image: url('../images/price-features-left-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-features-left-inner h5 {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 48px;
    font-weight: 800;
    line-height: 52.57px;
    text-align: center;
    margin-bottom: 0;
}

.price-features-left-inner p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 22.7px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.price-features-right h6 {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    letter-spacing: 0.115em;
    text-transform: uppercase;
}

.price-features-right ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.price-features-right ul li:last-child {
    margin-bottom: 0;
}

.price-features-right ul li p {
    color: rgba(21, 25, 34, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 22.7px;
    margin: 0 0 0 7px;
}

.advertisement-left a.signup-btn {
    background-color: rgba(255, 181, 37, 1);
    border: 2px solid rgba(255, 181, 37, 1);
    padding: 9px 54px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 800;
    line-height: 43.71px;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.advertisement-right {
    height: 100%;
    display: flex;
    align-items: center;
}

.advertisement-right img {
    max-width: 100%;
}

.advertisement-right-btn-wrapper a.signup-btn {
    background-color: rgba(255, 181, 37, 1);
    border: 2px solid rgba(255, 181, 37, 1);
    padding: 9px 54px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 800;
    line-height: 43.71px;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.stripe-boxes-wrapper {
    background-image: url('../images/stripe-boxes-wrapper-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 0;
}

.stripe-box {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 16px 16px 10px;
    height: 100%;
}

.stripe-box-icon {
    padding-right: 30px;
}

.stripe-box-desc h5 {
    color: rgba(21, 25, 34, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 40px;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.stripe-box-desc p {
    color: rgba(21, 25, 34, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 22.7px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contact-wrapper {
    background-color: #fff;
    padding: 60px 0;
}

.contact-left {
    text-align: center;
}

.contact-left img {
    max-width: 100%;
}

.contact-right {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 35%;
}

.contact-right-inner h5 {
    color: rgba(21, 25, 34, 1);
    text-transform: uppercase;
    font-family: 'AvenirLTStdHeavy';
    font-size: 24px;
    font-weight: 800;
    line-height: 34.06px;
    margin-bottom: 25px;
}

.contact-right-inner p {
    color: rgba(21, 25, 34, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 22.7px;
}

.contact-right-inner a {
    color: rgba(40, 40, 40, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: -0.04em;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    transition: 0.3s;
}

.contact-right-inner a:hover {
    color: rgba(255, 181, 37, 1);
}

.contact-right-inner a svg {
    margin-right: 10px;
}

footer {
    padding-top: 60px;
    background-color: rgba(247, 247, 248, 1);
}

.home footer {
    background-color: #fff;
}

.footer-top-inner {
    background-color: #fff;
    padding-bottom: 60px;
}

.footer-inner {
    border-top: 1px solid rgba(214, 214, 214, 1);
    position: relative;
    padding-top: 75px;
}

.footer-inner .footer-logo {
    position: absolute;
    top: -50px;
    width: 100%;
    text-align: center;
}

.footer-inner .footer-logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.footer-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.footer-inner ul li a {
    color: rgba(113, 113, 113, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -0.04em;
    padding: 0 50px;
    transition: 0.3s;
}

.footer-inner ul li a:hover {
    color: rgba(255, 181, 37, 1);
}

.footer-inner ul li:first-child a {
    padding-left: 0;
}

.footer-inner ul li:nth-child(2) a {
    position: relative;
}

.footer-inner ul li:nth-child(2) a::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 70%;
    background-color: rgba(217, 217, 217, 1);
}

.footer-inner ul li:nth-child(2) a::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: rgba(217, 217, 217, 1);
}

.footer-inner ul li:last-child a {
    padding-right: 0;
}

.footer-desc {
    color: rgba(113, 113, 113, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
}

.footer-certificates {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.footer-certificates img {
    max-width: 130px;
    margin-right: 35px;
}

.footer-certificates img:last-child {
    margin-right: 0;
}

.protect-identity-modal .modal-header {
    position: absolute;
    right: -15%;
    top: -2%;
    flex-direction: column-reverse;
    align-items: center;
    border: none;
    padding: 0;
}

.protect-identity-modal .modal-header .btn-close {
    margin: 0;
    opacity: 1;
    background-color: #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 14px;
    box-shadow: none;
    outline: none;
}

.protect-identity-modal .modal-header .modal-title {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
}

.protect-identity-modal .modal-body {
    padding: 45px 30px 35px;
}

.protect-identity-modal .modal-body-inner {
    width: 70%;
    margin: 0 auto;
}

#editEmailModal.protect-identity-modal .modal-body-inner {
    width: 100%;
}

.protect-identity-modal .modal-body h2 {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 40px;
    font-weight: 800;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.protect-identity-modal .modal-body h6 {
    color: rgba(243, 0, 0, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 20px;
    font-weight: 500;
    line-height: 26.71px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.protect-identity-modal .modal-body p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 18px;
    font-weight: 400;
    line-height: 26.78px;
    text-align: center;
    margin-bottom: 15px;
}

.protect-identity-modal .modal-body p span {
    color: rgba(243, 0, 0, 1);
}

.protect-identity-modal .modal-body .globe-texts {
    display: flex;
    justify-content: center;
    align-items: center;
}

.protect-identity-modal .modal-body .globe-texts p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 22.78px;
    text-align: justify;
    margin-bottom: 0;
    margin-left: 20px;
}

.protect-identity-modal .modal-body a {
    display: block;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: rgba(210, 0, 0, 1);
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 25px;
    border-radius: 8px;
    font-family: 'AvenirLTStdBook';
    font-size: 22px;
    font-weight: 800;
    line-height: 25px;
}

.protect-identity-modal .modal-body a span {
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.gray-bg-wrapper {
    padding: 80px 0;
    background-color: rgba(247, 247, 248, 1);
}

.sidebar-title-wrapper {
    background-image: url('../images/sidebar-title-wrapper-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 25px;
    border-radius: 10px 10px 0 0;
}

.sidebar-title-wrapper h2 {
    color: rgba(255, 255, 255, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 400;
    line-height: 45.18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.sidebar-desc-wrapper {
    padding: 25px 25px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.sidebar-desc-wrapper h3 {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 24px;
    font-weight: 400;
    line-height: 32.78px;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.sidebar-desc-wrapper ul {
    margin-bottom: 35px;
}

.sidebar-desc-wrapper ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.sidebar-desc-wrapper ul li:last-child {
    margin-bottom: 0;
}

.sidebar-desc-wrapper ul li p {
    color: #336822;
    font-family: 'AvenirLTStdBook';
    font-size: 24px;
    font-weight: 400;
    line-height: 34.06px;
    margin-bottom: 0;
    margin-left: 8px;
}

.sidebar-desc-wrapper hr {
    background-color: rgba(21, 25, 34, 1);
    height: 1.5px;
    opacity: 1;
    margin: 0 0 25px;
}

.total-calculation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.total-calculation p {
    margin-bottom: 0;
}

.total-calculation p:first-child {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 24px;
    font-weight: 400;
    line-height: 32.78px;
    letter-spacing: 0.115em;
    text-transform: uppercase;
}

.total-calculation p:last-child {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 44px;
    font-weight: 400;
    line-height: 61.57px;
}

.main-content-title-wrapper {
    background-color: #d3ebcb;
    padding: 20px 80px 20px 50px;
    border-radius: 10px 10px 0 0;
}

.main-content-title-wrapper h3 {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 400;
    line-height: 43.71px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.main-content-title-wrapper p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 23px;
    font-weight: 400;
    line-height: 31.05px;
    margin-bottom: 0;
}

.main-content-desc-wrapper {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 35px 50px 50px 50px;
}

.main-content-desc-title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.main-content-desc-title-wrapper h4 {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 400;
    line-height: 43.71px;
    text-transform: uppercase;
    margin-left: 40px;
    margin-bottom: 0;
}

.main-content-desc-title-wrapper .back-to-signup-first-sec {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    margin-right: 10px;
}

.back-to-billing-first-sec {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 30px;
    color: #336822;
    margin-right: 15px;
}

.signup-form .input-group-wrapper {
    margin-bottom: 25px;
}

.signup-form .input-group {
    width: 100%;
    flex-wrap: nowrap;
    border: 2px solid rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

.signup-form .input-group .input-group-text {
    border-radius: 10px 0 0 10px;
    background-color: rgba(243, 243, 248, 1);
    border: none !important;
}

.signup-form .input-group input {
    width: 100%;
    color: #000;
    font-family: 'AvenirLTStdBook';
    font-size: 22px;
    font-weight: 400;
    line-height: 30.05px;
    border: none;
    border-radius: 10px !important;
    outline: none;
    padding: 15px 25px;
    margin-left: 0 !important;
}

.signup-form .input-group input#password-field,
.signup-form .input-group input#confirm-password-field {
    padding-right: 28px;
}

.signup-form .input-group-with-icon input {
    /* padding: 15px 10px; */
    padding: 15px 35px 15px 10px;
    border-radius: 0 10px 10px 0 !important;
}

.signup-form input::placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.signup-form .yellow-btn {
    margin-top: 20px;
    border: 2px solid rgba(255, 181, 37, 1);
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: rgba(255, 181, 37, 1);
    padding: 6px 70px;
    font-family: 'AvenirLTStdBook';
    font-size: 30px;
    font-weight: 800;
    line-height: 40.98px;
    text-transform: uppercase;
}

.signup-form.forgot-password-form .yellow-btn {
    font-size: 26px;
    line-height: 36.98px;
}

.toggle-password {
    top: 38%;
    right: 8px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.gpay-paypal-wrapper {
    margin-bottom: 40px;
}

.gpay-paypal-wrapper .gpay-btn {
    border: 1.5px solid rgba(214, 214, 214, 1);
    border-radius: 3px;
    outline: none;
    padding: 5px 0px;
    width: 145px;
    height: 43px;
    background-image: url(../images/GPay.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-origin: content-box;
    background-color: #f9f9f9;
    margin-right: 15px;
}

.gpay-paypal-wrapper .paypal-btn {
    border: 1.5px solid rgba(214, 214, 214, 1);
    border-radius: 3px;
    outline: none;
    padding: 5px 0px;
    width: 145px;
    height: 43px;
    background-image: url(../images/PayPal.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-origin: content-box;
    background-color: #f9f9f9;
}

.creditdebitcard-btn {
    border: 1.5px solid rgba(214, 214, 214, 1);
    border-radius: 3px;
    outline: none;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
}

.creditdebitcard-btn span {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 400;
    line-height: 43.71px;
    text-transform: uppercase;
    padding: 0 25px;
}

.creditdebitbilling-wrapper {
    margin-top: 40px;
}

.agree-text-wrapper {
    display: flex;
    align-items: flex-start;
}

.agree-text-wrapper input {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.7);
    border-radius: 0;
    margin-top: 3px;
}

.agree-text-wrapper p {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    margin-bottom: 0;
    margin-left: 10px;
    width: fit-content;
}

hr.after-agree-text {
    background-color: rgba(0, 0, 0, 0.6);
    height: 1.5px;
    margin: 35px 0;
}

.signup-form .input-group select {
    width: 100%;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.05px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/select-arrow.svg') 92% / 6% no-repeat;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
}

.signup-form .complete-btn {
    padding: 6px 35px;
}

.visa-master-card {
    display: contents;
}

.visa-master-card img {
    margin-right: 20px;
}

.successful-wrapper {
    padding: 60px 0;
}

.successful-title {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 64px;
    font-weight: 800;
    line-height: 87.42px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.successful-desc {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 400;
    line-height: 27.32px;
    text-align: center;
    width: 42%;
    margin: 0 auto 30px;
}

.successful-title-bottom {
    color: #336822;
    font-family: 'AvenirLTStdHeavy';
    font-size: 40px;
    font-weight: 800;
    line-height: 56.76px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.we-protect-title {
    color: rgba(21, 25, 34, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 40px;
    font-weight: 800;
    line-height: 56.76px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.successful-login-btn-wrapper {
    text-align: center;
    margin-top: 50px;
}

.successful-login-btn-wrapper a.login-btn {
    background-color: rgba(255, 181, 37, 1);
    border: 2px solid rgba(255, 181, 37, 1);
    padding: 9px 54px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 800;
    line-height: 43.71px;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.login-section-wrapper {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    width: 53%;
    margin: 0 auto;
}

.login-section-wrapper .login-section-title {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 64px;
    font-weight: 800;
    line-height: 87.42px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.login-section-wrapper .forgot-password-section-title {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 58px;
    font-weight: 800;
    line-height: 81.42px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.login-section-wrapper-inner {
    width: 65%;
    margin: 0 auto;
}

.login-section-wrapper .signup-form .yellow-btn {
    margin: 45px auto 35px;
    display: block;
    padding: 7px 65px 4px;
}

.login-section-wrapper .signup-form.forgot-password-form .yellow-btn {
    padding: 6px 55px;
}

.login-section-additional {
    text-align: center;
}

.join-now-btn-wrapper {
    text-align: center;
}

.join-now-btn-wrapper .join-now-btn {
    display: inline-block;
    background-color: transparent;
    color: rgba(50, 38, 38, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 30px;
    font-weight: 800;
    line-height: 40.98px;
    text-transform: uppercase;
    border-radius: 12px;
    border: 2px solid rgba(0, 0, 0, 1);
    padding: 7px 40px 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto 35px;
    text-decoration: none;
}

.join-now-btn-wrapper .join-now-btn:hover {
    color: #fff;
}

.login-section-additional .forgot-password-link {
    display: block;
    width: fit-content;
    margin: 0 auto 25px;
    color: #0983fe;
    font-family: 'AvenirLTStdBook';
    font-size: 22px;
    font-weight: 400;
    line-height: 30.05px;
}

.login-section-additional .support-link {
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    color: rgba(100, 9, 254, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 22px;
    font-weight: 400;
    line-height: 30.05px;
}

/* Dashboard CSS Start */

.notification-wrapper {
    position: relative;
    cursor: pointer;
}

.notification-active {
    background-color: rgba(196, 18, 48, 1);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.dashboard-wrapper {
    padding: 45px 0;
}

.dashboard-sidebar-wrapper {
    background: #1d1929;
    border-radius: 10px;
    /* height: 100%; */
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: -110px;
}

.dashboard-sidebar-top .profile {
    background-color: #fff;
    border-radius: 100%;
    width: 63px;
    height: 63px;
    margin: 0px auto 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}

.dashboard-sidebar-top .profile .profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.dashboard-sidebar-top .click {
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #aaaaac;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
}

.dashboard-sidebar-top .click input[type='file'] {
    display: none;
}

.dashboard-sidebar-top .click label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dashboard-sidebar-top .profile-show {
    margin: 0px auto 25px;
    width: 65px;
}

.dashboard-sidebar-top .profile-show .profile-show-image {
    width: 100%;
}

.dashboard-sidebar-top .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0 5px;
}

.dashboard-sidebar-top .title h4 {
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 800;
    line-height: 28.38px;
    text-align: center;
    color: rgba(242, 242, 242, 1);
    text-transform: uppercase;
    margin-bottom: 0;
    word-break: break-word;
}

.dashboard-sidebar-top .icons {
    margin-top: 75px;
    text-align: center;
}

.dashboard-sidebar-top .icons li a {
    display: inline-block;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 35px;
}

.dashboard-sidebar-top .icons li a svg {
    width: 35px;
    height: 35px;
}

.dashboard-sidebar-top .icons li a svg path {
    fill: rgba(170, 170, 172, 1);
}

.dashboard-sidebar-top .icons li a.active {
    background-color: rgba(170, 170, 172, 1);
}

.dashboard-sidebar-top .icons li a.active svg path {
    fill: #fff;
}

.dashboard-sidebar-bottom .icons {
    text-align: center;
}

.dashboard-sidebar-bottom .icons li a {
    display: inline-block;
    padding: 16px 14px 15px 14px;
    border-radius: 10px;
}

.dashboard-sidebar-bottom .icons li a svg {
    width: 35px;
    height: 35px;
}

.dashboard-sidebar-bottom .icons li a svg path {
    fill: rgba(170, 170, 172, 1);
}

.dashboard-sidebar-bottom .icons li a.active {
    background-color: rgba(170, 170, 172, 1);
}

.dashboard-sidebar-bottom .icons li a.active svg path {
    fill: #fff;
}

.dashboard-main-content-wrapper {
    padding: 30px 60px 20px 20px;
    /* max-height: 165vh;
    overflow-y: auto; */
}

.dashboard-main-content-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.dashboard-main-content-wrapper::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.dashboard-main-content-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #00216c;
}

.dashboard-main-content-wrapper .dashboard-main-content-title {
    color: #255d13;
    font-family: 'AvenirLTStdHeavy';
    font-size: 75px;
    font-weight: 800;
    line-height: 106px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dashboard-main-content-wrapper .dashboard-main-content-desc {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 40px;
}

.dashboard-main-content-wrapper .accordion {
    width: 70%;
}

.dashboard-main-content-wrapper .dashboard-main-content-desc.my-watchlist-content-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-main-content-wrapper .dashboard-main-content-desc.my-watchlist-content-desc svg {
    margin-right: 35px;
}

.dashboard-main-content-boxes.row .col-sm-6:first-child {
    margin-bottom: 35px;
}

.dashboard-main-content-boxes.row .col-sm-6:nth-child(2) {
    margin-bottom: 35px;
}

.dashboard-main-content-wrapper .box {
    background-color: rgba(252, 252, 252, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 30px;
    height: 100%;
}

.dashboard-main-content-wrapper .box-1 {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dashboard-main-content-wrapper .box .box-inner {
    display: flex;
}

.dashboard-main-content-wrapper .box .content-top {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.dashboard-main-content-wrapper .box .content-top svg {
    overflow: visible;
}

.dashboard-main-content-wrapper .box .content-top h5 {
    color: #255d13;
    text-transform: uppercase;
    font-family: 'AvenirLTStdHeavy';
    font-size: 32px;
    font-weight: 800;
    line-height: 43.71px;
    margin-bottom: 0;
    margin-left: 25px;
}

.dashboard-main-content-wrapper .box-1 .content-top h5 {
    color: #fff;
}

.dashboard-main-content-wrapper .box .content-middle {
    margin-bottom: 25px;
    min-height: 82px;
    display: flex;
    align-items: center;
}

.dashboard-main-content-wrapper .box .content-middle p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 0;
}

.dashboard-main-content-wrapper .box-1 .content-middle p {
    color: #fff;
}

.dashboard-main-content-wrapper .box .content-bottom {
    display: flex;
}

.dashboard-main-content-wrapper .box .content-bottom-left {
    width: 80%;
}

.dashboard-main-content-wrapper .box .content-bottom-left p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 5px;
}

.dashboard-main-content-wrapper .box .content-bottom-right {
    width: 20%;
}

.dashboard-main-content-wrapper .box .content-bottom-right p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 5px;
    text-align: right;
}

.dashboard-main-content-wrapper .box .protected-notprotected-right-wrapper h6 {
    font-family: 'AvenirLTStdBook';
    font-size: 24px;
    font-weight: 800;
    line-height: 32.78px;
    text-align: right;
    margin-bottom: 0;
}

.dashboard-main-content-wrapper .box .protected-notprotected-right-wrapper h6.protected {
    color: #255d13;
}

.dashboard-main-content-wrapper .box .protected-notprotected-right-wrapper h6.notprotected {
    color: rgba(210, 0, 0, 1);
}

.dashboard-main-content-wrapper .box .protected-notprotected-inner {
    display: flex;
    align-items: flex-start;
}

.dashboard-main-content-wrapper .box .protected-notprotected-inner .notprotected-inner p {
    color: rgba(210, 0, 0, 1);
}

.dashboard-main-content-wrapper .box .protected-notprotected-inner .notprotected-inner h6 {
    color: rgba(210, 0, 0, 1);
}

.dashboard-main-content-wrapper .box .protected-notprotected-inner h6 {
    font-family: 'AvenirLTStdHeavy';
    font-size: 24px;
    font-weight: 800;
    line-height: 32.78px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 5px;
    color: #255d13;
}

.dashboard-main-content-wrapper .box .protected-notprotected-inner .protected h6 {
    color: rgba(0, 33, 108, 1);
}

.dashboard-main-content-wrapper .box .protected-notprotected-inner .notprotected h6 {
    color: rgba(210, 0, 0, 1);
}

.dashboard-main-content-wrapper .box .protected-notprotected-inner p {
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 0;
    margin-left: 5px;
}

.dashboard-main-content-wrapper .box .protected-notprotected-inner .notprotected p {
    color: rgba(210, 0, 0, 1);
}

.dashboard-main-content-wrapper .box .box-inner .box-right {
    padding-top: 25px;
}

.dashboard-main-content-wrapper .box .box-inner .box-right a {
    display: inline-block;
}

.dashboard-main-content-wrapper .accordion .accordion-item {
    background-color: rgba(252, 252, 252, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 10px;
    margin-bottom: 25px;
}

.dashboard-main-content-wrapper .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.dashboard-main-content-wrapper .accordion .accordion-item button[aria-expanded='true'].accordion-btn {
    border-bottom: 1px solid #e5e5e5;
}

.dashboard-main-content-wrapper .accordion button.accordion-btn {
    position: relative;
    width: 100%;
    padding: 25px 35px;
    border: none;
    background: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.dashboard-main-content-wrapper .accordion button.accordion-btn .accordion-title {
    color: #255d13;
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 800;
    line-height: 43.71px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.dashboard-main-content-wrapper .accordion button.accordion-btn .accordion-title svg {
    margin-right: 30px;
}

.dashboard-main-content-wrapper .accordion button.accordion-btn .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
}

.dashboard-main-content-wrapper .accordion button[aria-expanded='true'].accordion-btn .icon {
    height: 5px;
}

.dashboard-main-content-wrapper .accordion button.accordion-btn .icon::before {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/accordion-plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dashboard-main-content-wrapper .accordion button.accordion-btn .icon::after {
    display: none;
    content: '';
    width: 25px;
    height: 5px;
    background: url(../images/accordion-minus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dashboard-main-content-wrapper .accordion button[aria-expanded='true'].accordion-btn .icon::before {
    display: none;
}

.dashboard-main-content-wrapper .accordion button[aria-expanded='true'].accordion-btn .icon::after {
    display: block;
}

.dashboard-main-content-wrapper .accordion button[aria-expanded='true'].accordion-btn + .accordion-content {
    opacity: 1;
    max-height: 500px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.dashboard-main-content-wrapper .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition:
        opacity 200ms linear,
        max-height 200ms linear;
    will-change: opacity, max-height;
}

.dashboard-main-content-wrapper .accordion .accordion-content .accordion-content-inner {
    padding: 25px 65px;
}

.dashboard-main-content-wrapper .accordion .accordion-content .accordion-content-inner-top-text {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 25px;
}

.accordion-content-inner .signup-form .input-group {
    width: 52%;
}

.accordion-content-inner .note-text {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 350;
    line-height: 22.7px;
    margin-bottom: 10px;
}

.accordion-content-inner .note-text svg {
    margin-right: 10px;
}

.accordion-content-inner .signup-form .yellow-btn {
    padding: 6px 50px;
}

.my-watchlist-wrapper .my-watchlist-box {
    background-color: rgba(252, 252, 252, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-watchlist-wrapper .my-watchlist-box:last-child {
    margin-bottom: 0;
}

.my-watchlist-wrapper .my-watchlist-box .accordion-title {
    color: #255d13;
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 800;
    line-height: 43.71px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.my-watchlist-wrapper .my-watchlist-box .accordion-title svg {
    margin-right: 30px;
}

.my-watchlist-box-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.my-watchlist-box-right .not-verified-status {
    background-color: #d3ebcb;
    border-radius: 10px;
    padding: 6px 12px;
}

.my-watchlist-box-right .verified-status {
    background-color: #255d13;
    border-radius: 10px;
    padding: 6px 12px;
}

.my-watchlist-box-right .not-verified-status p {
    color: #255d13;
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 0;
}

.my-watchlist-box-right .verified-status p {
    color: rgba(245, 245, 245, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 0;
}

.my-watchlist-box-right button {
    border: none;
    outline: none;
    border: none;
    padding: 0;
    background-color: transparent;
}

.my-watchlist-box-right > div,
.my-watchlist-box-right > button {
    margin-right: 20px;
}

.my-watchlist-box-right > button:last-child {
    margin-right: 0;
}

.settings-inner-wrapper {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 50px 70px;
}

.settings-inner-wrapper .nav {
    margin-bottom: 45px;
}

.settings-inner-wrapper .nav .nav-item {
    width: 22%;
    margin-right: 4%;
}

.settings-inner-wrapper .nav .nav-link {
    background-color: #c7d7c2;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 10px;
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    padding: 5px 0;
    width: 100%;
    margin-right: 30px;
}

.settings-inner-wrapper .nav .nav-link.active {
    background-color: #336822;
    color: #fff;
}

.settings-inner-wrapper .nav .nav-item:last-child {
    margin-right: 0;
}

.signup-form .input-group .input-group-text-after {
    background-color: transparent;
    border: none;
    border-radius: 0 10px 10px 0;
}

.settings-inner-wrapper .tab-content .tab-title {
    color: #255d13;
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 800;
    line-height: 43.71px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.settings-inner-wrapper .tab-content .tab-title svg {
    margin-right: 20px;
}

.settings-inner-wrapper .tab-content .tab-title.notifications-tab-title {
    margin-bottom: 10px;
}

.settings-inner-wrapper .tab-content .tab-txt {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 350;
    line-height: 22.7px;
    margin-bottom: 10px;
}

.settings-inner-wrapper .tab-content .txt-with-toggle-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(214, 214, 214, 1);
    padding: 22px 0;
}

.settings-inner-wrapper .tab-content .txt-with-toggle-switch.border-bottom-none {
    border-bottom: none;
    margin-bottom: 14px;
}

.settings-inner-wrapper .tab-content .txt-with-toggle-switch.margin-bottom-none {
    margin-bottom: 0;
}

.settings-inner-wrapper .tab-content .txt-with-toggle-switch h6 {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 0;
}

.settings-inner-wrapper .tab-content .toggle-switch {
    position: relative;
}

.toggle-switch input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.toggle-switch input[type='checkbox']:checked + label:before {
    box-shadow: inset 40px 0 0 #c7d7c2;
}

.toggle-switch input[type='checkbox']:checked + label:after {
    left: 40px;
    background-color: #336822;
}

.toggle-switch label {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.toggle-switch label:before {
    content: '';
    width: 70px;
    height: 20px;
    background: rgba(224, 224, 224, 1);
    box-shadow: inset 0 0 0 0px rgba(224, 224, 224, 1);
    position: relative;
    display: inline-block;
    border-radius: 20px;
    box-sizing: border-box;
    transition: 0.2s ease-in;
}

.toggle-switch label:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 0;
    top: -5px;
    z-index: 2;
    background: rgba(245, 245, 245, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transition: 0.2s ease-in;
}

.visa-master-edit-wrapper {
    border: 2px solid rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.visa-master-edit-wrapper .visa-master-edit-left {
    display: flex;
    align-items: center;
}

.visa-master-edit-wrapper .visa-master-edit-left .visa-master-card svg:first-child {
    margin-right: 15px;
}

.visa-master-edit-wrapper .visa-master-edit-left .visa-master-card-details {
    margin-left: 25px;
}

.visa-master-edit-wrapper .visa-master-edit-left .visa-card-number {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'AvenirLTStdBook';
    font-size: 22px;
    font-weight: 800;
    line-height: 30.05px;
    margin-bottom: 5px;
}

.visa-master-edit-wrapper .visa-master-edit-left .visa-card-expiry {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'AvenirLTStdBook';
    font-size: 22px;
    font-weight: 400;
    line-height: 30.05px;
    margin-bottom: 0;
}

.visa-master-edit-wrapper .visa-master-edit-right .visa-master-card-edit {
    border: none;
    padding: 0;
    background-color: transparent;
}

.icon-plan-desc {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.icon-plan-desc .icon-plan-desc-inner {
    padding-left: 25px;
}

.icon-plan-desc .icon-plan-desc-inner p {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    margin-bottom: 0;
}

.gpay-paypal-visa-master-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.gpay-paypal-visa-master-wrapper .gpay-btn {
    margin-right: 20px;
    width: 160px;
    height: 50px;
}

.gpay-paypal-visa-master-wrapper .paypal-btn {
    margin-right: 20px;
    width: 160px;
    height: 50px;
}

.gpay-paypal-wrapper .visa-master-btn {
    border: 1.5px solid rgba(214, 214, 214, 1);
    border-radius: 3px;
    outline: none;
    padding: 5px 0px;
    width: 160px;
    height: 50px;
    background-color: #f9f9f9;
}

.gpay-paypal-wrapper .visa-master-btn svg:first-child {
    margin-right: 10px;
}

.gotosubscription-link {
    color: #255d13;
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 500;
    line-height: 28.38px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}

.gotosubscription-link:hover {
    color: #255d13;
}

.support-section-wrapper {
    width: 75%;
}

.support-section-box {
    padding: 25px 35px;
    background-color: rgba(252, 252, 252, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 25px;
}

.support-section-box a {
    color: #000;
}

.support-section-box svg {
    margin-right: 30px;
}

.support-section-box h5 {
    color: #255d13;
    font-family: 'AvenirLTStdBook';
    font-size: 32px;
    font-weight: 800;
    line-height: 43.71px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.support-section-box p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 0;
}

.notification-box {
    display: none;
    position: absolute;
    top: 62px;
    right: -35px;
    background: rgba(252, 252, 252, 1);
    border: 1px solid rgb(227 227 227);
    width: 460px;
    border-radius: 5px;
    box-shadow: -1px 1px 4px 1px rgba(0, 0, 0, 0.25);
    cursor: default;
}

.notification-box:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 35px;
    width: 26px;
    height: 20px;
    background-image: url(../images/polygon.png);
    background-repeat: no-repeat;
}

.notification-box .notification-box-list {
    display: flex;
    align-items: flex-start;
    /* padding-right: 40px; */
}

.notification-box .notification-box-list .notification-box-list-left {
    padding: 18px 0 25px;
}

.notification-box .notification-box-list .notification-box-list-right {
    margin-left: 15px;
    border-bottom: 1px solid rgba(214, 214, 214, 1);
    padding: 0 0 25px;
    width: 100%;
}

.notification-box .notification-box-list:first-child .notification-box-list-left {
    padding-top: 0;
}

.notification-box .notification-box-list:first-child .notification-box-list-right {
    padding-top: 0;
}

.notification-box .notification-box-list:last-child .notification-box-list-left {
    padding-bottom: 0;
}

.notification-box .notification-box-list:last-child .notification-box-list-right {
    padding-bottom: 0;
}

.notification-box .notification-box-list:last-child .notification-box-list-right {
    border-bottom: none;
}

.notification-box .notification-box-list .notification-box-list-right h5 {
    color: #255d13;
    font-family: 'AvenirLTStdBook';
    font-size: 24px;
    font-weight: 800;
    line-height: 32.78px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.notification-box .notification-box-list .notification-box-list-right p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 8px;
}

.notification-edit-assets-btn {
    display: inline-block;
    border: 2px solid rgba(255, 181, 37, 1);
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: rgba(255, 181, 37, 1);
    padding: 6px 35px;
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    text-transform: uppercase;
}

.header-inner-right {
    display: flex;
    align-items: center;
}

.header-inner-right .logout-btn {
    margin-left: 25px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    width: 30px;
}

.header-inner-right .logout-btn svg {
    fill: #aaaaac;
}

.forgot-password-section-additional {
    display: flex;
    align-items: baseline;
}

.forgot-password-section-additional svg {
    width: 18px;
    position: relative;
    top: 6px;
}

.forgot-password-section-additional p {
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 5px;
}

.login-section-wrapper .forgot-password-section-title.reset-password-section-title {
    margin-bottom: 15px;
}

.login-section-wrapper .signup-form.forgot-password-form.reset-password-form .yellow-btn {
    width: 100%;
}

#cemail {
    text-transform: lowercase;
}

.dashboard-main-content-wrapper .box-1-not-protected {
    background-image: none;
    background-color: rgba(210, 0, 0, 1);
}

.dashboard-main-content-wrapper .box.box-1-not-protected .content-bottom p {
    color: #fff;
    margin-bottom: 0;
}

/* personal data safety css */

.personal-data-safety-wrapper .back-to-dashboard {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.personal-data-safety-wrapper .back-to-dashboard a {
    color: #336822;
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
}

.personal-data-safety-wrapper .back-to-dashboard p {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdHeavy';
    font-size: 18px;
    font-weight: 800;
    line-height: 26.38px;
    margin-bottom: 0;
    margin-left: 20px;
}

.personal-data-safety-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.personal-data-safety-title h2 {
    color: #336822;
    font-family: 'AvenirLTStdHeavy';
    font-size: 75px;
    font-weight: 800;
    line-height: 106px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.personal-data-safety-title i.fa-circle-check {
    color: #2db5b5;
    font-size: 32px;
}

.personal-data-safety-title i.fa-circle-exclamation {
    color: #d20000;
    font-size: 32px;
}

.personal-data-safety-desc {
    color: #000;
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 22px;
}

.personal-data-safety-inner-bottom {
    padding-top: 30px;
    width: 65%;
}

.personal-data-safety-tab-buttons .nav-item .nav-link {
    display: inline-block;
    padding: 7px 21px;
    border: 2px solid transparent;
    border-radius: 10px;
    outline: none;
    background: transparent;
    color: #9ba7c3;
    font-family: 'AvenirLTStdHeavy';
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-right: 25px;
    text-transform: uppercase;
}

.personal-data-safety-tab-buttons .nav-item:last-child .nav-link {
    margin-right: 0;
}

.personal-data-safety-tab-buttons .nav-item .nav-link.active {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 181, 37, 1);

    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: rgba(255, 181, 37, 1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.personal-data-safety-tab-buttons .nav-item .nav-link.active::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #336822;
    border-radius: 10px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.personal-data-safety-tab-buttons .nav-item .nav-link.active:hover {
    color: #fff;
}

.personal-data-safety-tab-buttons .nav-item .nav-link.active:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.personal-data-safety-tab-content .alert {
    color: #255d13;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 4px #00000024;
    margin-bottom: 20px;
}

.personal-data-safety-tab-content .alert span {
    color: #000;
    margin-left: 15px;
    font-size: 15px;
}

.more-tips-sec h5 {
    color: #000;
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.more-tips-sec p {
    color: #000;
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.more-tips-sec a {
    display: inline-flex;
    align-items: center;
    color: #255d13;
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.more-tips-sec a i {
    color: #255d13;
    margin-left: 5px;
    margin-top: 2px;
}

.What-you-should-do-now-wrapper .What-you-should-do-now-wrapper-title {
    font-family: 'AvenirLTStdHeavy';
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
}

.What-you-should-do-now-wrapper .What-you-should-do-now-wrapper-desc {
    color: #000;
    font-family: 'AvenirLTStdBook';
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.What-you-should-do-now-wrapper .check-boxes-wrapper {
    margin-top: 20px;
}

.What-you-should-do-now-wrapper .check-boxes-wrapper .check-box-sec {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.What-you-should-do-now-wrapper .check-boxes-wrapper .check-box-sec input[type='checkbox'] {
    margin-top: 5px;
    width: 20px;
    height: 20px;
    border-color: #000;
}

.What-you-should-do-now-wrapper .check-boxes-wrapper .check-box-sec .check-box-sec-right {
    margin-left: 20px;
    width: fit-content;
}

.What-you-should-do-now-wrapper .check-boxes-wrapper .check-box-sec h6 {
    font-family: 'AvenirLTStdHeavy';
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #000;
    margin-bottom: 5px;
}

.What-you-should-do-now-wrapper .check-boxes-wrapper .check-box-sec p {
    color: #000;
    font-family: 'AvenirLTStdBook';
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}

.What-you-should-do-now-wrapper .check-boxes-wrapper button {
    margin-top: 20px;
    border: 2px solid rgba(255, 181, 37, 1);
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: rgba(255, 181, 37, 1);
    padding: 5px 30px;
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}

.email-password-boxes {
    padding-bottom: 12px;
}

.email-password-boxes .email-password-boxes-inner {
    padding-left: 20px;
}

.email-password-boxes .email-password-box {
    border: 1px solid rgb(228, 228, 231);
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 1px 2px,
        rgba(0, 0, 0, 0.05) 0px 2px 4px,
        rgb(228, 228, 231) 0px 0px;
    cursor: pointer;
    margin-bottom: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.email-password-boxes .email-password-box .status-icon i {
    color: #d20000;
    font-size: 22px;
}

.email-password-boxes .email-password-box .status-icon-ack i {
    color: #2db5b5;
    font-size: 22px;
}

.email-password-boxes .email-password-box .email-password-box-left {
    display: flex;
    align-items: center;
}

.email-password-boxes .email-password-box .status-details {
    padding-left: 15px;
}

.email-password-boxes .email-password-box .status-details p {
    margin-bottom: 0;
    font-family: 'AvenirLTStdBook';
    line-height: 1.6;
    color: rgb(79, 79, 79);
    font-weight: 400;
    font-size: 14px;
}

.email-password-boxes .email-password-box .status-details h6 {
    margin: -4px 0px 0px;
    font-size: 16px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    font-family: 'AvenirLTStdHeavy';
    font-weight: 600;
    white-space: nowrap;
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.email-password-box-right {
    padding-left: 5px;
}

.email-password-boxes .email-password-box .email-password-box-right i {
    font-size: 20px;
    color: #00216c;
    vertical-align: middle;
}

.personal-data-safety-inner-top .status-number-box {
    padding: 24px 36px;
    border-radius: 10px;
    background-color: #f4f1f1;
}

.personal-data-safety-inner-top .status-number-box p {
    margin-bottom: 0;
    font-family: 'AvenirLTStdBook';
    line-height: 1.6;
    color: rgb(79, 79, 79);
    font-weight: 400;
    font-size: 14px;
}

.personal-data-safety-inner-top .status-number-box h6 {
    margin: -4px 0px 0px;
    font-size: 16px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    font-family: 'AvenirLTStdHeavy';
    font-weight: 600;
}

.personal-data-safety-inner-top .status-number-box h5 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    font-family: 'AvenirLTStdBook';
    font-weight: 400;
}

.personal-data-safety-inner-bottom .status-details-inner-box {
    border-radius: 10px;
    border: 1px solid rgb(228, 228, 231);
    box-shadow:
        rgba(0, 0, 0, 0.04) 0px 4px 6px,
        rgba(0, 0, 0, 0.04) 0px 2px 4px;
    background-color: rgb(255, 255, 255);
    padding: 24px 20px 20px;
    cursor: pointer;
}

.personal-data-safety-inner-bottom .status-details-inner h4 {
    margin-bottom: 20px;
    font-family: 'AvenirLTStdHeavy';
    font-size: 20px;
    line-height: 28px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.status-details-inner-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.status-details-inner-box-top p {
    font-size: 17px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    font-family: 'AvenirLTStdBook';
    font-weight: 400;
    margin-bottom: 0;
}

.status-details-inner-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-details-inner-box-bottom .status-details-inner-box-bottom-left {
    display: flex;
    align-items: center;
}

.status-details-inner-box-bottom .status-details-inner-box-bottom-left p {
    margin-bottom: 0;
    font-family: 'AvenirLTStdBook';
    line-height: 1.6;
    color: rgb(79, 79, 79);
    font-weight: 400;
    font-size: 14px;
}

.status-details-inner-box-bottom .status-details-inner-box-bottom-left h6 {
    margin: -4px 0px 0px;
    font-size: 16px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    font-family: 'AvenirLTStdHeavy';
    font-weight: 600;
}

.status-details-inner-box-bottom .status-details-inner-box-bottom-left .risk-level {
    margin-left: 30px;
}

.status-details-inner-box-bottom .status-details-inner-box-bottom-right .status-arrow-icon i {
    font-size: 20px;
    color: #00216c;
    vertical-align: middle;
}

.alert-details {
    padding: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 25px;
}

.alert-details h5 {
    font-family: 'AvenirLTStdHeavy';
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    color: #000;
}

.alert-details p {
    margin-bottom: 0px;
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    line-height: 24px;
    color: rgb(79, 79, 79);
    font-weight: 400;
}

.alert-details-bottom {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.alert-details-bottom .risk-level {
    display: flex;
}

.alert-details-bottom .risk-level .risk-level-icon {
    margin-right: 10px;
}

.alert-details-bottom .risk-level .risk-level-icon i {
    color: #00216c;
    font-size: 20px;
    margin-top: 3px;
}

.alert-details-bottom .risk-level h6 {
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: #00216c;
}

.alert-details-bottom .risk-level p {
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: rgb(79, 79, 79);
}

.alert-details-bottom .date-of-breach {
    margin-left: 40px;
    display: flex;
}

.alert-details-bottom .date-of-breach .date-of-breach-icon {
    margin-right: 10px;
}

.alert-details-bottom .date-of-breach .date-of-breach-icon i {
    color: #00216c;
    font-size: 20px;
    margin-top: 3px;
}

.alert-details-bottom .date-of-breach h6 {
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: #00216c;
}

.alert-details-bottom .date-of-breach p {
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: rgb(79, 79, 79);
}

.alert-details-bottom .affected-persons {
    margin-left: 40px;
    display: flex;
}

.alert-details-bottom .affected-persons .affected-persons-icon {
    margin-right: 10px;
}

.alert-details-bottom .affected-persons .affected-persons-icon i {
    color: #00216c;
    font-size: 20px;
    margin-top: 3px;
}

.alert-details-bottom .affected-persons h6 {
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: #00216c;
}

.alert-details-bottom .affected-persons p {
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: rgb(79, 79, 79);
}

.monitored-objects-wrapper h5 {
    margin-bottom: 20px;
    font-family: 'AvenirLTStdHeavy';
    font-size: 20px;
    line-height: 28px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.monitored-objects-wrapper .email-address-wrapper p {
    margin-bottom: 0;
    font-family: 'AvenirLTStdBook';
    line-height: 1.6;
    color: rgb(79, 79, 79);
    font-weight: 400;
    font-size: 14px;
}

.monitored-objects-wrapper .email-address-wrapper h6 {
    margin: -4px 0px 0px;
    font-size: 16px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    font-family: 'AvenirLTStdHeavy';
    font-weight: 600;
}

/* edit asset css */
.edit-email-modal .modal-header {
    right: -12%;
}

.edit-email-modal .exclamatory-text {
    display: flex;
    align-items: center;
}

.edit-email-modal .exclamatory-text svg {
    background-color: #255d13;
    fill: #fff;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    padding: 3px;
    margin-right: 6px;
    position: relative;
    top: -12px;
}

.edit-email-modal form {
    padding: 0 2px;
}

.edit-email-modal .form-btns {
    padding-top: 8px;
}

.edit-email-modal .form-btns .save-changes-btn {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
    padding: 8px 25px;
}

.edit-email-modal .modal-body h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
    text-align: left;
}

.edit-email-modal .modal-body p {
    font-size: 17px;
    line-height: 25.78px;
    text-align: left;
    margin-bottom: 20px;
}

/* subscription */
.subscription-inner-wrapper {
    padding: 40px 40px;
}

.dashboard-main-content-wrapper .dashboard-main-content-title.subscription-title {
    font-size: 70px;
    line-height: 101px;
    margin-bottom: 0;
}

.subscription-title-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.subscription-title-btn-wrapper .already-cancelled-text {
    width: 100%;
    color: #dc3545;
    font-family: 'AvenirLTStdHeavy';
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
}

.subscription-title-btn-wrapper .cancel-subscription-btn {
    border: 2px solid #dc3545;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: #dc3545;
    padding: 10px 23px;
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.subscription-title-btn-wrapper .cancel-subscription-btn:hover {
    background-color: transparent;
    color: #dc3545;
    border-color: #dc3545;
}

.subscription-card-inner {
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 5px #00000030;
    margin-bottom: 32px;
}

.subscription-card-wrapper .subscription-card-inner:last-child {
    margin-bottom: 0;
}

.subscription-card-inner .subscription-card {
    padding: 0 25px;
}

.subscription-card-inner .row .col-lg-6:first-child {
    border-right: 1.5px solid #cccccc7a;
}

.subscription-card-inner .subscription-card-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.subscription-card-inner .subscription-card-content:last-child {
    margin-bottom: 0;
}

.subscription-card-inner .subscription-card-content h5 {
    color: #000;
    font-family: 'AvenirLTStdHeavy';
    font-size: 17px;
    margin-bottom: 0;
    width: 50%;
    word-wrap: break-word;
}

.subscription-card-inner .subscription-card-content p {
    color: #000;
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    margin-bottom: 0;
    width: 50%;
    word-wrap: break-word;
}

/* tab faq */

.more-tips-sec .toggle-faq .fa-chevron-down {
    display: none;
}

.more-tips-sec .toggle-faq.show .fa-chevron-right {
    display: none;
}

.more-tips-sec .toggle-faq.show .fa-chevron-down {
    display: block;
}

.more-tips-sec .faq-wrapper {
    display: none;
}

.faq-wrapper {
    padding: 0 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px #00000024;
    margin-top: 20px;
}

.faq-wrapper .faq {
    border-bottom: 0.1rem solid #000;
}

.faq-wrapper .faq:last-child {
    border-bottom: none;
}

.faq-wrapper .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    cursor: pointer;
    padding: 15px 0;
}

.faq-wrapper .faq-icon {
    color: #255d13;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.faq-wrapper .faq-icon .fa-angle-down {
    display: none;
}

.faq-wrapper .faq-icon.open .fa-angle-right {
    display: none;
}

.faq-wrapper .faq-icon.open .fa-angle-down {
    display: block;
}

.faq-wrapper .faq-question {
    color: #000;
    font-family: 'AvenirLTStdHeavy';
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}

.faq-wrapper .faq-answer {
    padding: 0 60px 22px 0;
}

.faq-wrapper .faq-answer p,
.faq-wrapper .faq-answer li {
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

/* .faq-wrapper .faq-answer li {
    padding-left: 40px;
    position: relative;
} */

.faq-wrapper .faq-answer li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 20px;
    background-color: #000;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.faq-wrapper .faq-answer p:last-child,
.faq-wrapper .faq-answer li:last-child {
    margin-bottom: 0;
}

.faq-wrapper .faq-answer li b {
    font-family: 'AvenirLTStdHeavy';
}

.faq-wrapper .faq-answer p {
    padding-left: 20px;
}

.faq-wrapper .faq-content {
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease-in-out;
}

.faq-wrapper .faq-content.open {
    height: auto;
    opacity: 1;
}

.faq-wrapper .faq-content.opening,
.faq-wrapper .faq-content.closing {
    height: 0;
}

/* faq page */

.faq-section {
    background-color: #f7f7f9;
}

.faq-section-inner {
    padding: 40px 0;
    width: 63%;
    margin: 0 auto;
}

/* .notification-box:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: -9;
} */

.notification-close:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: -9;
}

.dashboard-sidebar-top .icons li a:hover svg path {
    fill: #fff;
}

.dashboard-sidebar-bottom .icons li a:hover svg path {
    fill: #fff;
}

.footer-inner ul li:nth-child(3) a {
    position: relative;
}

.footer-inner ul li:nth-child(3) a::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: rgba(217, 217, 217, 1);
}

.What-you-should-do-now-wrapper {
    padding-top: 30px;
}

.personal-data-safety-inner-top {
    width: 65%;
}

/* notification  */

.notification-single-list {
    margin-top: 13px;
}

.notification-single-list ul li {
    background-color: #d6d6d636;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-radius: 5px;
    margin-bottom: 8px;
    box-shadow: 0 0 1px #00000047;
}

.notification-single-list ul li:last-child {
    margin-bottom: 0;
}

.notification-rounded-icon {
    margin-right: 12px;
}

.notification-rounded-icon i {
    color: #d20000;
    font-size: 18px;
}

.notification-single-list-left {
    display: flex;
    align-items: center;
    width: 82%;
}

.notification-content .notification-content-top span {
    display: inline-block;
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 5px;
}

.notification-content .notification-content-top span:last-child {
    margin-right: 0;
}

.notification-content .notification-content-bottom span {
    display: inline-block;
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.notification-content .notification-content-bottom span a {
    color: rgba(0, 0, 0, 1);
}

.notification-single-list-right {
    width: 15%;
    text-align: right;
}

.notification-single-list-right .notification-link-icon .notification-link-show-content {
    color: rgba(0, 0, 0, 1);
    font-family: 'AvenirLTStdBook';
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.notification-single-list-right .notification-link-icon .notification-link-hover-content {
    display: none;
    color: #000;
    margin-right: 5px;
}

.notification-single-list-right .notification-link-icon .notification-link-hover-content {
    font-size: 14px;
}

.notification-single-list-right .notification-link-icon .notification-link-hover-content:last-child {
    margin-right: 0;
    font-size: 16px;
}

.notification-single-list
    ul
    li:hover
    .notification-single-list-right
    .notification-link-icon
    .notification-link-show-content {
    display: none;
}

.notification-single-list
    ul
    li:hover
    .notification-single-list-right
    .notification-link-icon
    .notification-link-hover-content {
    display: inline-block;
}

.notification-box-list-right-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-box-list-right-inner a {
    font-family: 'AvenirLTStdHeavy';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: rgba(255, 181, 37, 1);
    text-transform: uppercase;
}

.notification-box-inner {
    padding: 15px 20px;
    min-height: 371px;
    max-height: 371px;
    overflow-y: auto;
}

.notification-box-inner::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: transparent;
}

.notification-box-inner::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.notification-box-inner::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #aaaaac;
}

.notification-blank-wrapper {
    padding: 12px 40px 12px 0;
    border-radius: 5px;
    background-color: #d6d6d636;
    box-shadow: 0 0 1px #00000047;
}

.notification-blank-wrapper .notification-blank-wrapper-bell {
    width: 25px;
    margin: 0 auto 7px;
    display: block;
}

.notification-blank-wrapper h4 {
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

.notification-blank-wrapper h6 {
    font-family: 'AvenirLTStdBook';
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

/* tooltip */

[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: 0.9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: 'AvenirLTStdBook';
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip='']::before,
[tooltip='']::after {
    display: none;
}

[tooltip]:not([flow])::before,
[tooltip][flow^='up']::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^='up']::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^='up']::before,
[tooltip][flow^='up']::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

[tooltip][flow^='down']::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^='down']::after {
    top: calc(100% + 5px);
}

[tooltip][flow^='down']::before,
[tooltip][flow^='down']::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
}

[tooltip][flow^='left']::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
}

[tooltip][flow^='left']::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
}

[tooltip][flow^='right']::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%);
}

[tooltip][flow^='right']::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
}

@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^='up']:hover::before,
[tooltip][flow^='up']:hover::after,
[tooltip][flow^='down']:hover::before,
[tooltip][flow^='down']:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^='left']:hover::before,
[tooltip][flow^='left']:hover::after,
[tooltip][flow^='right']:hover::before,
[tooltip][flow^='right']:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.notification-box .notification-box-list:last-child .notification-box-list-left {
    position: sticky;
    top: -15px;
}

.notification-box .notification-box-list:last-child .notification-box-list-right-inner {
    background-color: #fff;
    position: sticky;
    top: -15px;
    padding-top: 10px;
    z-index: 1;
}

.content-page-wrapper {
    padding: 40px 0;
    background-color: rgba(247, 247, 248, 1);
}

.content-page-inner h6 {
    color: #000;
    font-family: 'AvenirLTStdHeavy';
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 15px;
}

.content-page-inner p {
    color: #000;
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.content-page-inner p b {
    font-family: 'AvenirLTStdHeavy';
}

.content-page-inner ul {
    padding-left: 2rem;
    list-style-type: disc;
}

.content-page-inner ol {
    margin-bottom: 0;
}

.content-page-inner a:hover {
    color: rgba(255, 181, 37, 1);
}

.footer-inner ul li:nth-child(4) a {
    position: relative;
}

.footer-inner ul li:nth-child(4) a::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: rgba(217, 217, 217, 1);
}

.footer-inner ul li:nth-child(5) a {
    position: relative;
}

.footer-inner ul li:nth-child(5) a::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: rgba(217, 217, 217, 1);
}

.price-features-right ul li svg {
    min-width: 24px;
    min-height: 24px;
}

.sidebar-desc-wrapper ul li svg {
    min-width: 24px;
    min-height: 24px;
}

.price-features-right {
    padding-right: 10px;
}

.my-watchlist-box-left {
    width: 70%;
}

.my-watchlist-box-left .maskedemail {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

/* new faq page css */

.inner-faq-wrapper .faq-wrapper .faq {
    border-bottom: none;
    display: flex;
    align-items: baseline;
}

.faq-wrapper .faq .faq-prev-icon {
    margin-right: 20px;
}

.faq-wrapper .faq .faq-prev-icon img {
    width: 32px;
    height: 32px;
}

.faq-wrapper .faq-inner {
    border-bottom: 1.5px solid #15192233;
}

.faq-wrapper {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.faq-wrapper .faq-header {
    padding: 15px 15px 15px 0;
}

.faq-wrapper .faq-answer p {
    padding-left: 0;
}

.security-tips-card {
    box-shadow: 0 0 4px #00000024;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 25px;
    cursor: pointer;
}

.security-tips-card.active {
    box-shadow: 0 0 0 1px #255d13;
}

.security-tips-card .security-tips-capsule {
    color: #255d13;
    background-color: #c7d7c2;
    margin-bottom: 0;
    font-family: 'AvenirLTStdHeavy';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 24px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.security-tips-card h6 {
    font-family: 'AvenirLTStdHeavy';
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px;
    min-height: 90px;
}

.find-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.find-arrow p {
    font-family: 'AvenirLTStdHeavy';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #255d13;
    margin-bottom: 0;
}

.find-arrow i {
    color: #255d13;
}

.security-tips-body {
    box-shadow: 0 0 4px #00000024;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}

.security-tips-body {
    box-shadow: 0 0 4px #00000024;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}

.security-tips-body.active {
    box-shadow: 0 0 0 1px #255d13;
}

.security-tips-body p,
.security-tips-body li {
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.security-tips-body li {
    margin-bottom: 10px;
}

.security-tips-body li:last-child {
    margin-bottom: 0;
}

.security-tips-card .fa-angle-down {
    display: none;
}

.security-tips-card.active .fa-angle-right {
    display: none;
}

.security-tips-card.active .fa-angle-down {
    display: block;
}

.faq-wrapper .mob-show {
    display: none;
}

.faq-wrapper .desk-show {
    display: block;
}

/* .risk-identity-modal.protect-identity-modal .modal-body h2 {
    font-family: 'AvenirLTStdHeavy';
} */

.risk-identity-modal.protect-identity-modal .modal-body h6 {
    color: #d20000;
    /* font-family: 'AvenirLTStdHeavy'; */
}

.risk-identity-modal.protect-identity-modal .modal-body h5 {
    color: #000000;
    font-family: 'AvenirLTStdHeavy';
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

.risk-identity-modal.protect-identity-modal .modal-body a {
    background-color: #ffb525;
}

/* .risk-identity-modal.protect-identity-modal .modal-body p {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    line-height: 26.78px;
} */

/* .risk-identity-modal.protect-identity-modal .modal-body-inner {
    width: 70%;
} */

/* .risk-identity-modal.protect-identity-modal .modal-body {
    padding: 45px 30px 35px;
} */

/* popover css */
.boarding-popover-title {
    display: none !important;
}

.boarding-prev-btn {
    display: none !important;
}

.boarding-navigation-btns {
    float: left !important;
}

.boarding-next-btn {
    float: left !important;
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    color: #000 !important;
    font-family: 'AvenirLTStdBook' !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28.38px !important;
    font-family: 'AvenirLTStdHeavy' !important;
}

.boarding-close-btn {
    float: right !important;
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    color: #000000ab !important;
    font-family: 'AvenirLTStdBook' !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28.38px !important;
}

div#boarding-popover-item {
    max-width: 450px !important;
    padding: 30px !important;
    border-radius: 5px !important;
    margin-left: -1% !important;
    margin-right: -2.5% !important;
    margin-top: -1% !important;
    margin-bottom: -1% !important;
}

div#boarding-popover-item .boarding-popover-tip {
    border-width: 15px !important;
}

.boarding-popover-footer {
    padding-left: 58px !important;
    margin-top: 16px !important;
}

.boarding-popover-description-inner {
    display: flex;
    align-items: flex-start;
}

.boarding-popover-description-inner .boarding-popover-description-right {
    padding-left: 20px;
}

.boarding-popover-description-inner .boarding-popover-description-right p {
    color: #000;
    font-family: 'AvenirLTStdBook';
    font-size: 20px;
    font-weight: 350;
    line-height: 28.38px;
    margin-bottom: 0;
}

.boarding-popover-description-inner .boarding-popover-description-right p span {
    color: #000;
    font-family: 'AvenirLTStdHeavy';
    font-size: 20px;
    font-weight: 800;
    line-height: 28.38px;
}

.boarding-popover-description-inner .boarding-popover-description-right p + p {
    margin-top: 15px;
}

.landing-two-desc {
    width: 100%;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.boarding-coutout-svg {
    z-index: 98 !important;
}

/* how it was css start */
.how-it-works-wrapper {
    background: url(../images/stripe-boxes-wrapper-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 0 50px;
}

.how-it-works-title {
    color: #ffffff;
    font-family: 'AvenirLTStdHeavy';
    font-size: 56px;
    font-weight: 800;
    line-height: 76.5px;
    text-align: center;
    margin-bottom: 30px;
}

.how-it-works-box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 20px;
    height: 100%;
}

.how-it-works-box-head {
    display: flex;
    align-items: center;
}

.how-it-works-box-head img {
    width: 55px;
    height: 55px;
}

.how-it-works-box-head h5 {
    color: #151922;
    font-family: 'AvenirLTStdHeavy';
    font-size: 20px;
    font-weight: 800;
    line-height: 28.38px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 0;
}

.how-it-works-box hr {
    background-color: #000000;
    height: 1.5px;
    opacity: 1;
    width: 90%;
    margin: 1.5rem auto;
}

.how-it-works-box-body li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.how-it-works-box-body li:last-child {
    margin-bottom: 0;
}

.how-it-works-box-body svg {
    min-width: 24px;
    min-height: 24px;
}

.how-it-works-box-body p {
    color: #151922;
    font-family: 'AvenirLTStdBook';
    font-size: 16px;
    font-weight: 400;
    line-height: 22.7px;
    margin-left: 10px;
    margin-bottom: 0;
}
/* how it was css end */

.footer-copyright-text {
    color: #717171;
    font-family: 'AvenirLTStdHeavy';
    font-size: 16px;
    font-weight: 800;
    line-height: 22.7px;
    text-align: center;
    margin-bottom: 40px;
}

