html {
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.6px;
    line-height: 1.4;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
.btn-block:active {
    background: #8ed241 !important;
}
.sign-up-text {
    margin: 10px 0px;
    font-size: 11px;
    color: #757575;
}

span.material-icons a {
    color: #000;
    text-decoration: none;
}

li.page__numbers.active a {
    color: #fff;
    text-decoration: none;
}

li.page__numbers a {
    color: #000;
    text-decoration: none;
}

li.page__dots a {
    color: #000;
    text-decoration: none;
}

.cta-bar p {
    margin-bottom: 0 !important;
}


/* -- cta button -- */


/* -- close button -- */

.select-form-option {
    font-size: 14px;
    color: #212529;
}

a.mdb.purple,
a.mdb.green,
a.mdb.orange,
a.mdb.blue {
    color: #fff!important;
}

.Remember-me-label {
    font-size: 14px;
    color: #212529;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #fff;
    padding: 24px 24px;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
}

.follow-us {
    margin-top: 23px;
}

.btn-primary {
    color: #fff;
    background-color: #8ed241;
    border-color: #8ed241;
}

.btn-primary:hover {
    color: #fff;
    background-color: #75b82a;
    border-color: #75b82a;
    ;
}

input.child_box {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    input.child_box {
        width: 25px;
    }
    span.navbar-toggler-icon i {
        color: #fff;
    }
}

ul.client-nav-title {
    margin-left: 636px;
}

.active_link {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #8dc63f;
    color: #FFF;
    text-decoration: none;
}

.my-login-page .card-wrapper {
    max-width: 550px;
    width: 100%;
    margin-top: 130px;
}

.card-wrapper {
    margin: 20px auto 20px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .75rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (max-width: 600px) {
    input.child_box {
        width: 25px;
    }
    .title_black {
        margin: 0px;
    }
    h6.title_white {
        font-size: 10px;
        padding: 8px;
    }
}

span.navbar-toggler-icon i {
    color: #fff;
}

@media only screen and (max-width: 800px) {
    h6.title_white {
        font-size: 10px;
        padding: 8px;
    }
}

span.navbar-toggler-icon i {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    span.navbar-toggler-icon i {
        color: #fff;
    }
    input.child_box {
        width: 25px;
    }
    h6.title_white {
        font-size: 10px;
        padding: 8px;
    }
}

.card-title {
    margin-bottom: 30px;
    font-size: 30px;
}

input.child_box {
    width: 100%;
}

@media only screen and (max-width: 320px) {
    .color-layer {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .color-layer h1 {
        text-align: center;
        width: 250px;
        margin: 0 auto;
        font-size: 45px;
        padding: 20px 0;
        margin-top: 55px;
    }
    .input {
        border-bottom: 1px solid #EDCDB6;
        font-size: 20px;
    }
    .form-group {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    h6.title_white {
        font-size: 10px;
        padding: 8px;
    }
}

span.navbar-toggler-icon i {
    color: #fff;
}

@media only screen and (max-width: 800px) {
    span.navbar-toggler-icon i {
        color: #fff;
    }
}

@media only screen and (max-width: 1024px) {
    span.navbar-toggler-icon i {
        color: #fff;
    }
    h6.title_white {
        font-size: 10px;
        padding: 8px;
    }
}


/* -----------------------View Clients--------------- */

h6.title_white {
    font-size: 14px;
    background-color: #fff;
    padding: 4px 6px;
    color: #a1a1a1;
    font-weight: 700;
}

.client-logo-ii img {
    width: 100%;
    display: flex;
    height: 83px;
}

.client-nav-title li a {
    color: #fff;
    font-size: 13px;
    padding: 10px 18px;
}

.client-nav-title li {
    font-family: "Poppins", sans-serif;
}

.form-input {
    width: 100%;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: normal;
    color: #585163;
    border: 1px solid #dadada;
}


/* -------------------------Main Page---------------------- */

.hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: auto;
}

@media (min-width: 800px) {
    .hero-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 2rem;
    }
}

.hero-inner p,
.hero h2 {
    color: #fff;
}

.hero-button {
    background: #fff;
    color: #444;
    border: 0;
    padding: 1rem 2rem;
    display: inline-block;
    margin-top: 1rem;
}

@media (min-width: 700px) {
    .hero-button {
        margin-top: 2rem;
    }
}

.hero-image {
    order: -1;
    justify-items: center;
}

@media (min-width: 800px) {
    .hero-image {
        order: initial;
    }
}

.hero-image img {
    width: 100%;
}

.hero-form-input {
    display: flex;
    grid-template-columns: 1fr;
}

@media (min-width: 400px) {
    .hero-form-input {
        display: flex;
        grid-template-columns: 1fr auto;
    }
}
.hero-email-input {
    width: 100%;
    font-size: 12px;
    border: 1px solid #989898;
    border-radius: 8px 0px 0px 8px;
    padding: 10px;
    box-sizing: border-box;
}

.hero-form-submit {
    background-color: #999999;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 0px 8px 8px 0px;
}
@media (min-width: 400px) {
    .hero-form-submit {
        margin-top: 0;
    }
}