.exclusive-offer-text,
.link-title-text,
.navbar-list-item,
.product-hover {
    color: var(--gray-color)
}

.desktop-headerNav a,
.navbar-menu-list a,
.pricing-buy-now-button,
.resource-a,
.screentime-textfooter,
.signup-header,
.text-decoration-none,
.tryforfree-footer {
    text-decoration: none
}

.dropdown,
.dropdown-container {
    font-family: Arial, sans-serif
}

.button-1,
.dropdown-menu.show {
    box-sizing: border-box
}

:root {
    --primary-color: #0C63A3;
    --gray-color: #33475B;
    --warning: #FF7100;
    --white-color: #ffffff;
    --card1-color: #FBC942;
    --card2-color: #EF5C72;
    --card3-color: #379AB3;
    --card4-color: #3068A0;
    --card5-color: #1A4A6F;
    --card6-color: #C7B330;
    --dark-blue: #1A4A6F;
    --button-primary: transparent linear-gradient(143deg, #2678B3 0%, #0C63A3 100%) 0% 0% no-repeat padding-box;
    --gradient-primary: transparent linear-gradient(180deg, #3986BE 0%, #0980D6 51%, #0C63A3 100%) 0% 0% no-repeat padding-box;
    --shadow-primary: #b6cfe2;
    --section-background: #f2f9ff;
    --shadow-color: #b6cfe2
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans'
}

.headerNavbar {
    background: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 60;
    z-index: -1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.desktop-headerNav {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0
}

.desktop-headerNav li {
    position: relative;
    padding: 10px
}

.desktop-headerNav a {
    color: #000;
    padding: .5rem 1rem;
    display: block
}

.d-flex,
.flex,
.qoli-buttons {
    display: flex
}

.grid {
    display: grid
}

.items-center {
    align-items: center
}

.gap-2 {
    gap: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.position-header {
    position: sticky;
    top: 0;
    z-index: 99999
}

.header-background {
    padding: 0 !important;
    background: no-repeat padding-box #fff;
    box-shadow: 0 3px 6px #e7f1FF89;
    opacity: 1
}

.alignment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: auto
}

.align-items-center,
.header-right-content {
    display: flex;
    align-items: center
}

.image-headerlogo {
    width: 82%;
    height: auto
}

.header-navbar {
    flex-grow: 1
}

.navbar-menu-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    padding-right: .8rem
}

#emailError,
#nameError,
.close-btn,
.hidden,
.mobile-headerNav,
.qoli-mini-logo {
    display: none
}

.navbar-list-item {
    text-align: center;
    padding: calc(.85rem + .55%) .8rem
}

.product-hover {
    place-content: center;
    width: -webkit-fill-available;
    display: flex;
    justify-content: flex-start
}

.header-buttonalignment {
    display: flex;
    gap: 1rem
}

.product-hover svg {
    margin-top: 5px;
    display: inline-block;
    transition: transform .1s
}

.icon-wrapper,
.signup-header svg {
    transition: transform .3s ease-in-out
}

.product-hover:hover {
    text-decoration: underline;
    color: var(--primary-color)
}

#resources .product-hover:hover {
    text-decoration: none;
    color: var(--gray-color);
    cursor: pointer
}

.res-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center
}

.hovered-res .res-div {
    text-decoration: underline !important;
    color: var(--primary-color) !important
}

.dropdown-toggle[aria-expanded=true] .arrow,
.hovered-res .res-div svg {
    transform: rotate(180deg)
}

.blocks-holder {
    display: flex;
    justify-content: space-evenly
}

.hovered-res .res-div svg path,
.view-demo-button:hover svg circle,
.view-demo-button:hover svg path {
    fill: var(--primary-color)
}

.col-block {
    text-align: left
}

.col-img {
    width: 30%
}

.col-block img {
    width: 100%;
    margin-bottom: 15px
}

.col-block h3 {
    margin-top: 0;
    margin-bottom: 7px
}

.horizontal-line {
    border-bottom: 1px solid var(--gray-color);
    margin-bottom: 10px
}

.none-decoration {
    list-style-type: none;
    padding: 0
}

.none-decoration li {
    padding-top: 8px
}

.back-button svg:hover,
.dropdown-list li a:hover,
.feature-item a:hover,
.none-decoration li:hover .link-title-text,
.view-demo-button:hover {
    color: var(--primary-color)
}

.signup-header {
    background: linear-gradient(131deg, #d825ce 0, #a42be6 100%) no-repeat padding-box;
    opacity: 1;
    font-size: .9rem;
    border-radius: .3125rem;
    padding: .7rem 1.6rem;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: .3125rem
}

.signup-header:hover {
    background: linear-gradient(131deg, #dd3ed5 0, #b060db 100%) no-repeat padding-box;
    box-shadow: 0 6px 14px #be73DE7D;
    border-radius: .3125rem
}

.signup-header svg {
    transform: translateX(0)
}

.signup-header:hover svg {
    transform: translateX(5px)
}

.second-main-container {
    background: #fff;
    width: 88%;
    margin: auto
}

.section-sub-text {
    color: #656565;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 2rem
}

.dropdown-container {
    position: relative;
    width: 47px;
    border: 1px solid #308eaa;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer
}

.dropdown-selected {
    padding: 2px 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000
}

.dropdown-arrow {
    font-size: 10px;
    color: #000
}

.dropdown-options {
    position: absolute;
    top: 33px;
    left: -3px;
    width: 50px;
    border: 1px solid #308eaa;
    border-radius: 5px;
    background-color: #fff;
    display: none;
    z-index: 100;
    overflow: auto;
    height: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    text-align: left
}

.dropdown-options::-webkit-scrollbar {
    width: 6px
}

.dropdown-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

.dropdown-options::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px
}

.dropdown-options::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf
}

.dropdown-options div {
    padding: 5px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    transition: background-color .2s;
    margin: 4px;
    border-radius: 4px
}

.dropdown-options .selected-option,
.dropdown-options div:hover {
    background-color: #cde4eb;
    color: #0c5b73
}

.monthly-plan-text {
    color: var(--primary-color);
    gap: 7rem;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1rem 0 .5rem
}

.monitor-device-text {
    color: var(--warning);
    font-size: 1.1rem;
    margin: .5rem 0 .3rem;
    font-weight: 500;
    gap: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.available-device,
.monthly-price,
.tax-charges {
    color: var(--gray-color)
}

.monthly-price {
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0 0 1.4rem
}

.available-device {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3rem 0;
    gap: .9375rem;
    margin: 0
}

.pricing-buy-now-button {
    font-size: 1rem;
    border-radius: 50px;
    padding: .5rem 3.3rem;
    border: 0;
    position: relative
}

.tax-charges {
    font-size: .7rem;
    padding: .6rem 1.1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.yearly-pricing-sub-div {
    position: relative;
    border: 1px solid var(--shadow-primary);
    border-radius: 10px;
    text-align: center;
    padding: 1rem;
    box-shadow: 0 0 12px 3px var(--shadow-primary);
    width: 359px
}

.yearly-pricing-sub-div:hover {
    box-shadow: 0 0 18px 5px var(--shadow-primary)
}

.blur-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pricing-yearly-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(10px);
    z-index: 0
}

.yearly-plan-text {
    color: var(--primary-color);
    font-size: 2.2rem;
    font-weight: 500;
    margin: .8rem 0 .5rem
}

.year-monitor-device-text {
    color: var(--warning);
    font-size: 1.1rem;
    margin: .5rem 0 .3rem;
    font-weight: 500
}

.yearly-price {
    color: var(--gray-color);
    font-weight: 600;
    font-size: 2.8rem;
    margin: 0
}

.yearly-price-subtext {
    font-size: 1rem;
    font-size: 500
}

.billed-anually-text {
    font-size: .8rem;
    font-weight: 500;
    color: var(--gray-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 1rem
}

.yearly-amount-discount {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--gray-color)
}

.yearly-amount-without-discount {
    font-weight: 600;
    color: #3d4c62;
    position: relative;
    font-size: 1.8rem
}

.quarter-amount-without-discount::before,
.yearly-amount-without-discount::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: red;
    top: 42%;
    transform: rotate(-26deg)
}

.yearly-available-device {
    color: var(--gray-color);
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .9375rem;
    padding: 0 0 .5rem
}

.fifty-percent-offer {
    position: relative;
    right: -49%;
    z-index: 1
}

.offer-div {
    position: absolute;
    margin-top: -11.5%
}

.fifty-percent {
    width: 52%;
    height: auto
}

.quater-pricing-sub-div {
    background: no-repeat padding-box #fff;
    border: 1px solid var(--shadow-primary);
    border-radius: 10px;
    text-align: center;
    padding: .3rem .5rem;
    width: 359px
}

.quarter-plan-text {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 500;
    margin: 1rem 0 .5rem
}

.billed-quarter-text {
    font-size: .7rem;
    font-weight: 500;
    color: var(--gray-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0
}

.quarter-amount-discount {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gray-color)
}

.quarter-amount-without-discount {
    font-weight: 600;
    color: #3d4c62;
    position: relative;
    font-size: 1.5rem
}

.quarter-available-device {
    color: var(--gray-color);
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .9375rem;
    margin: 5px 0 24px
}

.thirty-percent-offer {
    position: relative;
    left: 5%
}

.quarter-offer-div {
    position: absolute;
    margin-top: -2.5%
}

.thirty-percent {
    width: 27%;
    height: auto
}

.quater-price {
    color: var(--gray-color);
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0
}

.justify-between {
    justify-content: space-between
}

.alignment-features {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 83%;
    margin: 2.5rem auto;
    gap: 2.5rem
}

.alignment-managescreentime {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: .6rem;
    border: 1px solid transparent
}

.alignment-managescreentime:hover {
    box-shadow: 0 6px 10px #e7d8ff;
    border: 1px solid #5816AF2D;
    border-radius: .3125rem
}

.managescreen-text {
    font-size: 1.1rem;
    font-style: normal;
    letter-spacing: 0;
    color: #5d54d8;
    opacity: .75;
    line-height: 1.8rem;
    margin-bottom: 0
}

.answers-text,
.parentcontrol-faqtext,
.questions-lefttext {
    letter-spacing: 0;
    color: var(--gray-color)
}

.footer-alignment {
    margin-bottom: 1%
}

.answers-text {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    opacity: 1;
    padding-top: 4rem;
    margin-bottom: 1rem
}

.questions-lefttext {
    font-size: 1.4rem;
    text-align: center;
    font-style: normal;
    opacity: 1;
    margin-bottom: 5rem;
    margin-top: 0
}

.alignemnt-faqquestions {
    width: 80%;
    margin: auto
}

.background-faqquestions {
    background: var(--section-background);
    border: 1px solid var(--section-background);
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 1.5rem;
    cursor: pointer
}

.alignment-icon-text {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: 1rem
}

.icon-wrapper {
    padding: 5.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color) 0 0 no-repeat padding-box;
    border-radius: 50%;
    flex-shrink: 0
}

.flex-column,
.footer-section {
    flex-direction: column
}

.parentcontrol-faqtext {
    font-size: 1.2rem;
    font-weight: 600;
    opacity: 1;
    margin: 1.1rem 0;
    padding: .5rem 0
}

.paragraph-answertest {
    font-size: 1rem;
    letter-spacing: .3px;
    color: #718093;
    opacity: 1;
    line-height: 1.5rem;
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease-in-out;
    margin: 0 0 0 1.5rem
}

.footer-background {
    background: var(--section-background);
    padding: 20px
}

.footer-section {
    align-items: flex-start;
    display: flex;
    position: relative
}

.alignment-footer {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 2.5rem auto auto;
    align-items: flex-start
}

.getstartedtext {
    font-size: 1.3rem;
    margin-top: 1rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 2.3rem;
    color: var(--gray-color)
}

.footer-section ul {
    list-style: none;
    padding: 0
}

.screentime-textfooter {
    font-size: 1.05rem;
    color: var(--gray-color);
    line-height: 2.2rem;
    letter-spacing: -.46px;
    opacity: 1
}

.cateogory-links:hover,
.screentime-textfooter:hover {
    color: var(--primary-color);
    text-decoration: underline
}

footer input[type=email] {
    padding: .875rem .75rem;
    margin: .625rem 0;
    width: calc(100% - 65px);
    border: 1px solid #5470CBA6;
    border-radius: 5px
}

.signup-newslettertext {
    font-weight: 400;
    font-size: .9rem;
    color: var(--gray-color);
    margin-top: 1.5rem;
    margin-bottom: 0;
    opacity: 1
}

.borderline-footer {
    background-color: #208BC740;
    height: .05rem;
    width: 85%;
    margin: 1rem auto auto
}

.footer-subscribebutton,
.tryforfree-footer {
    background: no-repeat padding-box #a92be4;
    border-radius: .3125rem;
    font-size: .9rem;
    color: #fff;
    letter-spacing: 0
}

.support-details-alignment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 85%;
    margin: 1.2rem auto auto
}

.tryforfree-footer {
    padding: .9rem
}

.footer-subscribebutton:hover,
.tryforfree-footer:hover {
    background: no-repeat padding-box #ae27ee;
    box-shadow: 0 6px 14px #be73DE7D
}

.footer-subscribebutton {
    box-shadow: 0 6px 10px #e7d8ff;
    opacity: 1;
    border: none;
    padding: .8rem 4rem
}

.keyfeatures-textfooter {
    font-size: 1.3rem;
    letter-spacing: 0;
    color: var(--gray-color);
    opacity: 1;
    margin: 0 0 .8rem
}

.buy-now-button,
.view-demo-button {
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer
}

.image-footerqoli {
    width: 150px;
    height: auto
}

.buy-now-button {
    padding: .6rem 1.4rem;
    background: linear-gradient(131deg, #d825ce 0, #a42be6 100%) no-repeat padding-box;
    border-radius: .3125rem;
    color: #fff;
    letter-spacing: .0375rem;
    display: inline-block;
    text-align: center
}

.view-demo-button {
    display: flex;
    padding: .5rem 1rem;
    gap: 5px;
    align-items: center;
    color: #ff9c29
}

.buy-now-button:hover {
    background: linear-gradient(131deg, #dd3ed5 0, #b060db 100%) no-repeat padding-box
}

.color-hrtag {
    background-color: #208BC740;
    margin-top: 1.8rem;
    border: none;
    height: .05rem
}

.sectioning-footer {
    border-bottom: 1px solid var(--gray-color);
    width: 100%;
    margin-top: 1rem
}

.followuson-text {
    font-size: 1.2rem;
    font-style: normal;
    margin-top: 1.5rem;
    color: var(--gray-color);
    opacity: 1
}

.support-contact,
.support-contact-heading,
.user-details-text {
    font-size: .8rem;
    color: var(--gray-color)
}

#for-business,
.followuson-alignment {
    margin-top: 1rem
}

.footer-icons-alignment {
    display: inline-block;
    margin-right: .4rem;
    padding: 0
}

.svgicon-hover:hover {
    background-color: var(--primary-color);
    border-radius: 50%
}

.svgicon-hover:hover path {
    fill: white
}

.support-contact {
    font-weight: 600;
    text-decoration: none
}

.alignment-footertext {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    gap: 1rem;
    margin: 1rem auto
}

.software-indedtext {
    letter-spacing: -.34px;
    color: #718093;
    font-size: .75rem;
    opacity: .69;
    line-height: 1.5rem
}

.discimilartext,
.reserved-text {
    color: var(--gray-color);
    opacity: 1
}

.discimilartext {
    font-size: .8rem;
    letter-spacing: -.34px;
    white-space: nowrap;
    margin-left: 3rem;
    margin-top: .9rem
}

.reserved-text {
    text-decoration: none;
    font-size: .9rem;
    letter-spacing: -.44px;
    margin-top: 2rem;
    text-align: center;
    padding-bottom: .5rem
}

.payments-popup {
    position: fixed;
    z-index: 1111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    place-content: center;
    background-color: rgba(0, 0, 0, .4)
}

.payments-popup .container {
    width: 60vw;
    height: 75vh;
    background: #fff;
    margin: auto;
    place-content: center
}

.bg-white {
    background-color: #fff
}

.justify-content-center {
    justify-content: center
}

.payment-sucessful-popup {
    text-align: center
}

.payment-successful {
    margin: 0 auto
}

.payment-input-fields input {
    width: 220px;
    padding: 5px 0 5px 5px;
    font-size: 13px;
    font-family: Poppins;
    border: 1px solid #33475b4d
}

.payment-input-fields input:focus-visible {
    outline: #33475b4d
}

.error-message-payment {
    color: red;
    font-size: 10px;
    margin-top: 3px;
    text-align: left
}

.save-button {
    background-color: #07a57b;
    color: #fff;
    padding: 8px 25px;
    font-size: 15px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    border-radius: 3px
}

.info-received,
.payment-received {
    font-weight: 600;
    color: var(--gray-color)
}

.save-button:disabled {
    cursor: not-allowed
}

.company-creation-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.billed-quarter-text {
    margin-bottom: 1rem
}

.company-creation {
    width: 210px;
    margin-bottom: 15px
}

.info-received {
    font-size: .9rem;
    max-width: 75%
}

.payment-sucessful-popup {
    padding: 0;
    align-items: center;
    height: fit-content;
    background-color: #fff;
    gap: 10px
}

.payment-successful {
    width: 150px
}

.payment-received {
    margin: 5px 0;
    font-size: 1.5rem
}

.button-1,
.header-button {
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px
}

.loader {
    width: 50px
}

.primary-button {
    background: var(--button-primary);
    color: var(--white-color);
    border-color: transparent;
    cursor: pointer;
    text-align: center;
    white-space: nowrap
}

.header-button {
    padding: .5rem 1rem
}

.primary-button:hover {
    background: linear-gradient(143deg, #0c63a3 0, #3986be 100%) no-repeat padding-box
}

.thirty-percent-flag {
    position: absolute;
    width: 25%;
    right: 0;
    top: 0;
    transform: translate(50%, -50%)
}

.category-drops,
.relative {
    position: relative
}

.cateogory-links {
    text-decoration: none;
    color: var(--gray-color);
    font-size: 14px
}

.current-page,
.current-page-sidebar {
    color: var(--primary-color);
    font-weight: 600;
    padding: .4rem 1.5rem;
    background-color: #dbe5fa
}

.current-page {
    border-radius: 16px
}

.back-button,
.dropdown-list li a,
.dropdown-trigger,
.feature-item a {
    color: var(--gray-color)
}

.header-image-section {
    display: flex;
    align-items: center;
    gap: 1rem
}

.logo-image {
    width: clamp(125px, 6.5vw, 200px);
    height: auto;
    margin-right: clamp(1rem, 2vw, 4rem)
}

.section-bg {
    background-color: var(--section-background)
}

.for-business {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    cursor: pointer
}

.chevron-right {
    height: 16px;
    width: 16px;
    flex-shrink: 0
}

.dropdown-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.dropdown-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 8px 0
}

.dropdown-list li {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.dropdown-list li a {
    font-size: 14px;
    text-decoration: none
}

.back-button {
    padding: 1rem 1rem 0;
    cursor: pointer;
    margin-top: 1rem;
    margin-bottom: .5rem
}

.get-link,
.mobile-dropdown li.active-item a {
    color: #fff
}

.category-drops .dropdown-content {
    position: absolute;
    top: 3rem;
    left: 50%;
    background-color: var(--white-color);
    box-shadow: -2px 2px 10px #d1d1d1;
    transform: translateX(-50%);
    width: 160px;
    padding: .5rem;
    border-radius: 5px
}

.feature-item {
    padding: 6px 8px;
    text-align: left
}

.feature-item a {
    font-size: 14px;
    font-weight: 500
}

.left-contents {
    position: sticky;
    width: 100%;
    display: block
}

.dropdown-toggle {
    background-color: #cae6ff;
    border: none;
    padding: 2% 6%;
    width: 100%;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .2s
}

.content-dropdown {
    margin: 0;
    font-size: 20px
}

.dropdown-toggle:hover {
    background-color: #e0e0e0
}

.dropdown-toggle .arrow {
    display: inline-block;
    transition: transform .3s
}

.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 0;
    overflow: auto;
    transition: max-height .3s;
    text-align: center
}

.dropdown-menu.show {
    max-height: 300px;
    padding: 10px;
    overflow-y: auto
}

.dropdown-menu li {
    padding: 1% 4%;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    text-align: left
}

.dropdown-menu li:hover {
    background-color: #f0f0f0
}

.contenthighlight {
    background-color: #e0e0e0;
    font-weight: 700
}

.get-link {
    text-decoration: none
}

.desktop-headerNav :hover {
    background-color: #e6eafe;
    color: #2c3e50;
    border-radius: 5px
}

.desktop-headerNav .active-item {
    background-color: #e6eafe
}

.mobile-active {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 16px
}

.mobile-dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    z-index: 100;
    display: none;
    text-align: center;
    border-radius: 5px
}

.mobile-dropdown.show {
    display: block;
    margin: 0
}

.mobile-dropdown li {
    padding: 1rem;
    list-style: none;
    border-bottom: 1px solid #ecf0f1
}

.mobile-dropdown a {
    color: #7f8c8d;
    text-decoration: none;
    display: block
}

.mobile-dropdown li.active-item {
    background-color: #3498db
}

.whatsapp-icon {
    position: fixed;
    bottom: 14px;
    right: 86px;
    z-index: 100000
}

.whatsapp-icon img {
    width: 52px;
    cursor: pointer;
    transition: transform .3s
}

.whatsapp-icon img:hover {
    transform: scale(1.1)
}

@media (min-width:1024px) {
    .left-contents {
        display: none
    }
}

@media (min-width:1024px) and (max-width:1536px) {
    .header-button {
        padding: .5rem 2rem;
        font-size: 16px
    }
}

@media (min-width :1281px) {
    .dropdown-trigger svg {
        margin-top: 5px
    }

    .cateogory-links {
        font-size: 1rem
    }
}

@media (max-width:1024px) {
    .left-contents {
        display: block
    }
}

@media (max-width:1024px) and (min-width:640px) {
    .button-1 {
        padding: .5rem 1rem;
        font-size: 14px;
        width: 130px
    }

    .header-button {
        padding: .5rem 1.2rem;
        font-size: 16px;
        white-space: nowrap
    }
}

@media (max-width:640px) {

    .button-1,
    .header-button {
        font-size: 14px
    }

    .header-button {
        padding: .4rem .8rem
    }

    .logo-image {
        display: none
    }

    .qoli-mini-logo {
        display: block;
        height: 36px;
        width: auto
    }
    .whatsapp-icon {
    bottom: 0px;
}
}

@media (max-width:550px) {
    .screentime-textfooter {
        font-size: .9rem
    }

    .info-received {
        max-width: 80%
    }

    .payment-sucessful-popup {
        gap: 5px
    }

    .payment-successful {
        width: 135px
    }

    .payment-received {
        font-size: 1.2rem
    }

    .save-button,
    .user-details-text {
        font-size: .8rem
    }

    .payment-input-fields input {
        width: 200px;
        font-size: .8rem
    }

    .save-button {
        padding: 7px 20px
    }
}

@media (min-width:1150px) and (max-width:1440px) {
    .info-received {
        max-width: 70%
    }
}

@media (min-width:1440px) {
    .payment-successful {
        width: 17%
    }

    .error-message-payment {
        font-size: 14px
    }

    .loader {
        width: 6%
    }

    .info-received {
        max-width: 65%;
        font-size: 1.3rem
    }

    .company-creation {
        width: 30%
    }

    .payment-sucessful-popup {
        padding: 30px !important;
        gap: 15px
    }

    .payment-received {
        font-size: 2rem
    }

    .user-details-text {
        font-size: 1.3rem
    }

    .payment-input-fields input {
        width: 450px;
        font-size: 17px
    }

    .save-button {
        font-size: 20px
    }
}

@media (min-width:1600px) {
    .info-received {
        max-width: 65%;
        font-size: 1.5rem
    }
}

@media (max-width:750px) {
    .payments-popup .container {
        width: 80vw;
        height: 80vh;
        padding: 10px
    }
}

@media (max-width:374px) {
    .reserved-text {
        text-align: left;
        margin-left: 2rem
    }

    .alignment-footertext {
        flex-direction: column;
        align-items: flex-start;
        gap: 0
    }

    .buy-now-button {
        font-size: .8rem;
        padding: .6rem 1.6rem
    }

    .parentcontrol-faqtext,
    .questions-lefttext,
    .view-demo-button {
        font-size: .9rem
    }

    .view-demo-button svg {
        width: 12px;
        height: 12px
    }

    .alignment-featuredimages {
        gap: 4rem
    }

    .alignment-footer {
        flex-direction: column
    }

    .icon-wrapper {
        padding: 6px
    }

    .alignemnt-faqquestions {
        width: 85%
    }

    .mobile {
        display: inline
    }

    .managescreen-text {
        font-size: 1rem
    }

    .signup-header {
        padding: .3rem .4rem .3rem 0;
        font-size: 0;
        visibility: visible
    }

    .signup-header::after {
        content: 'Buy Now';
        font-size: .79rem;
        visibility: visible
    }

    .header-buttonalignment {
        align-items: center
    }

    .header-background {
        padding: 1% 0
    }

    .alignment-header,
    .image-headerlogo {
        width: 90%
    }

    .alignment-image {
        width: 45%
    }

    .alignment-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }

    .answers-text {
        font-size: 1rem;
        margin-top: 0;
        padding-top: 1rem
    }
}

@media (min-width:374px)and (max-width:476px) {
    .reserved-text {
        text-align: left;
        margin-left: 1.5rem;
        margin-top: 0;
        font-size: 13px
    }

    .alignment-footertext {
        flex-direction: column;
        align-items: flex-start;
        gap: 0
    }

    .buy-now-button {
        font-size: .8rem;
        padding: .6rem 1.6rem
    }

    .view-demo-button {
        font-size: .9rem
    }

    .view-demo-button svg {
        width: 12px;
        height: 12px
    }

    .alignment-footer {
        flex-direction: column
    }

    .parentcontrol-faqtext {
        font-size: .9rem;
        line-height: 1.5rem
    }

    .questions-lefttext {
        font-size: 1.1rem
    }

    .alignemnt-faqquestions {
        width: 85%
    }

    .answers-text {
        font-size: 1.2rem;
        padding: 1rem
    }

    .alignment-image {
        width: 45%
    }

    .managescreen-text {
        font-size: 1rem
    }

    .mobile {
        display: inline
    }

    .image-headerlogo {
        width: 80%
    }

    .header-buttonalignment {
        align-items: center
    }

    .signup-header {
        padding: .3rem .8rem;
        font-size: 0;
        visibility: visible
    }

    .signup-header::after {
        content: 'Buy Now';
        font-size: .8rem;
        visibility: visible
    }

    .alignment-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem
    }
}

@media (min-width:476px)and (max-width:700px) {

    .alignment-footer,
    .alignment-footertext {
        flex-direction: column
    }

    .buy-now-button,
    .view-demo-button {
        font-size: .9rem;
        padding: .6rem .9rem
    }

    .view-demo-button svg {
        width: 14px;
        height: 14px
    }

    .parentcontrol-faqtext {
        font-size: 1rem
    }

    .answers-text {
        font-size: 1.3rem;
        padding: 1rem
    }

    .alignment-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem
    }

    .questions-lefttext {
        font-size: 1.1rem
    }

    .mobile {
        display: none
    }

    .header-buttonalignment {
        align-items: center
    }

    .alignment-header {
        width: 87%
    }

    .alignment-image {
        width: 40%
    }

    .image-headerlogo {
        width: 60%
    }

    .signup-header {
        padding: .4rem 1.2rem;
        font-size: .8rem
    }
}

@media (min-width:701px)and (max-width:900px) {
    .alignment-footertext {
        width: 90%
    }

    .footer-icons-alignment {
        margin-right: .4rem
    }

    .color-hrtag {
        margin-top: 1.5rem
    }

    .buy-now-button,
    .view-demo-button {
        font-size: .9rem;
        padding: .6rem .65rem
    }

    .view-demo-button svg {
        width: 14px;
        height: 14px
    }

    .screentime-textfooter {
        font-size: .9rem
    }

    .keyfeatures-textfooter {
        font-size: 1rem
    }

    .alignment-footer {
        width: 90%;
        gap: 15px
    }

    .alignment-features {
        grid-template-columns: repeat(3, 1fr)
    }

    .parentcontrol-faqtext {
        font-size: 1.1rem
    }

    .mobile {
        display: none
    }

    .alignment-image {
        width: 30%
    }

    .image-headerlogo {
        width: 70%
    }

    .signup-header {
        padding: .6rem .4rem;
        font-size: .7rem
    }

    .answers-text {
        font-size: 1.4rem
    }
}

@media (min-width:900px)and (max-width:1000px) {

    .alignment-footer,
    .alignment-footertext {
        width: 90%
    }

    .getstartedtext,
    .keyfeatures-textfooter {
        font-size: 1.2rem
    }

    .screentime-textfooter {
        font-size: .9rem
    }

    .parentcontrol-faqtext {
        font-size: 1.1rem
    }

    .mobile {
        display: none
    }

    .image-headerlogo {
        width: 75%
    }

    .signup-header {
        padding: .6rem 1rem
    }

    .alignment-features {
        grid-template-columns: repeat(3, 1fr)
    }

    .answers-text {
        font-size: 1.5rem
    }
}

@media (min-width:1001px)and (max-width:1200px) {
    .discimilartext {
        margin-left: 2rem
    }

    .alignment-footer,
    .alignment-footertext {
        width: 90%
    }

    .getstartedtext,
    .keyfeatures-textfooter {
        font-size: 1.2rem
    }

    .answers-text {
        font-size: 1.6rem
    }

    .mobile {
        display: none
    }

    .managescreen-text {
        font-size: 1rem
    }

    .image-headerlogo {
        width: 70%
    }

    .header-buttonalignment {
        align-items: center
    }

    .signup-header {
        padding: .45rem 1.5rem
    }

    .alignment-features {
        gap: 1rem;
        width: 85%
    }
}

@media (min-width:1201px)and (max-width:1439px) {
    .discimilartext {
        margin-left: 2rem
    }

    .getstartedtext,
    .keyfeatures-textfooter {
        font-size: 1.25rem
    }

    .alignment-footer,
    .alignment-footertext {
        width: 85%
    }

    .screentime-textfooter {
        font-size: 1.1rem;
        line-height: 2.6rem
    }

    .mobile {
        display: none
    }

    .answers-text {
        font-size: 1.7rem
    }

    .managescreen-text {
        font-size: 1rem
    }

    .image-headerlogo {
        width: 72%
    }

    .header-buttonalignment {
        align-items: center
    }

    .signup-header {
        padding: .65rem 1.7rem
    }

    .alignment-features {
        gap: 1.6rem;
        width: 87%
    }
}

@media (min-width:1900px) {

    .reserved-text,
    .signup-header {
        font-size: 1.1rem
    }

    .discimilartext {
        margin-left: 1.1rem
    }

    .software-indedtext {
        font-size: 1.1rem;
        line-height: 2.5rem
    }

    .followuson-text,
    .getstartedtext {
        font-size: 1.3rem
    }

    .paragraph-answertest {
        font-size: 1.2rem;
        line-height: 1.9rem
    }

    .parentcontrol-faqtext {
        font-size: 1.35rem
    }

    .questions-lefttext {
        font-size: 1.4rem
    }

    .managescreen-text {
        font-size: 1.5rem;
        line-height: 3rem
    }

    .image-headerlogo {
        width: 85%
    }

    .answers-text {
        font-size: 2.5rem
    }

    .keyfeatures-textfooter {
        font-size: 1.5rem
    }

    .screentime-textfooter {
        font-size: 1.25rem;
        line-height: 2.8rem
    }
}

@media (min-width:1280px) {
    .dropdown-wrapper {
        display: none;
        position: fixed;
        top: 58px;
        background-color: #fff;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
        padding: 30px 0;
        border-radius: 5px;
        width: 98%;
        left: 1%
    }

    .show {
        display: block
    }

    .nav-category-links,
    .toggle-more {
        display: none
    }
}

@media (max-width :1279px) {

    .drop-down-menu,
    .dropdown-trigger {
        padding: .5rem 1rem
    }

    #resources,
    .category-drops,
    .cateogory-links,
    .col-img {
        display: none
    }

    .blocks-holder {
        flex-direction: column;
        gap: 25px
    }

    .discimilartext {
        margin-left: 0
    }

    .link-title-text {
        display: block;
        width: 100%
    }

    .col {
        display: flex;
        width: 100%;
        align-items: center
    }

    .none-decoration li {
        font-size: .9rem
    }

    .hovered-res {
        background: var(--section-background)
    }

    .dropdown-wrapper {
        padding: 15px 0;
        display: none
    }

    .header-navbar,
    .show,
    .toggle-more {
        display: block
    }

    .sub-menus {
        height: 40px;
        align-items: center
    }

    .navbar-list-item {
        text-align: left;
        padding: 0 1rem
    }

    .navbar-menu-list {
        padding: 0;
        display: block
    }

    .toggle-more {
        padding: .86rem .65rem;
        text-align: end;
        color: var(--primary-color);
        font-size: x-large;
        cursor: pointer
    }

    .header-navbar {
        position: fixed;
        top: 0;
        background-color: #fff;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
        padding: 0;
        border-radius: 5px;
        width: 240px;
        left: calc(100% - 240px);
        transform: translateX(100%);
        transition: transform .6s;
        height: 100vh;
        overflow: auto
    }

    .showmore.header-navbar {
        transform: translateX(0);
        z-index: 100
    }

    .close-btn {
        display: flex;
        justify-content: flex-end;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 999
    }

    .close-btn a {
        font-size: 30px;
        padding: 5px 20px 0;
        color: var(--gray-color)
    }

    .res-div {
        justify-content: space-between
    }

    .col-block {
        text-align: center;
        width: 100%
    }

    .col-block h3 {
        font-size: 1.1rem
    }
}

@media (min-width:768px) and (max-width:860px) {
    .navbar-list-item {
        padding: .5 1rem
    }

    .product-hover svg {
        height: 16px;
        width: 16px
    }

    .col-block h3 {
        font-size: 1.1rem
    }

    .col-block p,
    .none-decoration li {
        font-size: .9rem
    }
}

@media (min-width:768px) and (max-width:1010px) {
    .dropdown-wrapper {
        top: 52px
    }

    .discimilartext {
        margin-left: 1rem
    }
}

@media (min-width:1440px) {
    .signup-header {
        padding: .7rem 1.8rem
    }

    .mobile {
        display: none
    }

    .parentcontrol-faqtext {
        font-size: 1.25rem
    }

    .keyfeatures-textfooter {
        font-size: 1.4rem
    }
}

@media (min-width:740px) and (max-width:900px) {
    .footer-section {
        max-width: 30%
    }

    .getstartedtext {
        font-size: 1rem;
        margin-bottom: 2rem
    }

    .tryitfree-belowaction {
        padding: .5rem 1.8rem
    }

    .color-hrtag {
        margin-top: 1.5rem
    }

    .followuson-text {
        font-size: 1rem
    }

    .alignment-footer {
        width: 92%
    }

    .signup-header {
        padding: .6rem .5rem
    }

    .signup-header svg {
        display: none
    }

    .navbar-menu-list {
        padding-right: 0
    }
}

@media (min-width:2200px) {

    .alignment-footer,
    .alignment-footertext,
    .borderline-footer {
        width: 82%
    }

    .screentime-textfooter {
        font-size: 1.3rem;
        line-height: 3rem
    }

    .keyfeatures-textfooter {
        font-size: 1.6rem
    }

    .followuson-text,
    .getstartedtext {
        font-size: 1.4rem
    }

    .reserved-text {
        font-size: 1.2rem
    }
}

@media (max-width:740px) {
    .alignment-footer {
        align-items: center;
        flex-direction: column
    }

    .footer-section {
        text-align: center;
        align-items: center
    }

    .support-details-alignment {
        flex-direction: column;
        gap: 17px;
        align-items: center
    }
}

@media(max-width:1400px) {
    .desktop-headerNav a {
        padding: .5rem
    }
}

@media (max-width:1280px) {
    .desktop-headerNav {
        display: none
    }

    .mobile-arrow {
        display: inline
    }

    .mobile-headerNav {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .mobile-active {
        color: #2c3e50
    }

    .mobile-dropdown {
        background: #fff
    }

    .mobile-dropdown li:hover {
        background-color: #f5f5f5
    }
}