@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
body.signup-page .pageflows-header,
body.password-reset-page .pageflows-header,
{
    display: none;
}
body.signup-page .pageflows-footer,
body.password-reset-page .pageflows-footer,
body.done-page .pageflows-footer {
  display: none;
}
body.signup-page .signin-form .login-page-fieldgroup label {
    display: none;
}
body.done-page #header {
    position: static;
}
.pageflows-container {
    margin: 0 auto;
    max-width: 1420px;
    padding: 0 20px;
}
.login-page-main {
    display: flex;
    align-items: center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-page-row {
    display: grid;
    align-items: center;
    padding: 0 100px;
}

.login-page-content p {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
}

.login-page-form {
    padding: 20px;
    background: none;
    border-radius: 12px;
}
.login-heading h3 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: center;
    font-family: "Geist";
    padding-bottom: 30px;
}
.login-head-block {
    display: flex;
    gap: 20px;
    margin: 30px 0 0;
    align-items: center;
}

.login-head-block img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.head-crypto-detail span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.head-crypto-detail p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.head-crypto-detail {
    display: flex;
    flex-flow: column;
    gap: 8px;
}
.loginpage-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}

.login-page-fields {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.login-page-fieldgroup {
    display: flex;
    flex-flow: column;
}

.login-page-fieldgroup label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}
.contact_page-row-item .login-page-fieldgroup {
    gap: 10px;
}
.contact_page-row-item .login-page-fieldgroup #id_name_group,
.contact_page-row-item .login-page-fieldgroup #id_email_group {
  display: flex;
  flex-flow: column;
  gap : 10px;
}
.login-after-main label {
    display: none;
}
input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.login-page-fieldgroup textarea {
    background: #F1F1F1;
    border: 0px;
}
.website-form-main {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.login-page-fieldgroup textarea::placeholder {
    font-size: 15px;
    color: #838383;
}
.login-page-fieldgroup input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #838383;
}

.login-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
    height: 48px;
    background: #FEF08A;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    color: #18181B;
    transition: .3s;
}
/* .login-btn:hover, .signin-with-btn:hover {
background: #000000;
transition: .3s;
color: #fff !important;
} */
.login-page-fieldgroup a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #A1A1AA;
    text-decoration: underline;
}
.login-page-fieldgroup.login-page-fieldgroup-login {
    flex-flow: row;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #A1A1AA;
    gap: 5px;
    justify-content: center;
}
.forgot-password-box {
    display: flex;
    align-items: center;
    justify-content: end;
}

.forgot-password-box a {
    color: rgba(161, 161, 170, 1);
    font-size: 16px;
    text-decoration: underline;
}
.forgot-password-box a:hover {
    color: #ffef8a;
}
.pageflow-fieldgroup {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #A1A1AA;
}
.pageflow-fieldgroup a {
    text-decoration: underline;
}
.pageflow-fieldgroup p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #A1A1AA;
}
.pageflow-fieldgroup p a {
    font-weight: 700;
    color: #fff;
}
.login-page-fieldgroup .signin-with-btn {
    height: 48px;
    position: relative;
    border: 1px solid #000;
    background-color: #FFFFFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    transition: .3s;
    font-family: 'Geist';
    line-height: 19.84px;
    letter-spacing: -0.5px;
    text-align: center;
    margin: 0px 0 20px;
    text-decoration: none;
}
.signin-with-btn svg {
    position: absolute;
    left: 10px;
}

.login-page-fieldgroup p {
    font-family: "Geist";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #A1A1AA;
}

.login-page-fieldgroup p a {
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #FAFAFA;
}
.site-btn {
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
    height: 35px;
    background: #4DC2F4;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: fit-content;
}
.reset-password {
    margin: 70px auto;
    max-width: 45%;
    text-align: center;
}
.logo-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.reset-password h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -1px;
    color: #FFFFFF;
    justify-content: center;
}
.reset-password label {
    display: none;
}
.reset-password .login-page-fieldgroup input {
    max-width: 80%;
    margin: 0 auto;
}
.reset-password p {
    margin: 15px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #A1A1AA;
}
.reset-password form button,
.reset-password .button,
.contact_page-button button,
.account-detail-main button,
.account-detail-button .button {
    justify-content: center;
    padding: 12px 16px;
    transition: .3s;
    background: #FEF08A;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #18181B;
    height: 50px;
    width: max-content;
}
.contact_page-button button {
    min-width: 400px;
}

.reset-password-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.reset-password p:last-child {
    margin: 0;
}
.error-message {
    color: red !important;
    text-align: left !important;
    margin-top: 15px !important;
}
.password-reset-page .reset-password form button {
    margin: 20px auto;
    min-width: 70%;
}
.still-notgetting {
    padding: 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #A1A1AA;
}
.still-notgetting a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-decoration-line: underline;
    color: #FAFAFA;
}
.signin-form .login-page-fieldgroup {
    margin-bottom: 20px;
}
.account-detail-container {
    display: flex;
    flex-flow: column;
    gap: 35px;
    padding: 150px 0 70px;
    max-width: 40%;
    margin: 0 auto;
}
.account-detail-container h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}
form.confirm-password {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.set-password-page .reset-password {
    width: 50%;
}
body.saved-page main.flex-grow .userflow-products .product-view-like {
    display: none;
}
.pageflows-email-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.email-card-head h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}
.email-card-head p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #A1A1AA;
}
.emial-card-bg {
    background: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
}
.email-screen-lock {
    display: flex;
    align-items: center;
    padding: 0px;
    background: rgba(247, 247, 247, 0.9);
    border-radius: 15px;
    min-height: 400px;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.email-screen-lock .bg-blue {
    background: #ffef8a;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #18181b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: fit-content;
    margin: 10px auto 0;
}
.email-screen-lock .bg-blue:hover {
    background: #000000;
    color: #fff;
}
.bookmarked-menus {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bookmarked-menus ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 30px 0 0;
}
.bookmarked-menus ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    transition: .3s;
}
.bookmarked-menus ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #4DC2F4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    top: -10px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.bookmarked-menus ul .active a, .bookmarked-menus ul li a:hover {
    color: #4DC2F4;
    transition: .3s;
}
.bookmarked-menus ul li a:hover:after, .bookmarked-menus ul .active a:after {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.pageflows-header-bottom-nav.hide-menu {
    display: none;
}
#profile-image-upload .avatar-upload {
    position: relative;
}
#profile-image-upload {
    margin: -150px 0 20px;
}
#profile-image-upload .avatar-upload-main {
    border-radius: 5px;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#profile-image-upload>label {
    text-align: center;
    display: block;
    margin: 30px 0 10px;
}
#profile-image-upload .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
#profile-image-upload .avatar-upload .avatar-edit input {
    display: none;
}
#profile-image-upload .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
#profile-image-upload .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
#profile-image-upload .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
#profile-image-upload .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f1f1f1;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}
#profile-image-upload .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#profile-image-upload label {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}
.signin-form #profile-image-upload {
    margin: 0 0 30px;
}

.plan-new-toggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}
.plan-new-toggle label {
    cursor: pointer;
    width: 44px;
    height: 24px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}
.plan-new-toggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.plan-new-toggle input:checked + label {
    background: #1D1D1D;
}
.plan-new-toggle {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.plan-new-toggle .active{
    color: #FFFFFF;
    background: transparent;
}
.pay-annually {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.plan-new-toggle input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.plan-new-toggle label:active:after {
    width: 30px;
}
.plan-new-toggle {
    display: flex;
    align-items: center;
    gap:10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #AAAAAA;
    justify-content: center;
    border: 1px solid #3F3F46;
    border-bottom:0;
    border-radius: 12px 12px 0 0;
    padding: 20px 20px;
    background: #27272A;
    width: 395px;
    max-width: 100%;
    margin: 0 auto;
}
span.off-tag {
    background: #F1D94D;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height:17.36px;
    letter-spacing:-0.5px;
    text-transform: uppercase;
    color: #000000;
    padding: 8px 10px;
    border-radius: 100px;
}
.quartly-box, .annually-box {
    background: #303037;
    border: 1px solid #52525B;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    height: 98px;
    align-items: center;
    display: none;
    width:480px;
    max-width: 100%;
    margin: 0 auto;
}

.plan-new-name {
    font-style: normal;
    font-weight:600;
    font-size:20px;
    line-height:28px;
    letter-spacing: -1px;
    color: #ffffff;
}

.plan-new-price {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}
.plan-new-name span.plan-off-price {
    display: block;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #AAAAAA;
}

.plan-new-price span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #AAAAAA;
    display: block;
}
.quartly-box.active {
    display: flex;
}

.annually-box.active {
    display: flex;
}
.team-pricing-link {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.team-pricing-link a {
    text-decoration: underline;
}
.team-pricing-link a:hover {
    text-decoration: none;
}
.form-divider {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
    Line-height:24px;
}
.form-divider::before,
.form-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #52525B;
    margin: 0 10px;
}

.item {
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
ul.item-list {
    display: flex;
    justify-content: center;
}
.login-checklist li.item {
    color: #D4D4D8;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.otp-login-optionbox .otp-input {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.otp-login-optionbox .otp-input input {
    margin: 0 5px;
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    background: #27272A;
    border: 1px solid #3F3F46;
    border-radius: 10px;
    padding: 5px;
}
.otp-login-optionbox .otp-input input::-webkit-outer-spin-button,
.otp-login-optionbox .otp-input input::-webkit-inner-spin-button {
    -webkit-appearance : none;
    margin : 0;
}
.otp-login-optionbox .otp-input input[type=number] {
    -moz-appearance : textfield;
}
.otp-login-optionbox button {
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
    height: 48px;
    background: #FEF08A;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.84px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    color: #18181B;
    transition: .3s;
    width: 100%;
    margin: 0 0 20px;
}
.otp-login-optionbox button:disabled {
    background-color : #cccccc;
    color : #666666;
    cursor : not-allowed;
}
#timer {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #A1A1AA;
}
.login-heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #A1A1AA;
}
.otp-login-optionbox .login-heading h3 {
    padding-bottom: 10px;
}
.try-different-email {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #A1A1AA;
    margin: 20px 0;
}
.try-different-email a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-decoration-line: underline;
    color: #FAFAFA;
}
.try-different-email a:hover {
    text-decoration: none;
}
.otp-login-optionbox {
    display: none;
}
.signUpPage-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}
.signUpPage-heading h3 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: center;
    font-family: "Geist";
    padding-bottom: 30px;
}
.plan-price-wrapper {
    text-align: right;
}

.free-trial {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #A1A1AA;
    text-align: center;
    margin: 30px 0;
}
.free-trial span {
    color: #FFFFFF;
    font-weight: 700;
}
.contact_page-row-item h1 {/* Get in Touch */


/* H2 */
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 55px;
/* identical to box height, or 125% */
    letter-spacing: -3px;

/* zinc/50 */
    color: #FAFAFA;


/* Inside auto layout */
}

.contact_page-row-item p {/* Get in touch with the Page Flows team for any inquiries or feedback. Use our contact form and we'll respond promptly. We look forward to hearing from you! */


/* Text 2 */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
/* or 143% */

/* zinc/400 */
    color: #A1A1AA;


/* Inside auto layout */
    ';;
}

.contact_page-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 100px;
    padding: 0 50px 70px;
}

.contact_page-row-item {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.contact_page-row-item form {
    margin: 20px 0 0;
}

.contact-page-main {
    padding: 40px 0;
}

.contact_page-row-address {
    display: flex;
    flex-flow: column;
    gap: 50px;
    padding: 145px 0 0;
}

.contact-address-details a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.contact-address-details a:hover {
    color: #ffef8a;
}

.contact-address-details p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A1A1AA;
}

.contact-address-details {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.login-page-fieldgroup textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
    background: #27272A;
    border-radius: 10px;
    border: 1px solid #3F3F46;
    width: 100%;
    color: #fff;
    resize: none;
    height: 200px;
}
.email-sent-done {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.reset-password .login-page-fieldgroup div#id_email_group .error-message {
    text-align: center !important;
}
.signup-page .term-privacy-wrapper .pageflow-fieldgroup{
    margin-top: 20px;
}
.team-signup-page  .term-privacy-wrapper .pageflow-fieldgroup{
    margin-top: 20px;
}
.selectize-input .item {
    color: #000;
}

.selectize-dropdown .selected {
    background-color: #ffef8a;
    color: #000;
}

span.annotation-ball {
    background: #facc14;
}

button.play-pause-group {
    color: #facc14;
}

.selectize-input.items.not-full.has-options {
    color: #000;
}
button#captureThumb {
    flex-direction: row;
    justify-content: center;
    padding: 11px 12px;
    height: 40px;
    background: #FEF08A;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #18181B;
}
body.set-password-page header#header {
    display: none;
}

body.set-password-page footer.pageflows-footer {
    display: none;
}

form.confirm-password li {
    color: #fff;
}

body.set-password-page input#id_new_password1 {
    max-width: 100%;
}

body.set-password-page input#id_new_password2 {
    max-width: 100%;
}

body.set-password-page form.confirm-password {
    max-width: 80%;
    margin: 0 auto;
}
body.set-password-page form.confirm-password ul {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1300px) {
    .pageflows-container {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .login-page-row {
        gap: 0px;
        padding: 0 0px;
    }
}
@media only screen and (max-width: 992px) {
    .login-page-row {
        display: flex;
        flex-flow: column;
    }
    .set-password-page .reset-password {
        width: 100%;
    }
    .login-page-content {
        order: 2;
    }

    .login-page-form {
        width: 100%;
        padding: 0px;
    }
    .otp-login-optionbox .otp-input input {
        width: 35px;
        height: 35px;
        border-radius: 5px;
    }
    .login-page-content p {
        font-size: 24px;
        line-height: 33px;
    }
    .login-page-content .head-crypto-detail {
        gap: 0px;
    }

    .login-page-content .head-crypto-detail p {
        font-size: 12px;
        line-height: normal;
    }

    .head-crypto-detail span {
        font-size: 13px;
    }

    .login-head-block img {
        width: 50px;
        height: 50px;
    }
    .reset-password {
        max-width: 92%;
        padding: 30px;
    }
    .account-detail-container {
        max-width: 92%;
    }
    .account-detail-container h3 {
        font-size: 16px;
    }
    .reset-password form button, .reset-password .button, .contact_page-button button, .account-detail-main button, .account-detail-button .button {
        font-size: 12px;
    }
    .plan-new-toggle {
        font-size: 11px;
    }
    span.off-tag {
        font-size: 9px;
        letter-spacing: 0;
    }
    .plan-new-name {
        font-size: 14px;
    }
    .plan-new-price{
        font-size: 14px;
    }
    .free-trial{
        font-size: 12px;
    }
    .login-page-fieldgroup input {
        width: 100%;
    }
    ul.item-list {
        display: block;
    }
    .plan-new-toggle{
        font-size: 14px;
    }
    .contact_page-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .contact_page-button button {
        min-width: 100%;
    }
    .contact_page-row-address {
        padding: 0;
        gap: 30px;
    }
    .reset-password .login-page-fieldgroup input, .password-reset-page .reset-password form button {
        max-width: 100%;
        min-width: 100%;
    }
    .contact_page-row {
      padding: 0;
  }
}
@media only screen and (max-width:768px) {
    .plan-new-toggle{
        flex-flow: column;
        width: 80%;
        text-align: center;
    }
    .pay-annually
    {
        font-size: 14px;
    }
    .pay-quartly{
        font-size: 14px;
    }
    .plan-new-toggle label {
        height: 20px;
        width: 40px;
    }
    .plan-new-toggle label:after {
        height: 16px;
        width: 16px;
        top: 2px;
    }
    body.set-password-page form.confirm-password {
    max-width: 100%;
    margin: 0 auto;
    }
    body.set-password-page form button {
    width: 100%;
    }
    .right-menus .get-premium-menu {
        height: 40px;
        width: 75px;
        font-size: 12px;
    }
    .right-menus .signin-button a {
      font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
    .login-page-fieldgroup .signin-with-btn {
        font-size: 10px;
    }
    .quartly-box, .annually-box {
        height: 70px;
    }
}
