/* 
    1. Common CSS 
    2. Header CSS
    3. Pricing Page CSS
    4. Footer CSS
*/

/* 1. Common CSS */
html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    color: #111827;
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    font-weight: 800;
    color: #111827;
}

p {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

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

h1 {
    font-size: 56px;
    line-height: 60px;
}

h2 {
    font-size: 46px;
    line-height: 54px;
}

h3 {
    font-size: 40px;
    line-height: 48px;
}

h4 {
    font-size: 34px;
    line-height: 44px;
}

h5 {
    font-size: 28px;
    line-height: 28px;
}

h6 {
    font-size: 24px;
    line-height: 32px;
}
.how-work-dynamic p{
    width: 55% !important;
}
.theme-text-one {
    color: #8EAAD8;
}
.theme-text-two {
    color: #3F66B9;
}
.theme-text-three {
    color: #313D51;
}
.text-green {
    color: #32B765;
}
.eyebrow-heading {
    color: #3F66B9;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
}

.status-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    display: inline-block;
    color: #BDBDBD;
}

label {
    color: #4F4F4F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}
.hiw-content a{
    color: #27AE60;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
}

.btn-theme-one {
    transition: all 0.3s ease 0s;
    color: #313D51;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #BDD6FF;
    cursor: pointer;
    background: #FFF;
    padding: 9px 25px !important;
}

.btn-theme-one:hover {
    border: 1px solid #78A5ED;
    background: #BDD6FF;
}

.btn-theme-one-reverce {
    transition: all 0.3s ease 0s;
    color: #313D51;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #78A5ED;
    background: #BDD6FF;
    padding: 9px 25px !important;
}

.btn-theme-one-reverce:hover {
    background: #78A5ED;
    color: #111827;
}

.btn-theme-two {
    transition: all 0.3s ease 0s;
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #111827;
    cursor: pointer;
    background: #111827;
    padding: 9px 25px;
}

.btn-theme-two:hover {
    color: #232B38;
    border: 1px solid #656F81;
    background: #979DA9;
}

input:not([type="radio"]),
input:not([type="checkbox"]),
textarea,
select {
    display: block;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    color: #4F4F4F;
    font-size: 16px;
    font-style: normal;
    width: 100%;
    font-weight: 400;
    line-height: 22px;
}

input::placeholder,
textarea::placeholder {
    color: #4F4F4F;
}

.input-success input,
.input-success textarea {
    border-color: #27AE60;
}

.input-success .status-label {
    color: #27AE60;
}

.input-warning input,
.input-warning textarea {
    border-color: #E2B93B;
}

.input-warning .status-label {
    color: #E2B93B;
}

.input-error input,
.input-error textarea {
    border-color: #EB5757;
}

.input-error .status-label {
    color: #EB5757;
}

.input-box-inner {
    position: relative;
}

.input-box-inner img {
    max-height: 18px;
    position: absolute;
    max-width: 20px;
    top: 13px;
    right: 15px;
}

.input-box-inner img+input,
.input-box-inner img+textarea {
    padding-right: 40px;
}

.guidelines-header {
    background-color: #dddddd;
}

.guidelines-header img {
    width: 200px;
}

.guidelines-section {
    padding: 40px 0;
    background-color: #dddddd;
}

.guidelines-wrap {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 50px;
}

.guidelines-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #BDBDBD;
}



.semi-donut {
    --percentage: 75;
    --fill: #111827;
    width: 180px;
    height: 91px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}

.semi-donut:after {
    content: "";
    width: 180px;
    height: 180px;
    border: 20px solid;
    border-color: #E0E0E0 #E0E0E0 var(--fill) var(--fill);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
    -webkit-animation: fillAnimation 1s ease-in;
    animation: fillAnimation 1s ease-in;
}

.chart-box h6 {
    position: absolute;
    color: #111827;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    bottom: 26px;
}

.chart-box p {
    position: absolute;
    left: 20px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    right: 20px;
    bottom: 0;
    margin: 0;
}


.radialProgressBar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ddd;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    transform: rotateY(180deg);
}

.progress-0 {
    background-image: -webkit-linear-gradient(left, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #111827 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #111827 50%, #ddd 50%);
}

.progress-10 {
    background-image: -webkit-linear-gradient(36deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #111827 50%, #ddd 50%);
    background-image: linear-gradient(54deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #111827 50%, #ddd 50%);
}

.progress-20 {
    background-image: -webkit-linear-gradient(72deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #111827 50%, #ddd 50%);
    background-image: linear-gradient(18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #111827 50%, #ddd 50%);
}

.progress-30 {
    background-image: -webkit-linear-gradient(108deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #111827 50%, #ddd 50%);
    background-image: linear-gradient(-18deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #111827 50%, #ddd 50%);
}

.progress-40 {
    background-image: -webkit-linear-gradient(144deg, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #111827 50%, #ddd 50%);
    background-image: linear-gradient(-54deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #111827 50%, #ddd 50%);
}

.progress-50 {
    background-image: -webkit-linear-gradient(right, #ddd 50%, transparent 50%), -webkit-linear-gradient(left, #111827 50%, #ddd 50%);
    background-image: linear-gradient(-90deg, #ddd 50%, transparent 50%), linear-gradient(90deg, #111827 50%, #ddd 50%);
}

.progress-60 {
    background-image: -webkit-linear-gradient(left, #111827 50%, transparent 50%), -webkit-linear-gradient(36deg, #111827 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #111827 50%, transparent 50%), linear-gradient(54deg, #111827 50%, #ddd 50%);
}

.progress-70 {
    background-image: -webkit-linear-gradient(left, #111827 50%, transparent 50%), -webkit-linear-gradient(72deg, #111827 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #111827 50%, transparent 50%), linear-gradient(18deg, #111827 50%, #ddd 50%);
}

.progress-80 {
    background-image: -webkit-linear-gradient(left, #111827 50%, transparent 50%), -webkit-linear-gradient(108deg, #111827 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #111827 50%, transparent 50%), linear-gradient(-18deg, #111827 50%, #ddd 50%);
}

.progress-90 {
    background-image: -webkit-linear-gradient(left, #111827 50%, transparent 50%), -webkit-linear-gradient(144deg, #111827 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #111827 50%, transparent 50%), linear-gradient(-54deg, #111827 50%, #ddd 50%);
}

.progress-100 {
    background-image: -webkit-linear-gradient(left, #111827 50%, transparent 50%), -webkit-linear-gradient(right, #111827 50%, #ddd 50%);
    background-image: linear-gradient(90deg, #111827 50%, transparent 50%), linear-gradient(-90deg, #111827 50%, #ddd 50%);
}

.radialProgressBar>div {
    position: absolute;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background: #ffffff;
    border-radius: 100%;
    transform: rotateY(180deg);
}

.radialProgressBar h6 {
    color: #111827;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.radialProgressBar p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

label.checkbox-container[disabled] {
    cursor: default;
    opacity: .6;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container input[type="checkbox"]+.checkmark-box {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #828282;
    top: 1px;
}


.checkbox-container input:checked[type="checkbox"]+span {
    background: #111827;
    border-color: #111827;
}

.checkbox-container input[type="checkbox"]:checked+span:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 6px;
}


.checkbox-container input[type="radio"]+.checkmark-box {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #828282;
    top: 1px;
}


.checkbox-container input:checked[type="radio"]+span {
    background: #ffffff;
    border-color: #111827;
}

.checkbox-container input[type="radio"]:checked+span:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #111827;
    border-radius: 100%;
    bottom: 3px;
    left: 3px;
}

.switch-slider {
    display: inline-block;
    width: 44px;
    height: 24px;
    background: #E0E0E0;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
}

.switch-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.switch-slider:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: 3px;
    transition: all 0.3s ease 0s;
}

.switch-box input:checked+span {
    background: #111827;
}

.switch-box input:checked+span:before {
    left: 24px;
}

.custom-table thead th {
    padding: 13px 14px;
    background: #111827;
    color: #fff;
    font-weight: 700;
}

.custom-table thead th:first-child {
    border-radius: 4px 0 0 4px;
}

.custom-table thead th:last-child {
    border-radius: 0 4px 4px 0;
}

.custom-table tbody td:last-child {
    text-align: right;
}

.custom-table tbody td {
    padding: 6px 14px;
}

.custom-table tbody tr:nth-child(even) {
    background: rgba(224, 224, 224, 0.40);
}

.table-pagination .table-pagination-trigger {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #828282;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #828282;
}

a.table-pagination-trigger {}

.table-pagination {
    display: flex;
    margin-top: 20px;
}

.table-pagination>*:first-child~* {
    margin-left: 8px;
}

.table-pagination .table-pagination-trigger.page-active {
    background: #111827;
    border-color: #111827;
    color: #fff;
}

.step-row {
    max-width: 344px;
    position: relative;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 40px;
}

.step-row:before {
    content: "";
    position: absolute;
    height: 8px;
    background: #E0E0E0;
    width: calc(100% - 70px);
    left: 35px;
    bottom: 16px;
}


.step-box.step-box-active:before {
    background: #111827;
}

.step-box-active:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -25px;
    left: 32px;
}

.step-box span {
    color: #092C4C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.step-box {
    z-index: 2;
    position: relative;
}

.step-row:after {
    content: "";
    position: absolute;
    height: 8px;
    background: #101827;
    width: calc(100% - 100%);
    left: 35px;
    bottom: 16px;
    transition: all 0.3s ease 0s;
}

.step-row.step-two-active:after {
    width: calc(100% - 200px);
}

.step-row.step-three-active:after {
    width: calc(100% - 70px);
}

.step-box:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #111827;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -33px;
}

/****************************************************/


/* 2. Header CSS */
.brand-logo img {
    width: 220px;
}

img {
    max-width: 100%;
}


.header-menu .btn-theme-one {
    border: 1px solid #78A5ED;
    background: #BDD6FF;
}

.header-menu .btn-theme-one:hover {
    background: #78A5ED;
}
.solid-btn {
    border: 1px solid #3F66B9;
    background: #3F66B9;
    color: #fff;
}
.solid-btn:hover {
    background: #78A5ED;
    color: #fff;
}

.solid-green-btn{
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    background: #32B765;
    border-radius: 5px;
    padding: 15px 50px;
}
.solid-green-btn:hover{
    color: #FFF;
    background-color: #32b765de;
}


header.main-header.header-after-scroll {
    background: #fff;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.02);
    top: -140px;
    transition: all 0.6s ease 0s;
    position: fixed;
}

header.main-header.header-after-scroll.header-active {
    top: 0;
}

.header-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-menu a {
    color: #111827;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}

.header-menu li+li {
    margin-left: 20px;
}

/* .header-menu a:not(.btn-theme-one):before {
    content: "";
    position: absolute;
    bottom: -4px;
    height: 2px;
    width: 0;
    background: #78A5ED;
    transition: all 0.3s ease 0s;
}

.header-menu a:not(.btn-theme-one):hover:before, .header-menu a:not(.btn-theme-one).current-page:before {
    width: 100%;
} */
.header-menu a:not(.btn-theme-one):hover,
.header-menu a:not(.btn-theme-one).current-page {
   color: #3F66B9;
}

.main-header {
    padding: 15px 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
}

/****************************************************/
/* 3. Pricing Page CSS */
.pricing-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.pricing-content img {
    max-width: 200px;
}

.pricing-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%; */
}

.pricing-hero>div {
    padding-top: 120px;
    padding-bottom:20px;
}

.pricing-content p {
    font-size: 22px;
}

.pricing-content h2 {
    margin: 20px 0 25px 0;
}

.pricing-detail-section {
    position: relative;
    background-color: #F8FAFF;
    padding: 50px 0;
}

.hero-normal .pricing-hero {
    position: relative;
}

.billing-cycle-switch {
    width: 200px;
    border: 1px solid rgba(42, 29, 48, .16);
    padding: 4px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.billing-cycle-switch button {
    width: calc(50% - 3px);
    background: transparent;
    border: none;
    padding: 7px 10px;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    line-height: 24px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.billing-cycle-switch:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    min-width: 92px;
    height: 38px;
    background: #78A5ED;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
}

.billing-cycle-switch.yearly-active .yearly-btn {
    color: #fff;
}

.billing-cycle-switch button:hover {
    color: #78A5ED;
}

.billing-cycle-switch.monthly-active .monthly-btn {
    color: #fff;
}

.billing-cycle-switch.monthly-active:before {
    left: 102px;
}

.change-currency-box {
    width: 200px;
}

.price-sorting-row {
    display: flex;
    justify-content: space-between;
}

.price-sorting-row {}

.price-table-wrap {
    margin-top: 40px;
}


.price-table-wrap .price-table {
    border: 1px solid #dddddd;
    box-shadow: 0px 1px 9px 0px rgba(42, 29, 48, .06), 0px 0px 8px 0px hsl(217deg 77% 70% / 30%);
    border-radius: 13px;
    background: #fff;
    padding: 40px;
}

.price-table-wrap .price-table .price-table-inner {
    display: flex;
}

.price-table-content {
    border-right: 1px solid #dddddd;
    padding-right: 40px;
    margin-right: 40px;
    flex: 1 1;
}

.price-table>hr {
    margin: 40px 0;
}

.price-table-pricing-row {
    flex: 2 1;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.price-table-content span {
    text-transform: uppercase;
    display: block;
    color: #3F66B9;
    font-size: 15px;
    font-weight: bold;
}

.price-table-badge {
    color: #3F66B9;
    background: #3f66b924;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.price-table-content p {
    margin: 0;
}

.price-table-content h6 {
    margin: 10px 0 10px 0;
}

.pricing-colmn-title h6 {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.pricing-colmn-title h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 20px 0;
    line-height: normal;
}

.pricing-colmn-price {
    display: flex;
    font-size: 32px;
    align-items: center;
}

.pricing-colmn-price p {
    margin: 0;
}

.pricing-colmn-price span {
    font-size: 13px;
    position: relative;
    top: -8px;
    opacity: 0.5;
    margin-right: 5px;
}

.pricing-colmn-price p {
    font-size: 12px;
    margin-left: 10px;
    opacity: 0.5;
    line-height: normal;
}

.plan-points h6 {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 15px 0;
}

.pricing-colmn {
    width: 50%;
}

.plan-points p {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    margin: 0;
}

.plan-points p svg {
    position: relative;
    top: 2px;
    min-width: 18px;
    margin-right: 4px;
}

.plan-points li+li {
    margin-top: 8px;
}



/* .logo-slider {
    margin: auto;
    overflow: visible;
}
.logo-slider ul {
    display: flex;
    padding: 0;
    position: relative;
    animation: cambio 5s infinite linear;
}
.logo-slider-ltr ul {
    animation: cambioltr 5s infinite linear;
}
.logo-slider li {
    padding: 0 10px;
    list-style: none;
    min-width: 14.50%;
    max-width: 14.50%;
}
.logo-slider img {
    max-width: fit-content !important;
    height: auto !important;
}
@keyframes cambio {
    from {left: 0%}
    to {left: calc(-100% - 270px)}
}
@keyframes cambioltr {
    from {left: -100%}
    to {left: 0%}
}
.logo-slider-section {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    background-color: #fff;
} */

.logo-slider-section {
    background-color: #ffffff;
    position: relative;
    z-index: 2;

    padding: 30px 0;
}

.logo-slider-inner {
    display: flex;
}

.logo-slider-box {
    background: #f8faff;
    border-radius: 10px;
    padding: 15px 0;
}

.logo-slider-box img {
    opacity: 0.6;
    max-width: 80%;
    margin: 0 auto;
}

.dashboard-container{
    margin-left: 5em;
    margin-right: 5em;
}
/****************************************************/
/* Login Section */

.login-section, .dashboard-section{
    margin-top: 10em;
}


.login-form-section, .dashboad-sub-sections{
    border: 1px solid #dddddd;
    box-shadow: 0px 1px 9px 0px rgba(42, 29, 48, .06), 0px 0px 8px 0px hsl(217deg 77% 70% / 30%);
    border-radius: 13px;
    background: #fff;
    padding: 40px;
}
.dashboad-sub-sections{
    padding: 40px 30px;
}

/****************************************************/
/* 4. Footer CSS */
footer {
    position: relative;
    z-index: 2;
    background-color: #F8FAFF;
}

.footer-logo-box>a>img {
    width: 210px;
}

.footer-logo-box {
    max-width: 350px;
}

.footer-logo-box p {
    margin: 15px 0;
    font-size: 18px;
}

.footer-top {
    padding-top: 80px;
    padding-bottom: 50px;
}

.footer-logo-box svg {
    width: 20px;
}

.footer-logo-box ul {
    display: flex;
}

.footer-logo-box ul li {
    margin-right: 15px;
}

.footer-link-box h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.footer-link-box ul a {
    font-size: 15px;
    color: #111827;
}

.footer-link-box li+li {
    margin-top: 6px;
}

.footer-link-box ul a:hover {
    color: #78A5ED;
}

.footer-bottom-links ul li a {
    font-size: 12px;
    line-height: normal;
    color: #111827;
}

.footer-bottom-links ul {
    display: flex;
    align-items: center;
}

.footer-bottom-links p {
    font-size: 12px;
    margin: 0 0 0 10px;
}

.footer-bottom-links ul li+li {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.footer-bottom-links ul li+li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 6px;
}

.footer-bottom-links ul li a:hover {
    color: #78A5ED;
}

.footer-bottom {
    padding-bottom: 18px;
    padding-top: 18px;
    border-top: 1px solid #dddddd;
}

.language-box {
    max-width: 200px;
    margin-left: auto;
    position: relative;
}

.language-box select {
    padding-left: 35px;
}

.language-box svg {
    width: 20px;
    position: absolute;
    top: 9px;
    left: 8px;
    pointer-events: none;
}

/****************************************************/
.home-hero-section {
    padding: 170px 0 340px 0;
    background-image: url(/static/images/home-hero-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-hero-content {
    max-width: 575px;
    margin: 0 auto;
    position: relative;
}

.home-hero-content p {
    margin: 35px 0;
    font-size: 18px;
}
.home-hero-content img {
    position: absolute;
    left: 105%;
    bottom: -200px;
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 46px;
        line-height: 52px;
    }

    .pricing-hero {
        position: relative;
    }

    .pricing-detail-section {
        margin-top: 0 !important;
    }

    .pricing-content {
        opacity: 1 !important;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .mobile-start-free{
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }

    .footer-logo-box {
        margin: 0 auto 30px;
        text-align: center;
    }

    .footer-link-box {
        text-align: center;
    }

    .footer-top {
        padding-top: 60px;
    }

    .footer-logo-box ul {
        justify-content: center;
    }

    .pricing-hero>div {
        padding-bottom: 70px;
    }

    .pricing-detail-section {
        padding: 70px 0;
    }

    .price-table-wrap {
        margin-top: 30px;
    }

    .header-menu {
        position: fixed;
        background: #fff;
        left: 0;
        width: 320px;
        max-width: 90%;
        height: 100%;
        max-height: 100%;
        overflow-y: scroll;
        top: 0;
        left: -320px;
        transition: all 0.4s ease 0s;
    }


    body.menu-open {
        position: relative;
    }

    body header:before {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000000;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease 0s;
    }

    body.menu-open header:before {
        opacity: 0.6;
        visibility: visible;
    }

    .header-menu {
        z-index: 1;
    }

    .header-menu ul {
        display: block;
    }

    .header-menu ul li {
        margin: 0 !important;
        line-height: normal;
    }

    .header-menu a:not(.btn-theme-one) {
        width: 100%;
        padding: 12px 15px;
    }

    .header-menu a:not(.btn-theme-one):before {
        content: none;
    }

    .sidebar-logo a {
        padding: 0 !important;
    }

    .sidebar-logo a img {
        width: 210px;
    }

    .sidebar-logo {
        border-bottom: 1px solid #78A5ED;
        padding: 15px 15px;
    }

    .header-menu a:not(.btn-theme-one):hover,
    .header-menu a:not(.btn-theme-one).current-page {
        background: #78A5ED;
        color: #fff;
    }

    .close-sidebar {
        position: absolute;
        padding: 0;
        border: none;
        background: transparent;
        right: 15px;
        z-index: 1;
        top: 10px;
    }

    .close-sidebar img {
        width: 22px;
    }

    .menu-open .header-menu {
        left: 0;
    }

    .sidebar-trigger {
        padding: 0;
        border: none;
        width: 40px;
        background: #78A5ED;
        height: 40px;
        border-radius: 4px;
    }

    .sidebar-trigger img {
        width: 27px;
        filter: brightness(0) invert(1);
    }

    .price-table-content {
        padding: 0;
        margin: 0;
        border: none;
        margin-bottom: 30px;
    }

    .price-table-wrap .price-table .price-table-inner {
        display: block;
    }
    .dashboard-container{
        margin-left: 2em;
        margin-right: 2em;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .pricing-content p {
        font-size: 18px;
    }

    .pricing-content img {
        max-width: 190px;
    }

    .dashboard-container{
        margin-left: 2em;
        margin-right: 2em;
    }
    .mobile-start-free{
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }

}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .mobile-start-free{
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }

    .price-sorting-row {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .billing-cycle-box {
        margin-bottom: 20px;
        text-align: center;
    }

    .change-currency-box label {
        display: block;
        text-align: center;
    }

    .price-table-pricing-row {
        display: block;
    }

    .pricing-colmn {
        width: 100%;
    }

    .price-table-pricing-row .pricing-colmn+.pricing-colmn {
        border-top: 1px solid #dddddd;
        padding-top: 15px;
        margin-top: 40px;
    }

    .pricing-colmn hr {
        display: none;
    }

    .plan-points {
        margin-top: 15px;
    }

    .price-table-wrap .price-table {
        padding: 40px 25px;
    }

    .price-table-wrap .price-table {
        padding: 40px 25px;
    }

    .price-table-content span {
        font-size: 14px;
    }

    .price-table-content h6 {
        font-size: 18px;
        line-height: normal;
    }
    .footer-bottom-links ul {
        justify-content: center;
    }
    
    .language-box {
        margin: 15px auto 0;
    }
    .footer-link-box {
        text-align: left;
    }
}



header.main-header.header-after-scroll {
    opacity: 0;
    visibility: hidden;
}
header.main-header.header-after-scroll.header-active {
    opacity: 1;
    visibility: visible;
}
body header:before {
    pointer-events: none;
}
.user-dropdown > a {
    color: #111827 !important;
    font-size: 15px;
}
.dashboard-container{
        margin-left: 2em;
        margin-right: 2em;
    }
.user-dropdown > a:focus, .user-dropdown > a:hover {
    outline: none !important;
    box-shadow: none !important;
    color: #111827 !important;
}

.user-dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    top: 26px !important;
}
.dropdown-item.active, .dropdown-item:active {
    background: #78A5ED;
}
/* .header-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
} */
@media only screen and (max-width: 1350px) {
.home-hero-content img {
    left: 350px;
    bottom: -250px;
}
}
@media only screen and (max-width: 1199px) {
.main-header .btn-theme-one {
    padding: 8px 16px !important;
}
}
@media only screen and (max-width: 991px) {
.user-dropdown * {
    text-align: left !important;
}

.user-dropdown .dropdown-toggle {
    padding: 9px 15px !important;
}

.user-dropdown .dropdown-menu {
    right: auto !important;
    left: 15px  !important;
    width: calc(100% - 30px);
    top: 40px !important;
}
.home-hero-content img {
    position: initial;
    display: block;
    margin: 0 auto;
}
}









.how-it-work-section {
    padding: 100px 0;
}
.hiw-content {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hiw-content > div {
    position: relative;
    z-index: 1;
    width: 100%;
}
.hiw-content.hiw-content-one {
    padding: 223px 0;
}
.hiw-content.hiw-content-one:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-image: url(/static/images/how-it-work-left-shape-1.svg);
    right: 0;
    background-size: contain;
    top: 0;
    background-position: left center;
    background-repeat: no-repeat;
}
.hiw-content h6 {
    color: #3F66B9;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.hiw-content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.hiw-content h2 {
    margin: 10px 0 10px 0;
}
.hiw-content.hiw-content-one img {
    position: absolute;
    top: 190px;
    right: 30px;
}




.hiw-content.hiw-content-two {
    padding: 173px 0;
}

.hiw-content.hiw-content-two:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-image: url(/static/images/how-it-work-left-shape-2.svg);
    right: 0;
    background-size: contain;
    top: 0;
    background-position: left center;
    background-repeat: no-repeat;
}
.hiw-content.hiw-content-two img {
    position: absolute;
    top: 210px;
    right: -60px;
}


.hiw-content.hiw-content-three {
    padding: 113px 0;
}

.hiw-content.hiw-content-three:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-image: url(/static/images/how-it-work-left-shape-3.svg);
    right: 0;
    background-size: contain;
    top: 0;
    background-position: left center;
    background-repeat: no-repeat;
}
.hiw-content.hiw-content-three img {
    position: absolute;
    top: 210px;
    right: -70px;
}



.hiw-content.hiw-content-four {
    padding: 142px 0;
}

.hiw-content.hiw-content-four:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-image: url(/static/images/how-it-work-left-shape-4.svg);
    right: 0;
    background-size: contain;
    top: 0;
    background-position: left center;
    background-repeat: no-repeat;
}
.hiw-content.hiw-content-four img {
    position: absolute;
    top: 210px;
    right: -70px;
}



.hiw-content-right {
    max-width: calc(100% - 100px);
    margin-left: auto;
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hiw-content-right:before {
    content: "";
    position: absolute;
    width: calc(50vw - 121px);
    height: 100%;
    background-image: url(/static/images/how-it-work-right-shape.svg);
    left: 0;
    background-size: contain;
    top: 0;
    background-position: right center;
    background-repeat: no-repeat;
}
.hiw-content-box {
    position: relative;
    width: 100%;
}

.hiw-content-box img {
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
}


footer.footer-theme-two {
    background: #BDD6FF;
    border-radius: 100px 100px 0 0;
}

footer.footer-theme-two .footer-logo-box>a>img {
    width: 300px;
}

footer.footer-theme-two .footer-link-box h6 {
    font-size: 25px;
}

.footer-theme-two .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
}


@media only screen and (max-width: 1199px) {
.hiw-content-box img {
    height: 220px;
    border-radius: 10px;
}

.hiw-content.hiw-content-one img {
    width: 180px;
}

.hiw-content.hiw-content-two img {
    width: 150px;
    right: -80px;
}

.hiw-content.hiw-content-three img {
    width: 160px;
    right: -130px;
}

.hiw-content.hiw-content-four img {
    width: 141px;
    right: -100px;
    top: 280px;
}
}
@media only screen and (max-width: 991px) {

.hiw-content h2 {
    font-size: 30px;
    line-height: normal;
}

.hiw-content h6 {
    font-size: 14px;
    line-height: normal;
}

.hiw-content p {
    font-size: 14px;
    line-height: normal;
}
.footer-theme-two .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
}

footer.footer-theme-two .footer-logo-box>a>img {
    width: 200px;
}

footer.footer-theme-two .footer-link-box h6 {
    font-size: 18px;
}
.hiw-content p br {
    display: none;
}

.hiw-content.hiw-content-one img {
    top: 80px;
    right: -10px;
    width: 130px;
}

.hiw-content.hiw-content-two img {
    top: 180px;
    right: -20px;
}

.hiw-content.hiw-content-three img {
    right: -40px;
    top: 190px;
    width: 120px;
}

.hiw-content.hiw-content-four img {
    top: 220px;
    width: 120px;
    right: -30px;
}
.hiw-content-right {
    max-width: 100%;
}

.hiw-content-right:before {
    width: calc(50vw - 15px);
}
.how-it-work-section {
    padding: 40px 0;
}
}



@media only screen and (max-width: 767px) {
    .hiw-content img {
        display: none;
    }
    footer.footer-theme-two {
        border-radius: 30px 30px 0 0;
    }
    
    .hiw-content.hiw-content-one:before {
        width: 350px;
        left: -20px;
    }
    .hiw-content.hiw-content-one {
        padding: 0 0;
        min-height: 300px;
    }
    .hiw-content.hiw-content-two:before {
        width: 320px;
        left: -20px;
    }
    .hiw-content.hiw-content-two {
        padding: 0 0;
        min-height: 300px;
    }
    .hiw-content.hiw-content-three:before {
        width: 350px;
        left: -20px;
    }
    .hiw-content.hiw-content-three {
        padding: 0 0;
        min-height: 300px;
    }
    .hiw-content.hiw-content-four:before {
        width: 320px;
        left: -20px;
    }
    .hiw-content.hiw-content-four {
        padding: 0 0;
        min-height: 300px;
    }
    .how-it-work-section > .container {
        max-width: 100%;
    }
    
    .hiw-content.hiw-content-one {
        /* max-width: 270px;
        padding-left: 30px; */
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hiw-content.hiw-content-three {
        /* max-width: 270px;
        padding-left: 30px; */
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    
    .hiw-content.hiw-content-two {
        /* max-width: 270px;
        padding-right: 30px; */
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: auto;
    }
    .hiw-content.hiw-content-four {
        /* max-width: 270px;
        padding-right: 30px; */
        padding-top: 50px;
        margin-left: auto;
        padding-bottom: 50px;
    }
    
    .hiw-content.hiw-content-one:before {
        background-image: url(/static/images/how-it-work-mobile-shape-1.svg);
        background-position: left top;
    }
    .hiw-content.hiw-content-three:before {
        background-image: url(/static/images/how-it-work-mobile-shape-1.svg);
        background-position: left top;
    }
    .hiw-content.hiw-content-two:before {
        background-image: url(/static/images/how-it-work-mobile-shape-2.svg);
        background-position: left top;
    }
    .hiw-content.hiw-content-four:before {
        background-image: url(/static/images/how-it-work-mobile-shape-2.svg);
        background-position: left top;
    }
    .hiw-content h2 {
        font-size: 21px;
    }
    
    .hiw-content h2 br {
        display: none;
    }
    .hiw-content video {
        width: 250px;
        height: 140px;
        object-fit: cover;
        border-radius: 20px;
        max-width: 100%;
    }
    .how-it-work-section {
        overflow: hidden;
    }
    .hiw-content > div {max-width: 270px;margin: 0 auto;}

    .hiw-content.hiw-content-two:before, .hiw-content.hiw-content-four:before {
        left: auto;
        right: -20px;
    }
    }
    
    
    @media only screen and (max-width: 575px) {
    .hiw-content.hiw-content-one {
        padding-left: 0;
    }
    .hiw-content.hiw-content-three {
        padding-left: 0;
    }
    .hiw-content.hiw-content-two {
        padding-right: 0;
    }
    .hiw-content.hiw-content-four {
        padding-right: 0;
    }
}


.gradiant-top-to-bottom {
    background: linear-gradient(0deg, rgba(182,203,250,1) 0%, rgba(255,255,255,1) 100%) !important;
}
.gradiant-bottom-to-top {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(182,203,250,1) 100%) !important;
}
.gradiant-bottom-to-top-light {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(182,203,250,0.4) 100%) !important;
}
.gradiant-left-to-right {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(182,203,250,1) 100%) !important;
}
.gradiant-right-to-left {
    background: linear-gradient(90deg, rgba(182,203,250,1) 0%, rgba(255,255,255,1) 100%) !important;

}

.deserve-section {
    position: relative;
    padding: 310px 0 100px 0;
}

.deserve-section:before {
    content: "";
    position: absolute;
    background-image: url(../images/bg-shape-img.svg);
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: bottom;

}
.deserve-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/dots-green.svg);
    height: 62px;
    width: 62px;
    top: -30px;
    right: 40px;
    background-size: cover;
    background-position: center center;
}
.deserve-section:after {
    content: "";
    position: absolute;
    background-image: url(../images/big-dog.png);
    height: 694px;
    width: 694px;
    background-blend-mode: darken;
    right: 40px;
    background-size: cover;
    background-position: center center;
    opacity: 0.8;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

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

.deserve-box {
    width: 550px;
    max-width: 100%;
    border-radius: 16.451px;
    position: relative;
    background: #FFF;
    padding: 38px;
    box-shadow: 2.98909px 5.97818px 7.97091px 0px rgba(184, 199, 224, 0.44);
}

.deserve-box h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    color: #111827;
    line-height: 52px;
    border-bottom: 1px solid #BDD6FF;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.deserve-box h2 span {
    color: #32B765;
}
.deserve-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    color: #979DA9;
}

.people-buddy-text {
    color: #000;
    font-size: 46px;
    font-style: normal;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    line-height: normal;
}

.deserve-section .container {
    max-width: 1350px;
}

.deserve-point {
    display: flex;
    justify-content: center;
    margin-top: 110px;
}

.deserve-point-box {
    text-align: center;
    border-radius: 15px;
    background: #FFF;
    margin: 0 10px;
    border-bottom: 20px solid #32B765;
    padding: 10px 30px;
}

.deserve-point-box p {
    margin: 0;
}

.deserve-point-box h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    font-style: normal;
    color: #111827;
    font-weight: 700;
    line-height: 46px;
}

.deserve-point-box p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}
.deserve-section > div {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
.people-buddy-text {
    font-size: 36px;
}

.people-buddy-text img {
    width: 70px;
}
}


@media only screen and (max-width: 991px) {
.deserve-section-inner {
    display: block;
}
.people-buddy-text {
    text-align: center;
    font-size: 24px;
}

.deserve-box {
    margin: 50px auto 0;
    padding: 35px 20px 25px 20px;
}
.big-dog-img {
    width: 500px;
    margin: 0 auto 50px;
    display: block;
    max-width: 80%;
}

.deserve-section:after {
    content: none;
}

.deserve-section {
    padding: 70px 0;
}

.deserve-box {
    width: 440px;
}
}

@media only screen and (max-width: 767px) {
.deserve-box h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
}

.deserve-box p {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
}

.deserve-point {
    margin-top: 40px;
    display: block;
}
.people-buddy-text img {
    width: 40px;
}
.deserve-point-box + .deserve-point-box {
    margin-top: 30px;
}
}

.form_field_borders{
    border: 2px solid #3F66B9 !important;
    border-radius: 20px !important;
}



.free-money-section {
    padding: 100px 0;
}
.fms-content {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fms-content img {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: -15px;
    position: relative;
}

.fms-content a {
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    background: #32B765;
    border-radius: 5px;
    padding: 15px 50px;
}
@media only screen and (max-width: 767px) {

.fms-content h2 {
    font-size: 38px;
    line-height: normal;
}

.free-money-section {
    padding: 70px 0;
}
}
@media only screen and (max-width: 575px) {
.fms-content h2 {
    font-size: 30px;
    line-height: normal;
}
.fms-content a {
    font-size: 18px;
    padding: 15px 30px;
}
}

.free-money-section {
    position: relative;
}
.free-money-section > * {
    position: relative;
    z-index: 1;
}
.free-money-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/free-money-section-background-1.svg);
    background-position: top left;
    top: 0;
    left: 0;
}

.free-money-section::after {
    content: "";
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/free-money-section-background-2.svg);
    background-position: top right;
}
@media only screen and (max-width: 11400px) {


.free-money-section::before {
    background-size: 60vw;
}

.free-money-section::after {
    background-size: 40vw;
}


}