body {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0;
}

textarea:focus,
input:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px var(--theme-background-color) inset !important;
    -webkit-box-shadow: 0 0 0 30px var(--theme-background-color) inset !important;
}

header {
    background-color: var(--old-background-color);
}

.new-color-convert {
    background-color: var(--theme-background-color);
}

.login-btn-container {
    margin-top: 80px;
    margin-bottom: 10rem;
}

.readnet-logo-container {
    margin-top: 8vh;
}

.login-container,
.register-container {
    display: none;
}

.login-text {
    font-size: 36px;
    font-weight: 500;
    color: #4D6A6D;
    margin-bottom: 4vh;
}

.login-links {
    width: 270px;
    margin: auto;
}

.login-links a {
    text-decoration: none;
}

.login-button {
    display: flex;
    align-items: center;
    color: #EAE0CC;
    background-color: #798478;
    padding: 10px;
    width: 250px;
    border-radius: 50px;
    margin-bottom: 10px;
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(14, 13, 13, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-button img {
    margin-left: auto;
}

.login-button span {
    margin-left: 10px;
    margin-right: auto;
}

.login-button:hover {
    background-color: #94a093;
}

.search-field input {
    background-color: transparent;
}

.form-group {
    margin-bottom: 35px;
}

/* .form-group input {
    border: none;
    background-color: transparent;
    font-size: 18px;
    border-bottom: 1px solid;
    width: 250px;
} */

.forgot-password-group {
    margin-top: -27px;
    margin-bottom: 30px;
    text-align: right;
}

.forgot-password-group a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

.secondary-login-button {
    border: none;
    background-color: transparent;
    padding: 10px;
    width: 200px;
    border: 2px solid #4D6A6D;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #4D6A6D;
}

.secondary-login-button:hover {
    cursor: pointer;
    color: #718b8e;
    border-color: #718b8e;
}

.register-group {
    margin-top: 5vh;
}

.register-group a {
    text-decoration: none;
    color: #778176;
}

.terms-p {
    font-size: 10px;
    margin-top: 5vh;
}

.terms-p a {
    color: #000000;
}

.login-footer a {
    color: #4D6A6D;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .login-footer a {
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 900px) {
    body {
        margin-bottom: 0;
    }
    .text {
        font-size: 15px !important;
    }
    .page-title {
        font-size: 15px;
    }
    .devices-svg {
        margin-top: -4vh;
        width: 100%;
        height: 100%;
        max-width: 324px;
        max-height: 303px;
    }
    .login-btn-container {
        margin-top: 60px;
    }
}

@media (max-width: 1124px) {
    .leftText {
        top: 20% !important;
    }
    .main_ill_text {
        top: 25% !important;
    }
}


/* Caption text */

.text {
    font-weight: 400;
    color: #2A3B3C;
    font-size: 20px;
    padding: 0;
    margin-bottom: 3em;
}

.text ul {
    width: fit-content;
    margin: 10px auto;
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

.leftText {
    text-align: left;
    top: 25%;
    position: absolute;
    width: 100%;
}

.rightText {
    text-align: left;
    top: 25%;
    position: absolute;
}

.sectionImg {
    margin-bottom: 8em;
}

.main_ill_text {
    top: 35%;
}

@media (max-width: 992px) {
    .leftText {
        position: unset;
        margin-bottom: 2em;
    }
    .rightText {
        margin-top: 2em;
        position: unset;
    }
    .devices-svg {
        margin: 0;
    }
    .sectionImg {
        margin-bottom: 6em;
    }
    .accordion-section {
        margin-bottom: 6em;
    }
    .thrird-section-txt {
        text-align: center;
    }
}

@media (min-width: 1500px) {
    .mainLoginPage {
        max-width: 1500px;
    }
}

.mainSection {
    background: linear-gradient(180deg, rgba(247, 243, 235, 1) 0%, rgba(247, 243, 235, 1) 60%, #fefefe 100%);
}

#faq .collapsing {
    width: 100%;
}

.heading-sub {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--theme-tetriary-color);
    max-width: 650px;
    margin: 1rem auto 3rem auto;
}

.icon_box p {
    font-size: 18px;
    font-weight: 600;
}

.icon_box img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.icon_box a {
    font-size: 14px;    
    color: #000;
    margin-top: 10px;
}

.goal-row {
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.goal-row p {
    font-size: 24px;
    font-weight: bold;
}

.goal-row .b-text {    
    color: #000000;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.goal-row .highlight-text {
    color: var(--theme-primary-color);
}

.affiliate-section {
    margin-bottom: 7rem;
}

.faq-title {
    letter-spacing: 9px;
}

.read-btn {
    font-size: 18px;
    padding: 15px 19px !important;
    letter-spacing: .7px;
}

.devices-img {
    width: 100%;
    max-width: 482px;
}

.ncn-div {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.ncn-div span {
    font-size: 12px;
    color: var(--theme-tetriary-color);
}

#lmoreModal .modal-body {
    padding: 0 40px 20px 40px;
}

.mb-title {
    color: var(--theme-primary-color);
    margin-bottom: 22px;
}

.mb-svg-div svg {
    max-width: 250px;
}

@media only screen and (max-width: 900px) {
    .gp_beta-badge {
        font-size: 12px;
    }

    .heading.heading-title {
        font-size: 36px;
    }

    .heading-sub {
        font-size: 18px;
    }

    .devices-img {
        width: 100%;
        max-width: 400px;
    }

    .heading {
        font-size: 25px;
    }

    .icon_box {
        margin-bottom: 2.5rem;
    }

    .icon_box p {
        font-size: 16px;
    }

    .icon_box a {
        font-size: 14px;
    }

    .goal-row {
        margin-top: 4rem;
    }
}