body {
    font-family: 'Blinker', sans-serif;
    margin: 0;
    color: #222;
}

body a {
    text-decoration: none;
    color: #336799;
}

body p {
    margin-top: 0px;
}

.w-wrapper {
    /* max-width: 1360px; */
    margin: 0 auto;
    width: 100%;
}

/* Header */
.header {
    border-bottom: 4px solid #eaebed;
}

.header-inner {
    min-height: 100px;
    display: flex;
    justify-content: space-between;
}

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

.header-inner .logo a {
    display: block;
}

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

.h-buttons a {
    text-decoration: none;
}

.h-buttons .sign-in-btn {
    margin-right: 20px;
}

.h-buttons .dropdown-arrow {
    cursor: pointer;
    position: relative;
    padding: 0px;
}

.h-buttons .dropdown-arrow img {
    margin: 7px 9px;
}

.dropdown-arrow .m-list {
    position: absolute;
    display: none;
    border: 2px solid #336799;
    border-radius: 4px;
    background: white;
    margin-left: -2px;
    z-index: 9999;
}

.dropdown-arrow .m-list li a {
    line-height: 2;
    padding: 0px 40px;
    white-space: nowrap;
}

.dropdown-arrow .m-list li a:hover {
    background: #336799;
    color: white;
    display: block;
}

.dropdown-arrow.opened {
    border-radius: 4px 4px 0px 0px;
}

.dropdown-arrow.opened .m-list {
    border-radius: 0px 4px 4px 4px;
}

/* Homepage */
.home,
.home picture {
    position: relative;
    display: flex;
}

.home .homepage_bg_img,
.home picture {
    width: 100%;
}

.home .text-div {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    text-align: center;
    color: white;
}

.home .text-div h1 {
    font-size: 62px;
    font-weight: 200;
}

.home .text-div h2 {
    font-size: 52px;
    font-weight: 200;
}


/* Footer */
.footer {
    text-transform: uppercase;
}

.footer ul,
.header ul {
    list-style: none;
    padding: 0px;
}

.footer-t {
    background: #336799;
    min-height: 60px;
    display: flex;
    align-items: center;
    color: white;
}

.footer-m {
    line-height: 1.5;
}

.footer-m ul,
.footer-m p {
    margin-top: 0px;
}

.footer-m .footer-inner {
    display: flex;
    justify-content: space-between;
}

.footer-m .adress {
    display: flex;
}

.footer-m .adress .store {
    margin-right: 40px
}

.footer-m .adress .store:last-child {
    margin-right: 0px
}

.newsletter-form-inner form {
    margin: 0px;
    display: inline-flex;
}

.newsletter-form-inner .newsletter-header {
    margin-right: 10px;
}

.newsletter-form-inner input[type="email"] {
    height: 26px;
    border: none;
    padding: 0 0 0 8px;
    font-size: 12px;
    width: 206px;
}

.newsletter-form-inner button[type="submit"] {
    border: 0;
    color: white;
    font-style: normal;
    background: grey;
    height: 26px;
    font-size: 10px;
    width: 80px;
    display: inline-block;
    cursor: pointer;
}

.footer-m .company,
.footer-m .adress .store {
    width: 25%;
}

.footer-m .adress {
    width: 75%;
    display: flex;
    justify-content: flex-end;
}

.footer-m h2,
.footer-m h3 {
    font-weight: 600;
    margin-bottom: 0px;
}

.p-footer {
    margin: 20px auto;
}

.footer-b {
    font-size: 12px;
}

.footer-b .powered-by span {
    font-size: 14px;
}

.p-footer {
    display: flex;
    justify-content: space-between;
}

.social-media a {
    color: white;
    font-size: 20px;
}

@font-face {
    font-family: 'fontello';
    font-display: swap;
    src: url('../fonts/fontello.woff2') format('woff2'),
        url('../fonts/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.f-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Sign up pages */
.finp-div {
    padding: 30px;
    text-align: center;
    margin: 0 auto;
}

.separator-f {
    height: 2px;
    background: #eaebed;
    margin: 0 auto;
    width: 86%;
}

.finp-div h1 {
    color: #336799;
    font-weight: normal;
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 20px;
}

.finp-div h2 {
    color: #336799;
    font-weight: normal;
    margin-bottom: 20px;
}

.finp-div input[type="text"],
.finp-div input[type="email"],
.finp-div input[type="password"],
.finp-div input[type="tel"],
.finp-div select {
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.next-btn,
.sign-up-btn,
.sign-in-btn {
    background: #fc0;
    padding: 10px 30px;
    color: #336799;
    border-radius: 4px;
    border: 2px solid #fc0;
}

.sign-in-btn {
    background: white;
    border: 2px solid #336799;
}

.submit-bnt .back-btn {
    border: 2px solid #fc0;
    margin-right: 60px;
}


/******Sign in page***********/
.sign-in-page {
    /*background: #b8d3e6;*/
    display: flex;
}

.sign-in-page .finp-div {
    background: white;
    margin: 150px auto;
    border-radius: 14px;
    display: flex;
    padding: 0px;
}

.sign-in-page .finp-div .inp-div {
    padding: 15px;
    text-align: left;
}

.finp-div .sfi-text {
    font-weight: 400;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.finp-div .sfi-text span {
    font-size: 22px;
    color: #336799;
}

.finp-div .sfi-text span span {
    color: #fc0;
}

.sfi-inp {
    width: 100%;
}

.sfi-inp2 {
    width: 45%;
}

.sfi-inp3 {
    width: 30%;
}

.sfi-inp4 {
    width: 10%;
    display: inline-block;
}

.finp-div .inputs-row {
    display: flex;
    justify-content: space-between;
}

.finp-div .inputs-row.submit-bnt {
    justify-content: center;
}

.finp-div .forgot-pass {
    padding-left: 12px;
    font-size: 13px;
}

.sign-in-page .create-an-acc {
    font-size: 13px;
}

.sign-in-page .img-div {
    display: flex;
}

.sign-in-page .img-div img {
    max-height: 100%;
    min-height: 100%;
}

.finp-div .remember-me {
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: left;
}

.finp-div .remember-me input,
.finp-div .remember-me label,
.submit-bnt .next-btn,
.submit-bnt .back-btn {
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0 5px 0 0;
}

.error-div,
.success-div,
.warnings-div {
    color: red;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 20px;
    background: #fee;
    border: 1px solid red;
    border-radius: 4px;
}

.success-div {
    color: green;
    background: #efe;
    border: 1px solid green;
}

.warnings-div {
    color: orange;
    background: #ffe;
    border: 1px solid orange;
}

.sign-in-page form {
    width: 440px;
    margin: 0 auto;
}

.inputs-row {
    margin-bottom: 20px;
}

.inputs-row.nmar {
    margin-bottom: 8px;
    position: relative;
}

.eyecon {
    padding: 3px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
}

.eyecon.sin {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

/******Sign up page***********/

.sign-up-page {
    /*background-image: url(../../img/bg-signup.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.sign-up-page .forgot-pass {
    color: #777;
}

/******Choose Account page***********/
.finp-div h2.ch-type {
    font-size: 40px;
    color: #222;
    font-weight: 200;
}

.finp-div .m-label {
    font-size: 34px;
    color: #336799;
}

.m-div {
    display: flex;
    text-align: left;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 40px;
}

.m-div .im-div {
    min-width: 270px;
    padding: 20px 30px;
    border-radius: 8px;
    line-height: 1.9;
    cursor: pointer;
}

.m-div .im-div.selected {
    border: 2px solid #fc0;
}

.m-div .h-acct {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-div .features {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.m-div ul {
    color: #777;
}

.m-div .separator-f {
    width: 98%;
    margin-bottom: 20px;
}

/******** Business Information *****************/
.finp-div .business-box {
    width: 700px;
    margin: 40px auto;
    padding: 10px 30px;
    border-radius: 14px;
    border: 1px solid #eee;
}

.business-box .separator-f {
    margin-bottom: 40px;
}

.business-box .bus-ind {
    width: 440px;
    margin: 0 auto;
}

.business-box select {
    width: 100%;
}

.business-box .remember-me {
    justify-content: flex-start;
}

/******* Plan selection page *********/

.plans-div {
    max-width: 1100px;
}

.mobi_dd {
    display: none;
}

.p-div {
    display: flex;
    margin-bottom: 50px;
    margin-top: 110px;
    justify-content: center;
}

.p-div .ip-div {
    width: 19%;
}

.p-div .ip-div.bbv {
    width: 23%;
    margin-top: -80px;
}

.plans-div ul {
    list-style: none;
    line-height: 3;
    padding: 0px;
}

.plans-div .p-label,
.plans-div .price-d {
    font-size: 22px;
    color: #336799;
}

.plans-div .p-label {
    text-transform: uppercase;
}

.plans-div .price-d span {
    font-size: 14px;
}

.plans-div .bline {
    display: block;
    background: #336799;
    color: white;
    line-height: 3;
    margin-left: -15px;
    margin-right: -15px;
}

.plans-div .plan-s {
    border-radius: 8px;
    padding: 10px 15px;

}

.plans-div .plan-h,
.plans-div .plan-s {
    background: #f9f9f9;
}

.plans-div .plan-h {
    border-radius: 8px 0px 0px 8px;
    width: 100%;
    margin-bottom: 42px;
    margin-top: 5px;
    border: 1px solid #eee;
}

.plans-div .plan-s,
.plans-div .plan-sb,
.plans-div .plan-h,
.dropdown-arrow.opened .m-list,
.m-div .im-div.selected,
.finp-div .business-box {
    -webkit-box-shadow: 4px 4px 6px 0px rgba(150, 150, 150, 0.3);
    -moz-box-shadow: 4px 4px 6px 0px rgba(150, 150, 150, 0.3);
    box-shadow: 4px 4px 6px 0px rgba(150, 150, 150, 0.3);
}

.plans-div .plan-s {
    margin: 5px;
    margin-top: -3px;
    display: block;
    cursor: pointer;
    border: 1px solid #eee;
}

.plans-div .plan-h ul {
    text-align: left;
    padding: 10px 15px;
}

.plans-div .ip-div.hh {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: -5px;
}

.plans-div.finp-div .sfi-text {
    margin: 5px 0;
}

.plans-div.finp-div .sfi-text span {
    font-size: 14px;
}

/** sbg **/
.plans-div .plan-s.sbg {
    border: 2px solid #fc0;
}

.plans-div .plan-s.sbg .bline {
    background: #fc0;
    font-size: 18px;
    line-height: 3.3;
}

.plans-div .plan-s.sbg ul {
    font-size: 18px;
    line-height: 3.3;
}

.plans-div.finp-div .plan-s.sbg .sfi-text span {
    font-size: 16px;
}

.plans-div .plan-s.sbg .p-label,
.plans-div .plan-s.sbg .price-d {
    font-size: 24px;
}

.plans-div .best-value {
    border-radius: 8px 8px 0 0;
    background: #fc0;
    color: white;
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px 0px;
    line-height: 30px;
    margin: 0 0 -6px 0;
}

/********** Pament information **************/

.payment-div .secure-connection-d {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.payment-div .secure-connection-d span {
    margin-right: 10px;
}

.payment-div .forgot-pass {
    justify-content: center;
    color: #777;
}

.payment-div .sfi-inp4.quas {
    text-align: right;
    font-size: 22px;
    padding-right: 5px;
    line-height: 30px;
}

/*new signup plan design*/

.plan__card {
    display: flex;
    flex-wrap: wrap;
    max-width: 968px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;

    -webkit-box-shadow: 4px 4px 6px 0px rgb(150 150 150 / 30%);
    -moz-box-shadow: 4px 4px 6px 0px rgba(150, 150, 150, 0.3);
    box-shadow: 4px 4px 6px 0px rgb(150 150 150 / 30%);
    border: 1px solid #eee;
    border-radius: 5px;
}

.price__title_small {
    font-size: 18px;
    color: #336799;
    text-transform: uppercase;
}

.price__title_large {
    font-size: 22px;
    color: #336799;
    text-transform: uppercase;
}

.price__title_trial {
    font-size: 16px;
    width: calc(100% + 4px);
    margin-left: -5px;
    padding: 3px;
    background-color: #336799;
    color: white;
    text-transform: uppercase;
}

.price__title_trial__empty {
    min-height: 25.2px;
}

.plan__title_group {
    flex-basis: 25%;
}

.price__resource_group {
    flex-basis: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.price__resource_card {
    flex-basis: 20%;
    border: 1px solid #fc0;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.plan__final_price_result {
    min-width: 100px;
    text-align: end;
}

.plan__final_price {
    gap: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 968px;
    width: 100%;
    margin-bottom: 10px;
}

/************* Mobile Design ****************/

@media only screen and (max-width: 1390px) {

    .header,
    .footer-b,
    .footer-m {
        display: flex;
    }

    .w-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .home .text-div {
        top: 30%;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 980px) {
    .finp-div .img-div {
        display: none;
    }

    .p-footer {
        flex-wrap: wrap;
    }

    .p-footer .newsletter-form-inner {
        width: 100%;
        text-align: center;
    }

    .p-footer .social-media {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .home .text-div {
        top: 15%;
    }

    .finp-div .business-box {
        width: auto;
    }

    .plans-div {
        width: 100%;
        max-width: none;
    }

    .p-div {
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .plans-div .ip-div.hh {
        display: none;
    }

    .p-div .ip-div {
        width: 51%;
        margin-bottom: 40px;
    }

    .p-div .ip-div.bbv {
        width: 60%;
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .mobi_dd {
        display: inline-block;
        font-weight: 600;
        width: 50%;
        text-align: right;
    }

    .plans-div ul {
        text-align: left;
    }

    .plans-page {
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .sign-in-page .finp-div .inp-div {
        width: auto;
    }

    .footer-m .footer-inner {
        flex-wrap: wrap;
    }

    .footer-m .company,
    .footer-m .adress .store,
    .footer-m .adress,
    .sitemap,
    .powered-by {
        width: 100%;
        text-align: center;
    }

    .powered-by {
        margin-top: 20px;
    }

    .home .text-div {
        top: 10%;
    }

    .home .text-div h1 {
        font-size: 50px;
    }

    .home .text-div h2 {
        font-size: 40px;
    }

    .m-div {
        flex-wrap: wrap;
    }

    .p-div .ip-div.bbv {
        width: 80%;
    }

    .p-div .ip-div {
        width: 70%;
    }
}

@media only screen and (max-width: 570px) {
    .business-box .bus-ind {
        width: auto;
    }

    .header-inner,
    .footer-m .adress {
        flex-wrap: wrap;
    }

    .footer-m .adress .store {
        margin-right: 0px;
    }

    .sign-in-page form {
        width: 100%;
    }

    .header-inner .logo,
    .h-buttons {
        justify-content: center;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sign-in-page .finp-div {
        margin: 50px auto;
    }

    .home .text-div {
        top: 0%;
    }

    .p-div .ip-div.bbv {
        width: 98%;
    }

    .p-div .ip-div {
        width: 94%;
    }

    .plans-div .plan-s.sbg ul {
        font-size: 16px;
    }
}

.d-none {
    display: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fw-bold {
    font-weight: bold !important;
}

/* Gap */
.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 3rem;
}

/* Font Size */
.fs-7 {
    font-size: 0.875rem;
}

.fs-8 {
    font-size: 0.75rem;
}

.fs-9 {
    font-size: 0.6875rem;
}

.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.5625rem;
}

.fs-12 {
    font-size: 0.5rem;
}

.fs-13 {
    font-size: 0.4375rem;
}

.fs-14 {
    font-size: 0.375rem;
}

.fs-15 {
    font-size: 0.3125rem;
}

.text-gray-400 {
    color: #9ca3af !important;
}

.text-danger {
    color: #e74c3c !important;
}


.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.bg-laravo-lighter {
    background-color: #e8f8f9 !important;
}

.bg-laravo {
    background-color: #1DBDC3 !important;
}

.btn-outline-laravo {
    background-color: transparent !important;
    color: #1DBDC3 !important;
    border-color: #1DBDC3 !important;
}

.btn-outline-laravo:hover,
.btn-outline-laravo:focus,
.btn-outline-laravo:active {
    background-color: #1DBDC3 !important;
    color: white !important;
    border-color: #1DBDC3 !important;
}

.text-blue {
    color: #336799 !important;
}

.min-w-max {
    min-width: max-content !important;
}


.or-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.half-line {
    width: 100%;
    border-top: 0.5px solid #CBCFD6 !important;
    border-bottom: 0 !important;
    display: inline;
}

.or-text {
    margin: 0 20px;
    color: #CBCFD6 !important;
}

.oauth-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 7px 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s ease;
}

.oauth-btn:hover {
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.google-btn {
    background-color: #4285f4;
}

.google-btn:hover {
    background-color: #357ae8;
}

.oauth-text {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #fff;

}

.oauth-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.google-logo {
    color: #ea4335 !important;
}



.toast {
    opacity: 1 !important;
    width: 100% !important;
    margin-right: 10px;
    max-width: initial;
}

.toast-bottom-right-half-width {
    bottom: 0;
    right: 0;
    width: 50%;
}

#toast-container>.toast-success {
    background-image: none !important;
}

.toast-success {
    /* border-radius:15px !important; */
    /* background: #EBFFFD !important; */
    /* color:#1DBCC2 !important;  */
}

#toast-container>.toast-success {
    background-image: url("../../img/checked_success.svg") !important;
}

.success-div p.heading,
.error-div p.heading,
.warnings-div p.heading {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.animation-puls {
    animation:pulsate 2.5s infinite;
    -webkit-animation:pulsate 2.5s infinite;
}