:root {
    --font-size-default: 18px;
    --border-radius-default: 5px;
    --font-size-large: 22px;
    --font-size-medium: 20px;
    --font-size-default: 18px;
    --font-size-small: 16px;
    --font-size-x-small: 14px;
    --font-size-h1: 34px;
    --font-size-h2: 30px;
    --font-size-h3: 24px;
    --color-666666: #666666;
    --color-lightblue: #ebf8ff;
    --color-skyblue: #0984e340;
    --color-0000000D: #0000000d;
    --color-CBCBCB: #cbcbcb;
    --color-blue: #0984e3;
    --color-yellow: #ffdd00;
    --color-dark: #0d0c22;
    --color-F0F0F0: #f0f0f0;
    --color-EFEFEF: #efefef;
    --color-D9D9D9: #d9d9d9;
    --color-FF5C5C: #ff5c5c;
}

* {
    outline: unset;
    margin: unset;
    padding: unset;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: var(--font-size-default);
    text-decoration: none;
    color: inherit;
    line-height: 2;
    max-width: 100%;
}

body {
    scroll-behavior: smooth;
}

.align-items-center {
    align-items: center;
}

.gap-1 {
    gap: 10px;
}

.h-100 {
    height: 100% !important;
}

.align-items-center {
    align-items: center;
}

.text-white-custom {
    color: #ffffff !important;
}

.bg-blue-custom {
    background: #4899FF !important;
}

.bg-gray-custom {
    background: #E7EBF3 !important;
}

.text-white-custom {
    color: #ffffff !important;
}

.bg-blue-custom {
    background: #4899FF !important;
}

.bg-gray-custom {
    background: #E7EBF3 !important;
}

/**************************************
        Custom Scrollbar Styles Start
***************************************/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #eaeaea;
}

::-webkit-scrollbar-thumb {
    background: radial-gradient(67.82% 100% at 50% 0%,
            #0291ff 0%,
            #006dd2 100%);
}

::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(67.82% 100% at 50% 0%,
            #006dd2 0%,
            #0291ff 100%);
}

/**************************************
        Custom Scrollbar Styles End
***************************************/

/**************************************** 
        Custom Utility Classes Start
****************************************/
.h1 {
    font-size: var(--font-size-h1);
}

h1 {
    font-size: var(--font-size-h1);
    text-align: center;
    line-height: normal;
}

.h2 {
    font-size: var(--font-size-h2);
    font-weight: 500;
}

.h3 {
    font-size: var(--font-size-h3);
    font-weight: 500;
}

.section {
    padding: 50px 0;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.container {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.font-bold {
    font-weight: 700;
}

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

.requestMsg {
    text-align: center;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.m-0 {
    margin: unset;
}

.mr-0 {
    margin-right: unset;
}

.ml-0 {
    margin-left: unset;
}

.mx-0 {
    margin-left: unset;
    margin-right: unset;
}

.my-0 {
    margin-top: unset;
    margin-bottom: unset;
}

.m-auto {
    margin: 0 auto;
}

.p-0 {
    padding: unset;
}

.pl-0 {
    padding-left: unset;
}

.pr-0 {
    padding-right: unset;
}

.px-0 {
    padding-left: unset;
    padding-right: unset;
}

.py-0 {
    padding-top: unset;
    padding-bottom: unset;
}

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

.justify-content-center {
    justify-content: center !important;
}

.w-100 {
    width: 100% !important;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.flex-column {
    flex-direction: column;
}

.opacity-low {
    opacity: 0.5;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.text {
    color: var(--color-666666);
}

.h1_text {
    color: var(--color-666666);
    line-height: 1.5;
    width: 100%;
    margin: 10px auto 20px auto;
    text-align: center;
}

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

.shadow {
    box-shadow: 0px 40px 99px #0000000d;
}

.shine {
    position: relative;
    overflow: hidden;
}

.align-self-center {
    align-self: center;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000;
    cursor: pointer;
}

.cross {
    display: flex;
    justify-content: end;
    align-items: center;
    /* margin-bottom: 10px; */
}

#closeButton {
    cursor: pointer;
}

#cropButton {
    padding: 6px 10px;
    border: none;
    border-radius: 8px;
    color: white;
    background: rgb(9, 132, 227);
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

.caret {
    width: 11px;
    height: 5px;
}

.adv_text {
    font-size: 12px;
    color: #aaa;
}

.steps-row>.number::before {
    counter-increment: counter;
    content: "0" counter(counter);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    z-index: -1;
    top: -80px;
    color: var(--color-EFEFEF);
    transition: all 300ms ease-in-out;
}

.number:hover::before {
    transform: translateY(-35px);
    color: var(--color-dark) !important;
}

.number:hover .step-card {
    transform: translateY(-10px);
}

.content-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    background-color: rgba(247, 250, 252, 1);
    padding: 2rem;
    border-radius: var(--border-radius-default);
}

.content-section .left :is(h2, h3, h4) {
    color: rgba(24, 64, 132, 1);
    border-radius: var(--border-radius-default);
    font-weight: 500;
}

.content-section .left {
    font-weight: 300;
}

.flex-center.arrow {
    flex: 1;
}

.justify-between {
    justify-content: space-between !important;
}

.below-tool-ad {
    display: flex;
    gap: 1rem;
    margin: 50px auto 10px auto;
    max-width: 768px;
}

.user-account {
    display: flex;
    flex-direction: column;
}

.user-account h1 {
    text-align: center;
    font-size: var(--font-size-h2);
}

.user-account .user-account-card {
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 30px 99px rgba(0, 0, 0, 0.051);
    border-radius: 20px;
    padding: 10px 20px;
    width: 500px;
}

.user-account .second-heading {
    font-weight: 600;
}

.user-account .field {
    display: flex;
    margin-top: 15px;
}

.user-account .field label {
    flex-basis: 50%;
    font-weight: 500;
    font-size: var(--font-size-small);
}

.user-account .field span {
    font-size: var(--font-size-small);
}

.user-account .field .membership {
    background: linear-gradient(256deg,
            #8e64f5 0.57%,
            #834eff 18.36%,
            #5c37fe 44.22%,
            #10affd 83.21%,
            #7cd6ff 98.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    max-width: fit-content;
}

.hrz__line {
    border-top: 1px solid #e4e8f1;
    height: 1px;
    background: var(--color-0000000D);
    margin: 10px 0px;
}

.user-account .line-bar {
    height: 1px;
    background: var(--color-0000000D);
}

.__user_details {
    display: flex;
    flex-direction: column;
    padding: 8px;
    user-select: none;
}

.user-account .input-box {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.user-account .input-box .pass_icon {
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    bottom: 0;
}

.input-box {
    position: relative;
}

.user-account .input-box label {
    font-weight: 500;
    font-size: var(--font-size-small);
}

.user-account .input-box input {
    display: flex;
    border: 1px solid var(--color-D9D9D9);
    padding: 2px 15px;
    font-size: var(--font-size-small);
    border-radius: 5px;
}

.user-account .change-password-btn {
    background: var(--color-blue);
    color: white;
    border: none;
    padding: 0px 15px;
    font-size: var(--font-size-small);
    border-radius: 5px;
    margin-top: 10px;
    float: right;
    cursor: pointer;
    width: 150px;
}

.user-account .change-password-btn:hover {
    background: #4fabf1;
}

.user-account .change-password-btn:active {
    background: #179aff;
}

.user-account-card .error-msg,
.user-account-card .success-msg {
    font-size: var(--font-size-x-small);
}

.user-account-card .error-msg {
    color: red;
}

.user-account-card .success-msg {
    color: var(--color-blue);
}

.user-account-card .for-free-pro {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.user-account-card .purchase-btn {
    color: white;
    background: linear-gradient(88.02deg,
            #8e64f5 0.57%,
            #834eff 18.36%,
            #5c37fe 44.22%,
            #10affd 83.21%,
            #7cd6ff 98.9%);
    border-radius: 5px;
    text-align: center;
    font-size: var(--font-size-small);
    padding: 0px 15px;
    width: 150px;
}

.billing-logout,
.back-cancel {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.billing-logout .logout-btn,
.back-cancel .cancel-sub-btn {
    background: var(--color-FF5C5C);
    color: white;
    padding: 0px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: var(--font-size-small);
    min-width: 150px;
    text-align: center;
    line-height: 2.2;
}

.billing-logout .logout-btn img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.billing-logout .billing-btn,
.back-cancel .back-btn {
    color: #718096;
    text-decoration: underline;
    cursor: pointer;
    font-size: var(--font-size-small);
}

.back-cancel .cancel_mess {
    font-size: var(--font-size-small);
    line-height: normal;
}

.back-cancel {
    margin-top: 180px !important;
    margin-bottom: 10px;
    gap: 52px;
    align-items: center;
}

#back_btn>img {
    width: 14px;
    height: 14px;
}

#back_btn {
    padding: 5px 18px;
    cursor: pointer;
}

.clear-both {
    clear: both;
    margin-top: 60px;
}

.flex-column {
    flex-direction: column;
}

.header-backgroup {
    position: relative;
}

.close-warning-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.planCheck {
    border: 1.5px solid #ffffff;
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
}

/* When checked */
.planCheck:checked {
    border-color: #0984e3;
    accent-color: #0984e3;
}

.width-full {
    width: 100%;
}

.no-wrap {
    text-wrap: nowrap;
}

.error-field {
    border: 1px solid var(--color-FF5C5C) !important;
    background: #ffecec !important;
}

.error_msg,
.success_msg {
    font-size: var(--font-size-x-small);
}

.error_msg {
    color: var(--color-FF5C5C);
}

.success_msg {
    color: green;
}

.gmail-btn img {
    margin-right: 10px;
    width: 17px;
    height: 17px;
    margin-top: 5px;
}

.responsive_close {
    display: none;
}

.remember-forgot-area {
    display: flex;
    justify-content: space-between;
    margin: 10px 5px;
}

.remember-forgot-area a {
    cursor: pointer;
    color: var(--color-blue);
}

.remember-forgot-area span,
.remember-forgot-area a {
    font-size: var(--font-size-x-small);
}

#reset_password_btn {
    margin-top: 10px;
    font-size: var(--font-size-small);
    margin-top: 30px;
    height: 40px;
}

.form-area .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_rotation {
    animation: for_left 0.2s linear;
}

@keyframes for_left {
    0% {
        transform: rotate(180deg);
    }
}

.right_rotation {
    animation: for_right 0.2s linear;
}

@keyframes for_right {
    100% {
        transform: rotate(180deg);
    }
}

.form-area .title span {
    font-size: var(--font-size-h3);
    font-weight: 600;
}

.form-area .title img {
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.form-area-input {
    width: 100%;
    padding: 5px 10px;
    font-size: var(--font-size-x-small);
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.divider-var {
    display: flex;
    text-align: center;
    align-items: center;
    margin-top: 15px;
}

.divider-var .line {
    flex-basis: 30%;
    width: 100%;
    background: var(--color-CBCBCB);
    height: 1px;
}

.divider-var .text {
    flex-basis: 60%;
    font-size: var(--font-size-x-small);
}

.signup-signin-btn {
    background: var(--color-blue);
    border: none;
    color: var(--color-F0F0F0);
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.slider-btns {
    display: flex;
    margin-top: -30px;
    gap: 5px;
}

.slider-btns .slider-btn {
    width: 10px;
    height: 10px;
    background: #84c2f1;
    border-radius: 10px;
    cursor: pointer;
}

.slider-btn-active {
    width: 40px !important;
    background: white !important;
}

.forgot-password {
    display: flex;
    height: 95vh;
}

.forgot-password .screen-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 40%;
    background: var(--color-blue);
    justify-content: center;
}

.forgot-password .screen-view p {
    color: white;
}

.forgot-password .screen-view .forgot-img {
    width: 300px;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.forgot-password .screen-view .short-detail {
    font-size: var(--font-size-small);
}

.forgot-password .forgot-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 60%;
    justify-content: center;
}

.forgot-password .forgot-form .form {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.forgot-password .forgot-form .form label {
    font-weight: 500;
    font-size: var(--font-size-small);
    margin-top: 15px;
    height: 40px;
}

.forgot-password .forgot-form .form input {
    font-size: var(--font-size-small);
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid var(--color-D9D9D9);
    height: 40px;
}

.forgot-password .forgot-form .form button {
    border: none;
    background: var(--color-blue);
    color: white;
    font-size: var(--font-size-small);
    border-radius: 5px;
    margin-top: 20px;
}

.forgot-password .forgot-form .title {
    font-size: 24px;
    font-weight: 700;
}

.forgot-password .forgot-form p {
    font-size: var(--font-size-x-small);
    color: var(--color-CBCBCB);
    margin-top: 25px;
}

.forgot-password .forgot-form a {
    font-size: var(--font-size-small);
    color: var(--color-blue);
}

.forgot-password .forgot-form .form span {
    font-size: var(--font-size-small);
}

.forgot-password .forgot-form .form .success-msg {
    color: green;
}

.forgot-password .forgot-form .form .error-msg {
    color: red;
}

.forgot_btn:hover {
    text-decoration: underline;
}

.align-items-stretch {
    align-items: stretch;
}

.gap-5 {
    gap: 5px;
}

#register_captcha,
#login_captcha {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

#login_captcha>div {
    text-align: center;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.card-title-desc {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.custom-page ul,
.custom-page ol {
    padding-left: 18px;
}

.content-section .table-div {
    box-shadow: 0 4px 41px rgb(0 0 0 / 25%);
    background-color: white;
    width: 600px;
    margin: 1rem auto;
    padding: 1rem;
    border-radius: var(--border-radius-default);
}

.content-section ul {
    list-style-position: inside;
}

.content-section .left h2 {
    font-size: var(--font-size-h2);
}

.content-section .left h3 {
    font-size: var(--font-size-h3);
}

.content-section .left a {
    color: var(--color-blue);
}

.content-section .right {
    display: none;
}

.privacy-text {
    position: absolute;
    bottom: 18px;
    left: 16px;
    font-weight: 500;
    font-size: 12px;
    color: #aaacb7;
    user-select: none;
    line-height: 18px;
    font-style: italic;
}

/**************************************** 
        Custom Utility Classes End
****************************************/

/**************************************** 
        Life Time Banner Sale Start
*****************************************/

.banner-div {
    background-image: url("../img/imagetotext-io-sale.svg");
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-repeat: no-repeat;
    gap: 30px;
}

.inner-banner-div {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.inner-banner-div * {
    font-size: var(--font-size-small);
}

.get-key-btn {
    border-radius: 20px;
    background-color: #ffd145;
    color: black;
    padding: 0px 20px;
    font-size: 16px;
}

.shine {
    position: relative;
    overflow: hidden;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.flag {
    height: 25px;
    width: 25px;
}

.plan_banner_main {
    background: radial-gradient(67.82% 100% at 50% 0%,
            #0291ff 0%,
            #006dd2 100%);
    width: 100% !important;
    max-width: 100% !important;
    height: 50px;
    gap: 1rem;
}

.get_now_btn:hover {
    background: radial-gradient(67.82% 100% at 50% 0%, #ffc575 0%, #e89901 50%);
}

.get_now_btn {
    background: radial-gradient(67.82% 100% at 50% 0%,
            #ffc575 0%,
            #e89901 100%);
    padding: 8px 15px;
    border-radius: 7px;
    color: #ffffff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    min-width: 92px;
    text-align: center;
    cursor: pointer;
}

/*******************************************
        LifeTime Banner Sale End
*******************************************/

/******************************************
        Dropdown Menu Start
******************************************/

.dropdown,
.account_dropdown {
    position: relative;
    display: inline-block;
}

.dropdown {
    width: auto;
    max-width: 135px;
}

.desktop__dropdown_menu {
    min-width: 220px !important;
    right: 0;
}

.dropdown-content,
.account-dropdown-content {
    display: none;
    align-items: flex-start;
    padding: 8px 0px;
    gap: 8px;
    position: absolute;
    min-width: 90px;
    height: 250px;
    top: 53px;
    background: #ffffff;
    box-shadow: 0px 6px 12px -4px rgba(16, 24, 40, 0.08);
    border-radius: 12px;
    z-index: 5;
    margin-top: -5px;
    max-height: 250px;
    max-width: 220px;
    overflow: auto;
    overflow-y: scroll;
}

.pro-tag {
    background: #0984e326;
    border: 1px solid #0984e352;
    color: #293c66;
    border-radius: 4px;
    font-weight: 500;
    font-size: 10px;
    margin: 0px 10px 1 0px;
    padding: 2px 4px;
    line-height: 14px !important;
}

.limited-tag {
    border: 1px solid #e4e8f1;
    background: #f5f7fb;
    border-radius: 4px;
    font-weight: 500;
    font-size: 10px;
    color: #55586e;
    margin: 0px 10px 1 0px;
    padding: 2px 4px;
}

.user-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1e223f;
}

.user-email {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #85878e;
}

.account-dropdown-content {
    overflow: hidden;
}

.dropdown-content::-webkit-scrollbar {
    width: 3px;
}

.dropdown-content::-webkit-scrollbar-thumb {
    background: var(--color-CBCBCB);
    border-radius: 10px;
}

.dropdown-content.show,
.account-.dropdown-content.show {
    display: block;
    overflow-y: scroll;
    /* max-height: 170px; */
}

.dropdown-content a,
.account-dropdown-content a {
    color: black;
    padding: 3px 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: var(--font-size-small);
    gap: 10px;
}

.dropdown-content a {
    justify-content: space-evenly;
}

.dropdown-content a img {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.account_dropdown button img {
    padding: 3px;
    border-radius: 0px;
}

.account_dropdown button {
    padding: 3px 10px;
    border: 1px solid #cedae5;
    font-size: var(--font-size-small);
}

.dropdown button {
    font-size: var(--font-size-small);
    padding: 5px 10px;
    color: #0d1120;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav__options__wrpaper {
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-items: flex-start;
    justify-content: center;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-content.active,
.account-dropdown-content.active {
    display: block;
}

.account_dropdown button:hover,
.navbar .navloginbtn:hover,
.account-dropdown-content a:hover {
    background: #f2f4f9;
    transition: 0.3s;
}

.account_dropdown button:active,
.navbar .navloginbtn:active,
.account-dropdown-content a:active {
    background: #e7ebf3;
    transition: 0.3s;
}

.chat_btn img {
    vertical-align: middle;
    width: 30px;
    height: 25px;
    padding: 2px;
    border-radius: 12px;
}

.chat_btn {
    padding: 6px 12px;
    display: flex;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #cedae5;
    color: #0d1120;
    gap: 0.124rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: max-content;
    align-items: center;
}

.action__btns_header {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.dropbtn {
    cursor: pointer;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 5px;
    line-height: 1.6;
    background: #fff;
    padding: 0px 15px;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #cedae5;
    color: #0d1120;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.dropbtn img {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.dropbtn .dropdown-icon {
    width: 12px;
    height: 12px;
}

/*****************************************
        Dropdown Menu End
******************************************/

/**************************************** 
        Navbar Start
*****************************************/

header {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.051);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem;
    width: 1300px;
    max-width: 99%;
    margin: 0 auto;
}

.narvbar-left {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 2rem;
}

.navbar .logo,
.logo-div .logo {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}

.navbar .logo img,
.logo-div .logo img {
    width: 28px;
    height: 30px;
}

.navbar .logo span,
.logo-div .logo span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fraction .logo-div .logo {
    height: 48px;
    margin-bottom: 1rem;
}

.nav-btn ul li a {
    font-size: var(--font-size-small);
}

.navbar.mobile {
    display: none;
}

.navbar .pricing_plan_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 4px;
    padding: 6px 10px;
    height: 36px;
    background: radial-gradient(67.82% 100% at 50% 0%,
            #0291ff 0%,
            #006dd2 100%);
    border-radius: 8px;
    max-width: fit-content;
}

.pricing_plan_btn span {
    font-style: normal;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

.navbar .pricing_plan_btn img {
    vertical-align: middle;
    border-radius: 12px;
}

.navbar .chat_nav_btn {
    border: 2px solid #0984e3;
    border-radius: 10px;
    height: 37px;
    padding: 0px 10px;
    line-height: 33px;
    font-size: var(--font-size-small);
    cursor: pointer;
    min-width: 150px;
}

.navbar .chat_nav_btn:hover {
    box-shadow: 0px 1px 5px #0984e3;
}

.navbar .chat_nav_btn img {
    vertical-align: middle;
}

.navbar .navloginbtn {
    padding: 6px 12px;
    display: flex;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #cedae5;
    color: #0d1120;
    gap: 0.124rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    align-items: center;
}

.custom-lang-dropdown {
    max-height: 115px !important;
    border-radius: 0px;
    height: auto;
}

.mobile-menu-trigger>span {
    border: 2px solid black !important;
    border-radius: 5px;
    margin: 3px;
    background-color: black !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.navloginbtn img {
    vertical-align: middle;
    padding: 2px;
    border-radius: 12px;
}

.topnav .icon {
    display: none;
}

.nav-links ul {
    list-style: none;
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* .nav-links ul * {
    font-size: 16px;
    color: #252a3e;
} */

.nav-links-bar ul li {
    display: flex;
    gap: 0.324rem;
    position: relative;
}

.nav-links-bar li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 3px 0px;
    right: -0.5rem;
    width: 1px;
    background-color: #d7e1eb;
}

.nav__menu_name {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1e223f;
    cursor: pointer;
    line-height: 33px;
    width: 100%;
    min-width: 130px;
    justify-content: flex-start;
}

/* .nav-links ul li img {
    width: 18px;
} */

.nav-links ul li a {
    cursor: pointer;
    line-height: 33px;
    width: 100%;
}

.mobile-menu-trigger {
    height: 30px;
    width: 30px;
    transform: rotate(90deg);
}

/**************************************** 
            Navbar End
*****************************************/

/****************************************
        Footer Start
*****************************************/

.footer-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
}


.footer-grid .fraction:nth-child(1),
.fraction:nth-child(3),
.fraction:nth-child(4) {
    flex: 1;
}

.footer-grid .fraction:nth-child(2) {
    flex: 3;
}

.fraction .heading {
    font-size: var(--font-size-h3);
    font-weight: 500;
    margin-bottom: 1rem;
}

.fraction ul {
    list-style: none;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fraction ul li {
    display: flex;
    align-items: center;
    column-gap: 1rem;

}

.mission-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #55586E;
}

.fraction ul li a {
    display: flex;
    align-items: center;
    color: #55586E;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    justify-content: start;
    gap: 16px;
}

@media (max-width: 850px) {
    .footer-grid {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: 1fr 2fr;
        grid-template-areas:
            "first second"
            "third fourth"
            "fifth fifth";
    }

    .footer-grid .fraction:nth-child(1) {
        grid-area: first;
    }

    .footer-grid .fraction:nth-child(2) {
        grid-area: second;
    }

    .footer-grid .fraction:nth-child(3) {
        grid-area: third;
    }

    .footer-grid .fraction:nth-child(4) {
        grid-area: fourth;
    }

    .footer-grid .fraction:nth-child(5) {
        grid-area: fifth;
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            "first second second"
            "third fourth fifth";
    }
}


@media (max-width: 550px) {
    .footer-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "first"
            "second"
            "third"
            "fourth"
            "fifth";
    }
}

@media (max-width: 550px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "first first"
            "second second"
            "third fourth"
            "fifth fifth";
    }

    .footer-grid .fraction:nth-child(1) {
        grid-area: first;
    }

    .footer-grid .fraction:nth-child(2) {
        grid-area: second;
    }

    .footer-grid .fraction:nth-child(3) {
        grid-area: third;
    }

    .footer-grid .fraction:nth-child(4) {
        grid-area: fourth;
    }

    .footer-grid .fraction:nth-child(5) {
        grid-area: fifth;
    }
}

/****************************************
        Footer End
*****************************************/

/****************************************
            Pricing Plan Start
*****************************************/

.plan_info_wraper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    color: #ffffff;
}

.plan_description {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #ffffff;
    user-select: none;
}

.plan_pricing {
    display: flex;
    align-items: center;
    background: #ffffff33;
    padding: 2px 0px;
    border-radius: 8px;
    max-height: 36px;
    user-select: none;
}

.plan_offers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 14px;
    border-right: 1px solid #ffffff80;
}

.plan_offers span:nth-child(1) {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.plan_offers span:nth-child(2) {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.plan_offers:last-child {
    border-right: unset !important;
}

.pricing-plan-page .plan-boxs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 45px;
    margin: auto;
}

.pricing-plan-page .plan-box {
    display: flex;
    flex-direction: column;
    background: var(--color-lightblue);
    padding: 30px;
    border-radius: 16px;
    width: min(384px, 90vw);
    /* margin-top: 30px; */
}

.pricing-plan-page .plan-box a {
    cursor: pointer;
}

.pricing-plan-page .plan-box .divider-bar {
    margin-top: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--color-D9D9D9);
}

.pricing-plan-page .plan-box .plan-icon {
    width: 50px;
    height: 50px;
}

.pricing-plan-page .plan-box .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
}

.pricing-plan-page .plan-box .detail {
    text-transform: uppercase;
    font-size: var(--font-size-small);
}

.pricing-plan-page .plan-box .detail .discount {
    color: var(--color-FF5C5C);
}

.pricing-plan-page .plan-box .cost {
    font-size: var(--font-size-h2);
    font-weight: 600;
    line-height: 40px;
}

.pricing-plan-page .plan-box .cost .plan-type {
    font-size: var(--font-size-small);
    font-weight: 400;
    color: var(--color-666666);
    text-transform: uppercase;
    letter-spacing: -0.9px;
}

.pricing-plan-page .plan-box a {
    background: linear-gradient(88.02deg,
            #8e64f5 0.57%,
            #834eff 18.36%,
            #5c37fe 44.22%,
            #10affd 83.21%,
            #7cd6ff 98.9%);
    color: white;
    text-align: center;
    font-size: var(--font-size-small);
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
}

.pricing-plan-page .plan-box ul {
    list-style: none;
}

.pricing-plan-page .plan-boxs .plan-box ul li {
    font-size: 16px;
    display: flex;
    gap: 12px;
    align-items: baseline;
}

.pricing-plan-page .plan-box ul li img {
    width: 15px;
}

.pricing-plan-page .plan-box ul li span {
    font-size: var(--font-size-small);
}

.pricing-plan-page .plan-boxs .premium-plan {
    /* border-radius: 10px 30px 10px 10px; */
    background: linear-gradient(329.05deg,
            #23125c 68.98%,
            #35207d 84.02%,
            #3182ce 100%);
}

.pricing-plan-page .plan-boxs .premium-plan {
    color: white;
}

.pricing-plan-page .plan-boxs .premium-plan .plan-type {
    color: var(--color-CBCBCB);
}

.pricing-plan-page .enterprise-plan {
    margin: 20px 45px;
    display: flex;
    background: var(--color-lightblue);
    border-radius: 10px 10px 30px 30px;
    gap: 15px;
    align-items: center;
    padding: 20px;
}

.pricing-plan-page .enterprise-plan .plan-content {
    display: flex;
    flex-direction: column;
}

.pricing-plan-page .enterprise-plan .title {
    font-weight: 600;
    font-size: var(--font-size-large);
}

.pricing-plan-page .enterprise-plan .short-detail {
    font-size: var(--font-size-small);
    text-transform: uppercase;
    font-weight: 500;
}

.pricing-plan-page .enterprise-plan .detail {
    font-size: var(--font-size-small);
    line-height: 1.4;
}

.pricing-plan-page .enterprise-plan .contant-btn {
    background: var(--color-dark);
    color: white;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
    font-size: var(--font-size-small);
    padding: 13px 24px;
}

.pricing-plan-page .enterprise-plan .enterprise-plan-detail {
    min-width: 130px;
}

.plan-toggle-box {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.plan-toggle-btn input[type="checkbox"] {
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    z-index: 1;
    margin: 0px;
}

.plan-toggle-btn>label.plan-toggle-btn-inner {
    margin: 0px;
    width: 190px;
    height: 40px;
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    color: #718096;
}

.plan-toggle-btn>label.plan-toggle-btn-inner:before {
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 7px;
    line-height: 28px;
    font-size: 14px;
    right: 20px;
}

.plan-toggle-btn>label.plan-toggle-btn-inner:after {
    content: attr(data-off);
    width: 90px;
    height: 25px;
    background: #0984e3;
    border-radius: 26px;
    position: absolute;
    color: white;
    left: 6px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    padding: 5px 0px;
    line-height: 28px;
    font-size: 14px;
}

.plan-toggle-btn input[type="checkbox"]:checked+label.plan-toggle-btn-inner:after {
    content: attr(data-on);
    left: 95px;
    background: #0984e3;
}

.plan-toggle-btn input[type="checkbox"]:checked+label.plan-toggle-btn-inner:before {
    content: attr(data-off);
    right: auto;
    left: 20px;
}

.plan_discount_area {
    text-align: center;
    color: #55586e;
    font-size: var(--font-size-x-small);
    margin-top: 5px;
}

.plan_discount_area span {
    font-size: var(--font-size-x-small);
}

.plan-card-outer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pro-plan-card .price {
    font-weight: 600;
    text-wrap: nowrap;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 10px 8px;
    border: 2px solid #e4e8f1;
    width: fit-content;
    align-items: center;
    min-width: 100px;
    gap: 0px;
    justify-content: center;
    min-height: 84px;
    cursor: pointer;
    text-wrap: wrap;
    word-break: break-all;
    flex: 1;
    background: #ffffff80;
}

.active-price-box {
    border: 2px solid #0984e3 !important;
    background-color: #ffffff !important;
}

.price>span {
    color: #1e223f;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.pro-plan-card .price small {
    color: #55586e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.plan_discount_area .value_field {
    color: #1e223f;
    font-weight: 600;
}

.pro-plan-card {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    border: 1px solid #e4e8f1;
    height: auto;
    min-height: 350px;
    background: #f5f7fb;
}

.pro-plan-card .heading {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    color: #1e223f;
}

.pro-plan-card .desc {
    color: #55586e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.pro-plan-head {
    display: flex;
}

.pro-plan-head>div {
    flex: 1;
}

.price {
    font-size: var(--font-size-h2);
    font-weight: 500;
}

.right-plan-keys {
    display: flex;
}

.pro-plan-head-popup {
    gap: 14px;
}

.premium-feature li {
    font-size: var(--font-size-x-small);
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1e223f;
    font-size: 13px;
    font-weight: 400 !important;
}

.premium-feature li::before {
    content: "";
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon/plan-tick-icon.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

ul.premium-feature {
    list-style: none;
    flex: 1;
}

.go-pro-btn {
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    background: var(--color-dark);
    padding: 5px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.go-pro-btn:hover {
    color: #fff;
    background: #313043;
    transition: 0.3s;
}

.steps-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    counter-reset: counter;
}

.section .steps-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 0.324rem;
    padding: 0 20px 50px 20px;
}

.steps-title .title {
    color: #0d1120;
    font-size: var(--font-size-h3);
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.steps-title .des {
    color: #85878e;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
}

.des {
    font-weight: 600 !important;
}

.step-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: var(--border-radius-default);
    position: relative;
    z-index: 10;
    height: 100%;
    background-color: white;
    transition: all 300ms ease-in;
}

.step-card .header {
    display: flex;
    justify-content: space-between;
    color: var(--color-D9D9D9);
}

.step-card .header p {
    font-size: var(--font-size-large);
}

.step-card .header img {
    height: 40px;
    width: 40px;
}

.step-card .heading {
    font-size: var(--font-size-large);
    color: black;
    font-weight: 500;
}

.step-card .description {
    font-weight: 300;
}

.steps-row>.number {
    position: relative;
    z-index: 1;
}

.plan {
    margin-bottom: 60px;
}

.plan .plan-section {
    display: flex;
    gap: 2rem;
    padding: 1rem;
    border-radius: 20px;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    align-content: center;
    background: radial-gradient(28.86% 100% at 54.53% 0%,
            #fefbf7 0%,
            #f8f0e8 100%);
    box-shadow: 0px 5px 7px 0px rgba(255, 255, 255, 0.2) inset;
    margin: 2rem 1rem;
}

.plan-section1 {
    flex: 2;
}

.plan-section4 {
    flex: 1;
}

.plan-section2 {
    flex: 2;
}

.plan-section3 {
    flex: 1;
}

.plan .plan-section .plan-section1 {
    display: flex;
}

.plan .plan-section .plan-section2 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.plan .plan-section .plan-section2 .des {
    display: flex;
    text-align: center;
    gap: 1rem;
    justify-content: center;
}

.plan .plan-section .plan-section2 .des>div {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: baseline;
    gap: 0.3rem;
}

.plan .plan-section .plan-section2 .title {
    color: #1e223f;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
}

.plan .plan-section .plan-section1 .plan-section1-img {
    flex: 1;
    text-align: center;
    align-items: center;
}

.plan .plan-section .plan-section1 .plan-section1-img img {
    width: 100px;
}

.plan .plan-section .plan-section1 .plan-section1-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: baseline;
    justify-content: flex-start;
    margin-top: 5px;
    gap: 0.324rem;
    flex: 2;
}

.plan .plan-section .plan-section2 .plan-section2-text {
    display: flex;
    gap: 0.324rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.plan-section2-text-img {
    width: 20px;
    display: flex;
}

.plan .plan-section .plan-section2 .plan-section2-text .plan-section2-text-des {
    color: #0d1120;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
}

.plan .plan-section .plan-section4 img {
    width: 320px;
}

.plan .plan-section .plan-section3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: baseline;
    justify-content: center;
}

.plan .plan-section .plan-section3 .plan-section3-text-price {
    color: #0d1120;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.04px;
}

.plan .plan-section .plan-section3 .plan-section3-text-price2 {
    color: #55586e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 5px;
}

.plan .plan-section .plan-section3 .plan-section3-text-price2 span {
    color: #1e223f;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.plan .plan-section .plan-section3 .plan-section3-text-price span {
    color: #7d756f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.plan .plan-section .plan-section3 .plan-section3-button {
    border-radius: 10px;
    background: radial-gradient(63.24% 100% at 50% 0%,
            #ffac88 0%,
            #ff4c34 100%);
    box-shadow: 0px 10px 22px 0px rgba(139, 50, 0, 0.2);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    gap: 0.324rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    font-weight: 500;
    padding: 5px 21px;
    margin-top: 5px;
}

.plan-section1-text .plan-section1-text-title {
    background: linear-gradient(180deg, #4e5976 18.89%, #070b16 77.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.plan-section1-text .plan-section1-text-des {
    color: #7d756f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.steps-row>.number::before {
    counter-increment: counter;
    content: "0" counter(counter);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    z-index: -1;
    top: -80px;
    color: var(--color-EFEFEF);
    transition: all 300ms ease-in-out;
}

/****************************************
            Pricing Plan End
*****************************************/

/*****************************************
        Modals Popup Start
*****************************************/

.modalImg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 16px;
    border-radius: 5px;
    text-align: center;
    overflow: auto;
    max-height: 500px;
    max-width: 400px;
    position: relative;
}

#cropper-container {
    min-height: 300px;
    max-height: 350px;
    overflow: auto;
}

.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #cbcbcb;
    border-radius: 10px;
}

#imageModal {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

#cropped-image {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cropper-container {
    width: 100%;
    height: 425px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.cropper-image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ededed;
    padding: 3px;
    display: flex;
    background-color: rgb(239 239 239 / 80%);
}

.login_modal-content {
    width: 800px;
    display: flex;
    max-height: 550px;
    height: 528px;
}

.login_modal-content .form-area {
    flex-basis: 50%;
    padding: 20px;
}

.login-popup-footer {
    margin-top: 5px;
}

.login-popup-footer span {
    font-size: var(--font-size-x-small);
}

.login-popup-footer .link {
    color: var(--color-blue);
    cursor: pointer;
}

.login_modal-content .form-area p {
    font-size: var(--font-size-x-small);
    margin-top: -5px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.login_modal-content .form-area .gmail-btn {
    display: flex;
    justify-content: center;
    border: 1px solid var(--color-CBCBCB);
    border-radius: 5px;
    font-size: var(--font-size-x-small);
    padding: 3px;
}

.login_modal-content .text-area {
    background: var(--color-blue);
    flex-basis: 50%;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: space-evenly;
}

.close_error_popup_btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: var(--font-size-medium);
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.login_modal-content .text-area .text {
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: -50px;
}

.login_modal-content .text-area .text span {
    font-size: var(--font-size-small);
}

.login_modal-content .text-area .text span:first-child {
    font-weight: 700;
}

.login_modal-content .text-area .text span:last-child {
    width: 220px;
    line-height: 1.2;
    font-size: var(--font-size-x-small);
}

.login_modal-content .text-area .logo {
    width: 40px;
    height: 40px;
}

.login_modal-content .text-area .slider1 {
    width: 300px;
    height: 300px;
    border-radius: 10px;
}

.login_modal-content .form-area label {
    font-weight: 600;
    display: flex;
    font-size: var(--font-size-x-small);
    margin-top: 5px;
}

#error_modal .error_modal-content {
    width: 350px;
    height: auto;
    padding: 1rem;
    gap: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
}

#error_modal .header-backgroup {
    background: #ebf8ff;
    width: 100%;
    height: 140px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

#error_modal .header-backgroup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 24px;
}

#error_modal .error-title>span {
    font-weight: 600;
    color: #000027;
    line-height: 26px;
    text-align: left;
    font-size: 22px;
    display: flex;
    flex-direction: column;
}

#error_modal .error-title {
    line-height: 1;
    width: 100%;
}

#error_modal .error-footer {
    display: flex;
    width: 100%;
    justify-content: space-around;
    height: 60px;
    align-items: initial;
}

#error_modal .error-detail {
    color: var(--color-666666);
    width: 75%;
    text-align: center;
    line-height: 1.3;
}

#error_modal .error-footer .action-btn {
    background: linear-gradient(256deg,
            #8e64f5 0.57%,
            #834eff 18.36%,
            #5c37fe 44.22%,
            #10affd 83.21%,
            #7cd6ff 98.9%);
    color: white;
    padding: 0px 15px;
    border-radius: 5px;
    height: 47px;
    line-height: 47px;
    cursor: pointer;
}

#error_modal .error-footer .ignore-btn {
    height: 47px;
    line-height: 47px;
    color: var(--color-666666);
    cursor: pointer;
    padding: 0px 15px;
}

#error_modal .error-footer .ignore-btn:hover {
    background: var(--color-EFEFEF);
    border-radius: 5px;
    font-weight: 400;
}

#error_modal #error_detail {
    line-height: 1.3;
    line-height: 1.3;
    font-size: 14px;
    color: #55586e;
    font-weight: 400;
}

.popup_model {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 11;
}

.popup_modal-content {
    background-color: #fefefe;
    margin: auto;
    border-radius: 10px;
}

/*****************************************
        Modals Popup End
*****************************************/

/*****************************************
        Feedback Start
******************************************/

.feedback_modal {
    width: 407px;
    height: 376px;
}

.feedback {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.feedback_success {
    margin-top: 40px;
}

.feedback .head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feedback .head .title {
    color: #1e223f;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.feedback .head .des {
    color: #aaacb7;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.feedback .feed {
    border-radius: 12px;
    border: 1px solid #e4e8f1;
    background: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.emoji-premium {
    padding: 8px !important;
}

.feedback-prem {
    margin-top: 0px !important;
    flex-direction: row !important;
    text-wrap: nowrap;
}

.prem-feedback-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #55586e;
}

.prem_feedback_main {
    position: absolute;
    right: 0;
    bottom: -2.5em;
}

.feedback .feed .emoji {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 10px;
    border-right: 1px solid #e4e8f1;
    flex: 1;
    transition: margin-top 0.3s ease;
}

.feedback .feed .emoji.emoji-5 {
    border: none;
}

.feedback .feed .emoji:hover {
    margin-top: -8px;
    cursor: pointer;
    background: #f5f7fb;
}

.feedback .feed .emoji.active {
    background: #f5f7fb;
    margin-top: -15px;
}

.feedback_modal {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    position: relative;
}

.feed-all {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.feed-modal {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
}

.feed-all textarea {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px solid #e4e8f1;
    background: #fff;
    padding: 5px;
    resize: none;
    height: 150px;
}

.feed-all textarea::placeholder {
    color: #a8a9b4;
    font-size: 16px;
    font-weight: 400;
}

#submit_feedback {
    border-radius: 8px;
    border: none;
    background: #4899ff;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.feedback_modal .close_modal {
    position: absolute;
    top: 5px;
    font-size: 30px;
    right: 20px;
    cursor: pointer;
}

.close_feed_success_modal_btn {
    border-radius: 8px;
    border: none;
    background: #4899ff;
    margin-top: 10px;
    padding: 0 55px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

/*****************************************
        Feedback End
******************************************/

/*****************************************
        FAQ Start
******************************************/

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

.faqs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    font-weight: 300;
}

.faqs .faq {
    max-width: 900px;
    padding: 1rem;
    background-color: white;
    border-bottom: 1px solid black;
    width: 100%;
    cursor: pointer;
}

.faqs .faq ul {
    list-style: inside;
}

.faqs .faq .ques {
    position: relative;
    font-size: var(--font-size-h3);
    font-weight: 500;
}

.faqs .faq .ques::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 2rem;
    top: -20px;
    color: #4299e180;
}

.faqs .faq.active .ques::after {
    content: "-";
}

/*********************************************
        FAQ End
**********************************************/

/**********************************************
        More Tools Section Start
***********************************************/

.more-tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    clear: both;
}

.more-tools h3 {
    color: #000;
    text-align: center;
    font-size: var(--font-size-h3);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.more-tools p {
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 2rem;
    font-style: normal;
    font-weight: 400;
}

.more-tools .tools {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
    gap: 3rem;
    flex-wrap: wrap;
}

.more-tools .tools>.tool-link {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 50px 139px 21px rgba(0, 0, 0, 0.05);
    padding: 20px 0px;
    text-align: center;
    width: 30%;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    display: flex;
    font-style: normal;
    gap: 0.324rem;
    font-weight: 500;
    border: 2px solid white;
    cursor: pointer;
}

.more-tools .tools>.tool-link:hover {
    border: 2px solid #0984e3;
}

.more-tools .tools>.tool-link span {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.more-tools .tools>.tool-link span img {
    width: 34px;
}

/************************************************
        More Tools Section End
*************************************************/

/****************************************
        Blog Section Start
*****************************************/

.recommended-blogs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recommended-blogs .description h3 {
    font-weight: 500;
}

.feature-img {
    height: 200px;
    overflow: hidden;
}

.recommended-blogs .feature-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog-card .description {
    display: flex;
    min-height: 90px;
    justify-content: space-between;
    gap: 2rem;
    padding: 0.5rem;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.content-section .right {
    padding: 0.5rem;
    background-color: white;
    height: fit-content;
    top: 60px;
}

.blog-card {
    border: 1px solid #ccc;
}

.popular-blogs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.popular-blogs h3 {
    font-weight: 500;
    flex: 15;
}

/****************************************
        Blog Section End
*****************************************/

/****************************************
        Contact Section Start
*****************************************/

.contact-us {
    display: flex;
    gap: 10%;
}

.contact-us .contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--color-lightblue);
    border-radius: 20px;
    flex-basis: 40%;
}

.contact-us .contact-form {
    flex-basis: 50%;
}

.contact-us .form-name {
    display: flex;
    gap: 20px;
}

.contact-us .form-fname,
.contact-us .form-lname {
    flex-basis: 50%;
}

.contact-us .input-field {
    width: 100%;
    border-radius: 7px;
    border: 1px solid var(--color-D9D9D9);
    padding: 0px 10px;
    resize: none;
}

.contact-us label {
    font-weight: 500;
}

.contact-us .short-detail {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: var(--font-size-small);
}

.contact-us .contact-img {
    width: 300px;
}

.contact-us .social-icons {
    display: flex;
    gap: 20px;
}

.contact-us .social-icons img {
    width: 30px;
}

.contact-us .agree-policy {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact-us .agree-policy p,
.contact-us .agree-policy p a {
    font-size: var(--font-size-x-small);
}

.contact-us .agree-policy p a {
    color: var(--color-blue);
}

.contact-us .send-message {
    margin-top: 15px;
    width: 100%;
    border: none;
    background: var(--color-blue);
    color: white;
    border-radius: 7px;
    font-size: var(--font-size-small);
    padding: 5px;
}

.contact-us .follow-us {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: var(--font-size-small);
}

/*****************************************
        Contact Section End
******************************************/

/****************************************
        Media Query for (650px) Start 
*****************************************/
@media only screen and (max-width: 650px) {
    .plan_banner_main {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 90px;
        gap: 5px;
    }
}

/****************************************
        Media Query for (650px) End 
*****************************************/

/****************************************
        Media Query for (1080px) Start
****************************************/
@media screen and (max-width: 1150px) and (min-width: 1080px) {
    .chat-text {
        display: none;
    }
}

@media only screen and (max-width: 1080px) {
    .navbar.desktop {
        display: none;
    }

    .more-tools .tools {
        gap: 1rem;
    }

    .pricing-plan-page .plan-boxs {
        padding: 10px 0;
    }

    .pricing-plan-page .enterprise-plan {
        flex-direction: column;
        margin: 0;
    }

    .navbar.mobile {
        display: flex;
        position: relative;
    }

    .mobile-nav-dropdown {
        position: absolute;
        right: 0;
        left: 0;
        top: 50px;
        background-color: white;
        display: none;
        box-shadow: 0px 6px 7px #3838389e;
        z-index: 99999;
    }

    .mobile-nav-dropdown ul {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
        list-style: none;
        color: black;
        height: 300px;
        overflow: visible;
    }

    .mobile-nav-dropdown ul li {
        padding: 5px 1rem;
    }
}

/****************************************
        Media Query for (1080px) End
****************************************/
/****************************************
        Media Query for (1024px) Start 
*****************************************/
@media only screen and (max-width: 1024px) {
    ul.premium-feature {
        margin-left: 1rem;
    }

    .forgot-password .screen-view .forgot-img {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/****************************************
        Media Query for (1024px) End
*****************************************/

/****************************************
        Media Query for (850px) Start
****************************************/

@media (max-width: 850px) and (min-width: 768px) {
    .plan-section1-img img {
        width: 45px !important;
        height: 50px !important;
    }

    .plan-card-outer {
        justify-content: center;
    }

    .plan-section1-img {
        position: absolute;
        right: 0;
        top: -2rem;
    }

    .plan-section1 {
        position: relative;
    }
}

/****************************************
        Media Query for (850px) End
****************************************/

/***************************************** 
    Media Query for 768px Start
******************************************/
@media (width <=768px) {
    h1 {
        font-size: 28px;
    }

    .section {
        padding: 30px 0;
    }

    .contact-us .contact-section {
        display: none;
    }

    .container {
        padding: 0 10px;
    }

    /* .navbar .navloginbtn {
        width: 35%;
    } */

    .tool-section {
        gap: 1rem;
        flex-direction: column;
    }

    .cropper-image::after {
        font-size: 8px;
    }

    .modal-content {
        height: 70%;
        width: 95%;
        height: auto;
    }

    .more-tools .tools>.tool-link {
        width: 45%;
    }

    .pricing-plan-page .plan-boxs {
        flex-direction: column;
        align-items: center;
    }

    .browse-btn-second svg {
        width: 60px;
    }

    .contact-us .contact-form {
        flex-basis: 70%;
        margin: auto;
    }

    .login_modal-content {
        width: 750px;
    }

    .pro-plan-card {
        margin-top: 40px;
        max-height: 100%;
    }

    .pricing-plan-page .enterprise-plan {
        flex-direction: column;
    }

    .plan .plan-section .plan-section2 .des {
        flex-direction: column;
        gap: 0;
    }

    .plan .plan-section {
        flex-direction: column;
    }

    .smallClose_icon {
        color: black;
    }

    .plan .plan-section .plan-section1 {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .steps-row {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 3rem;
    }

    .steps-row>.number::before {
        content: "";
    }

    .content-section,
    .popular-blogs {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        flex-direction: column;
    }

    .below-tool-ad {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .below-tool-ad .hide-on-mobile {
        display: none;
    }

    .below-tool {
        padding: 10px 10px;
    }

    /* .privacy-text {
        display: none !important;
    } */

    .plan-section {
        max-width: 350px;
        margin: 2rem auto !important;
    }

    .plan .plan-section {
        gap: 1rem;
    }

    .h1_text {
        width: 90%;
    }
}

/***************************************** 
    Media Query for 768px End
******************************************/

/***************************************** 
    Media Query for (600px) Start
******************************************/

@media (width <=600px) {
    h1 {
        font-size: 24px;
    }

    .login_modal-content .text-area {
        display: none;
    }

    .login_modal-content {
        width: 300px;
        flex-direction: column;
    }

    .browse-btn-second svg {
        width: 32px;
    }

    .login_modal-content {
        height: unset;
    }

    .below-tool {
        flex-wrap: wrap;
        justify-content: center;
    }

    .content-section,
    .popular-blogs {
        grid-template-columns: 1fr;
    }

    .responsive_close {
        display: flex;
    }

    .tool-inner:not(.uploaded_tool .upload-area) {
        min-height: 220px !important;
        max-height: 220px;
    }

    :lang(ru) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(ch) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(de) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(it) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(pl) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(th) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(vi) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(ko) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(fr) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(nl) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(pt) .tool-inner:not(.uploaded_tool .upload-area),
    :lang(cs) .tool-inner:not(.uploaded_tool .upload-area) {
        min-height: 220px !important;
        max-height: 250px !important;
    }

    .privacy-text {
        bottom: 5px !important;
    }
}

/***************************************** 
    Media Query for (600px) End
******************************************/

/******************************************
        Media query for (425px) Start
********************************************/
@media (width <=425px) {
    .privacy-text {
        margin-top: 5px;
        font-size: 12px;
    }

    .contact-us .contact-form {
        flex-basis: 95%;
    }

    .login_modal-content {
        height: unset;
    }

    .responsive_close {
        position: absolute;
        top: 100px;
        right: 25px;
        font-size: var(--font-size-medium);
        color: black;
        font-weight: 500;
        display: block;
        cursor: pointer;
    }

    .feedback_modal {
        width: 300px;
    }

    .contact-us .form-name {
        flex-direction: column;
        gap: 0px;
    }

    .pricing-plan-page .enterprise-plan {
        flex-direction: column;
    }

    .forgot-password .screen-view {
        display: none;
    }

    .forgot-password .forgot-form {
        flex-basis: 100%;
    }

    .login_modal-content {
        width: 300px;
        flex-direction: column;
    }

    /* .closeIcon-css {
        display: none;
    } */

    .smallClose_icon {
        display: flex;
    }

    .section {
        padding: 10px 0;
    }

    .plan_info_wraper {
        gap: 5px;
        width: 100%;
        justify-content: center;
    }

    .more-tools .tools>.tool-link {
        width: 100%;
    }

    .steps-row {
        row-gap: 1rem;
    }

    .step-card {
        padding: 10px 0px;
    }

    .for-free-pro {
        display: flex;
        flex-direction: column;
    }
}

/******************************************
        Media query for (425px) End
********************************************/

/***************************************** 
    Media Query for (375px) Start
******************************************/

@media (width <=375px) {
    .pro-plan-card .price {
        min-width: 95px;
    }

    .pro-plan-card .price small {
        font-size: 13px !important;
    }

    .pro-plan-card {
        padding: 15px 5px;
    }

    .premium-feature li {
        gap: 2px;
        line-height: 1.5;
    }

    .cropper-image {
        font-size: 10px;
    }

    .privacy-text {
        font-size: 10px;
    }
}

/***************************************** 
    Media Query for (375px) End
******************************************/
.converting,
.converting>a,
.converting>button {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed !important;
}