h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {

    color: #fff;
}


.btn-secondary-theme:hover {
    color: #212529 !important;
}

.selectedPlanLabel {
    color: #84b3ff !important;
}

.lblSwitch {
    font-size: 1.3em !important;
    line-height: 2 !important;
}

.rowReviewresume {
    color: #fff;
    font-family: Red Hat Display;
    font-size: 23.81px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.selectAditional {
    appearance: auto;
}

.rowTotal {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: solid 1px;
    border-color: #c9c9c9;
    width: 100%;
    padding-left: 1rem;
    padding-right: 3rem;
    margin-bottom: 10px;
    padding-top: 10px;
}


.header {
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.00)), var(--header-image);
    background-size: cover;
    background-position: right 80%;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.header-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-logo {
    /* display: flex; */
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    align-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.header-mainTitle {
    font-size: 3em;
    line-height: 1.2em;
    color: #fff;
}

#sidebar {
    width: 100%;
}

body {
    background-color: #e6e6e6 !important;
}

#sidebar .sidebar-wrapper {
    position: absolute;
    background-color: #e6e6e6 !important;
    border-right: 2px solid #dedede;
    padding: 0px 30px;
}

.review-btn {
    margin-right: -36px;
}

.thankyou-bg-mail {
    padding-top: 7em;
    padding-left: 12%;
    background-position: right bottom;
}

.footer-text h4 {
    color: #fff;
}


.review-btn-mobile {
    display: none;
}

.emailcopy-btn {
    max-width: 200px;
    margin-top: 2em
}

.chk-custom {
    line-height: 1.0em;
    width: 30px;
}

@media only screen and (max-width: 1600px) {

    .header {
        background-size: auto 700px;
        background-position: 20% 80%;
        background-repeat: no-repeat;
        padding-right: 10px;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1366px) {

    .header {
        background-size: auto 700px;
        background-position: 50% 80%;
        background-repeat: no-repeat;
        padding-right: 10px;
        height: 260px;
    }

    .header-mainTitle {
        font-size: 2.5em;
        line-height: 1.2em;
    }
 
    .header-h2 {
        font-size: 1.5em;
    }

    .thankyou-bg-mail {
        padding-top: 12%;
        padding-left: 9%;
        background-position: 80% bottom;
    }

    .thankyou-bg-mail h3 {
        font-size: 23px;
    }

    .thankyou-bg-mail .main-text {
        font-size: 14px;
    }

}

#main {
    padding: 0px;
}



@media (max-width: 1024px) {


    #main main {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 0px !important;

    }

    #main main>div {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 0px !important;

    }

    .form-container {
        border-radius: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding: 0px !important;
    }

    .plan-form-container {
        padding: 20px !important;
    }

    .btn-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
        font-size: 10px;
    }

    .btn-container .btn {
        min-width: 150px;
    }

    .review-btn-back {
        padding-left: 0px;
    }


    .review-btn-container .btn {
        padding-left: 0px;
    }

    .review-btn-checkout {
        margin-right: 15px;
        padding-right: 0px !important;
    }

    .review-btn-quote {
        display: none;
    }

    .review-btn-mobile {
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        font-size: 10px;
    }

    .review-btn-mobile .btn {
        padding-right: 30px;
    }

    .emailCopy-container {

        padding-top: 2rem !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin: 0px !important;
    }

    .thankyou-bg-mail {
        padding-top: 5.1em;
        min-height: 450px;
        padding-left: 10%;
        border-radius: 0px;
    }

    .thankyou-bg-mail .title-text {

        padding-right: 10%;
    }

    .thankyou-bg-mail h3 {
        font-size: 20px;
    }

    .thankyou-bg-mail .main-text {

        font-size: 14px;
        max-width: 100%;
        flex: 1;
    }

    .thankyou-bg-mail .left-border {
        border: 0px;
    }

    .thankyou-legend {
        min-height: 0px;
        padding-left: 15px;
    }

    .emailcopy-btn {
        margin: auto;
        margin-top: 20px;
        max-width: 90%;
    }

    .thankyou-bg-mail-checkout {
        border-radius: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: none;
    }

    .left-border {
        border-left: none;
        padding-left: 15px;
        font-size: 1.2em;
    }

    .thankyou-title-container-checkout {
        box-sizing: border-box;
        display: flex;
        justify-content: right;
        align-items: center;
        background-image: url(../img/thankyou-checkout-bg.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 220px;
    }

    .thankyou-legend-checkout {
        width: 50%;
        font-size: 24px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {

    .plan-resume-review {
        min-height: 250px;
        padding-right: 30% !important;
    }

    .plan-resume-review>div {
        padding-left: 30%;
    }

    .plan-summary-left {
        border-radius: 0px;
        ;
    }

    .rowTotal {
        padding-right: 30% !important;
    }

    .thankyou-bg-mail {
        padding-left: 5%;
    }

    .thankyou-bg-mail h3 {
        font-size: 19px;
    }

    .thankyou-bg-mail .title-text {
        padding-right: 12%;
    }


    .thankyou-bg-mail .main-text {
        font-size: 12px;
    }
}



@media only screen and (min-width: 763px) and (max-width: 1024px) {
    .header {
        background-size: auto 400px;
        background-position: 50% 80%;
        background-repeat: no-repeat;
        padding-right: 10px;
        height: 260px;
    }


    .header-mainTitle {
        font-size: 2.3em;
        line-height: 1.2em;
    }

    .header-h2 {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 576px) and (max-width: 762px) {
    .header {
        background-size: auto 400px;
        background-position: 50% 80%;
        background-repeat: no-repeat;
        padding-right: 10px;
        height: 350px;
    }

    .header-text-container {
        width: 100%;
    }

    .header-container {
        height: 350px;
    }

    .header-mainTitle {
        font-size: 2em;
        width: 50%;
        margin-left: 20px;
        line-height: 1.0em;
        ;
    }

    .header-h2 {
        font-size: 1.2em;
        width: 50%;
        margin-left: 20px;
    }

    .second-tag-line-bg {
        width: 50%;
        margin-left: 20px;
    }

}


@media only screen and (min-width: 431px) and (max-width: 575px) {
    .header {
        background-size: auto 400px;
        background-position: 50% 80%;
        background-repeat: no-repeat;
        padding-right: 10px;
        height: 260px;
    }

    .header-logo {
        max-width: 300px;
    }

    .header-text-container {
        width: 100%;
    }

    .header-container {
        height: 260px;
    }

    .header-mainTitle {
        font-size: 1.5em;
        width: 50%;
        margin-left: 20px;
        line-height: 1.1em;
        ;
    }

    .header-h2 {
        font-size: 0.9em;
        width: 50%;
        margin-left: 20px;
    }

    .second-tag-line-bg {
        font-size: 0.9em;
        width: 50%;
        margin-left: 20px;
    }


    .thankyou-bg-mail {
        padding-left: 0px;
        background-position: 80% bottom;
    }

    .thankyou-bg-mail h3 {
        font-size: 17px;
    }

    .thankyou-bg-mail .title-text {
        padding-right: 20%;

    }


    .thankyou-bg-mail .main-text {
        font-size: 12px;
    }

}

@media only screen and (max-width: 430px) {
    .header {
        background-size: auto 400px;
        background-position: 60% 80%;
        background-repeat: no-repeat;
        padding-right: 10px;
        height: 260px;
    }

    .header-logo {
        max-width: 300px;
    }


    .header-text-container {
        width: 100%;
    }

    .header-container {
        height: 260px;
    }

    .header-mainTitle {
        font-size: 1.5em;
        width: 60%;
        margin-left: 20px;
        line-height: 1.1em;
    }

    .header-h2 {
        font-size: 0.9em;
        width: 50%;
        margin-left: 20px;
    }

    .second-tag-line-bg {
        font-size: 0.9em;
        width: 50%;
        margin-left: 20px;
    }


    .thankyou-bg-mail {
        padding-left: 0px;
        background-position: 80% bottom;
    }

    .thankyou-bg-mail h3 {
        font-size: 17px;
    }

    .thankyou-bg-mail .title-text {
        padding-right: 20%;

    }


    .thankyou-bg-mail .main-text {
        font-size: 12px;
    }

}


@media screen and (max-width: 1023px) {
    #sidebar {
        position: relative;
        width: 100%;
        height: 60px;
        background: #e6e6e6;
    }

    #sidebar .sidebar-wrapper {
        left: 0;
        position: relative;
        width: 100%;
        height: fit-content;
        padding: 0px;
    }


    #sidebar .sidebar-sticky {
        width: 100%;
        padding: 0 0 0 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #sidebar .nav {
        width: 100% !important;
        flex-direction: row !important;
        justify-content: space-evenly;
    }

    #sidebar .nav .nav-item {
        width: 30% !important;
        margin-bottom: 0;
    }

    #sidebar .nav .nav-item .nav-link {
        height: 10px;
        position: relative;
        margin-bottom: 0;
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #sidebar .nav .nav-item .nav-link span {
        display: none;
        position: relative;
        top: 20px;
        font-size: 16px;
        font-weight: bold;
    }

    #sidebar .nav .nav-item .active span {
        display: block;
    }

    #sidebar .nav .nav-item .active {
        background-color: #3762a8;
        color: #3762a8;
    }

    #sidebar i {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #sidebar~#main {
        margin-left: 300px;
    }

    #sidebar {
        width: 100%;
    }

    #sidebar .sidebar-wrapper {
        left: 0;
        position: absolute;
    }
}