@media (min-width: 991px) {
    .w-lg-auto {
        width: auto !important;
    }
}
@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
    .modal-w-600 .modal-dialog {
        max-width: 600px;
    }
}
@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}

@media (max-width: 1399px) {
    /* Start Layout */
    .main-content-cover .cs-content-main {
        padding: 42px 50px;
    }
    /* End Layout */

    /* Start Resume Builder */
    .ai-s1assistant-card {
        width: 300px;
    }
    /* End Resume Builder */
}

@media (max-width: 1199px) {
    :root {
        /* text  */
        --gt-fs-md-28px: 28px;
    }

    /* Start Color */
    .change-text-263238-white {
        color: var(--gt-text-white) !important;
    }
    /* End Color */

    /* Start background */
    .gt-bg-white-xl-transparent {
        background: transparent !important;
    }
    .gt-bg-F7F9FC-xl-FFFFFF {
        background: var(--gt-bg-FFFFFF);
    }
    /* End background */

    /* Start Layout */
    .main-content-cover .cs-content-main {
        padding: 42px 38px;
    }
    /* End Layout */

    /*Start nav bar css  */
    .header-overplay {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        background: rgba(33, 37, 41, 0.2);
        z-index: 99;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
    }
    .navbar-expand-xl .nav-bar-collapse {
        position: fixed;
        height: 100%;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 550px;
        display: flex;
        flex-direction: column;
        background: black;
        left: -100%;
        transition: 0.5s;
    }

    .nav-bar-collapse .navbar-nav {
        padding: 12px 24px;
        gap: 22px;
        position: relative;
        z-index: -1;
        height: 100%;
        max-height: 615px;
        overflow-y: auto;
    }
    .navbar-expand-xl .dropdown-menu {
        box-shadow: none;
        border-radius: 0;
        position: relative;
        top: 0;
        display: block;
        background: transparent;
        padding: 0;
    }
    .navbar-expand-xl .dropdown-menu li .dropdown-item {
        color: white;
        padding: 8px 0;
        font-size: var(--gt-fs-sm);
        display: inline-block;
        width: auto;
    }
    .nav-bar-collapse .nav-item .nav-link {
        line-height: 32px;
        text-wrap: auto;
    }
    .nav-bar-collapse .nav-item .nav-link svg {
        display: none;
    }
    .dropdown-menu[data-bs-popper] {
        margin: 0 !important;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: transparent;
        color: #009688 !important;
        transition: 0.5s;
    }
    /*End nav bar css  */

    /* Start s2Header */

    .main-s2header .nav-bar-collapse .navbar-nav {
        padding: 16px 24px;
        gap: 32px;
        position: relative;
        z-index: -1;
        height: 100%;
        max-height: 615px;
        overflow-y: auto;
    }
    .main-s2header .nav-bar-collapse .navbar-nav .nav-link {
        font-size: var(--gt-fs-xl);
        display: inline-block;
    }
    .main-s2header .navbar-expand-xl .nav-bar-collapse {
        position: fixed;
        height: 100%;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 550px;
        display: flex;
        flex-direction: column;
        background: #f7f9fc;
        left: -100%;
        transition: 0.5s;
    }
    .max-w-91px {
        max-width: 91px;
    }
    .gt-bg-xl-FAF9F6 {
        background: var(--gt-bg-FAF9F6);
    }
    /* End s2Header */

    /* start s3header  */
    .navbar-expand-xl .dropdown-menu li .dropdown-item {
        color: white;
        padding: 8px 0;
        font-size: var(--gt-fs-sm);
        display: inline-block;
        width: auto;
    }
    .text-xl-black-white {
        color: white;
    }
    .nav-bar-user-details-section .user-item a {
        cursor: pointer;
        padding: 8px 0 !important;
        font-size: var(--gt-fs-sm);
        display: inline-flex;
        width: auto;
    }
    .nav-bar-user-details-section .user-item h5 {
        color: white;
    }
    .nav-bar-user-details-section .user-item a svg path {
        fill: #fff !important;
    }
    .nav-bar-user-details-section .user-item a:hover {
        background: transparent;
    }
    .nav-bar-user-details-section .user-item a:hover svg path {
        fill: #009688 !important;
        transition: fill 0.5s;
    }
    .nav-bar-user-details-section .user-item a:hover h5 {
        color: #009688 !important;
        transition: color 0.5s;
    }
    .web-s3header .header-overplay {
        position: fixed;
        height: 100vh;
        width: 100%;
        background: rgba(33, 37, 41, 0.2);
        z-index: 99;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: block !important;
    }
    /* start Purchasing a Plan */

    .side-white-background {
        display: none;
    }
    .side-white-s1background::before {
        content: unset;
    }
    .change-gap-24px-12px{
    gap: 12px;
}
    /* End Purchasing a Plan */
}

@media (max-width: 991px) {
    /* Start Font Size */
    .change-fs-lg-md {
        font-size: 18px;
    }
    .change-fs-16px-14px{
        font-size: 15px;
    }
    .change-fs-18px-16px {
        font-size: 17px;
    }
    .change-fs-20px-16px {
        font-size: 18px;
    }
    .change-fs-24px-18px {
        font-size: 21px;
    }
    .change-fs-24px-20px {
        font-size: 22px;
    }
    .change-fs-28px-18px {
        font-size: 23px;
    }
    .change-fs-32px-24px{
        font-size: 28px;
    }
    .change-fs-32px-28px {
        font-size: 30px;
    }
    .fs-change-fs-40px-32px {
        font-size: 36px;
    }
    .fs-change-fs-44px-24px {
        font-size: 34px;
    }
    .fs-change-fs-48px-36px {
        font-size: 42px;
    }
    .fs-change-fs-52px-32px {
        font-size: 42px;
    }
    .change-fs-60px-40px {
        font-size: 50px;
    }
    .change-fs-62px-42px {
        font-size: 52px;
    }
    .change-fs-64px-40px {
        font-size: 54px;
    }
    .change-fs-72px-48px {
        font-size: 60px;
    }
    .change-fs-76px-48px {
        font-size: 62px;
    }
    /* End Font Size */

    /* Start Line Height */
    .line-height-50px-29px {
        line-height: 40px;
    }
    /* End Line Height */

    /*Start gap using css  */
    .change-gap-row-44px-24px{
        row-gap: 34px;
    }
    .gap-y-48px-36px {
        row-gap: 41px;
    }
    /*End gap using css  */

    /* Start padding and margin  */
    .section-padding {
        padding: 62px 0;
    }
    .min-height-470px-415px{
        min-height: 415px;
    }
    .h-100-md-auto{
        height: auto;
    }
    /* End padding and margin  */


    /* Start Height Width */
    .change-max-w-135px-55px{
        max-width: 95px;
    }
    .w-lg-auto-100{
        width: 100%;
    }
    /* End Height Width */


    /* Start Layout */
    .main-content-cover .cs-content-main {
        padding: calc(20px + 70px) 55px 24px 55px;
    }
    /* End Layout */

    /* START : this is handling the stripe rendering screen's minimum height : stripe payment render screen */
    .payment-min-height{
        min-height: 358px !important;
    }
    /* END : this is handling the stripe rendering screen's minimum height : stripe payment render screen */

    /* Start gift design */
    .gift-absolute{
        position: relative;
        top: 0;
        right: 0;
        z-index: 9;
    }
    /* End gift design */

}

@media (max-width: 767px) {
    /* Start Layout */
    .main-content-cover .cs-content-main {
        padding: calc(20px + 70px) 20px 24px 20px;
    }
    /* End Layout */

    /* Start Header */
    .main-s1header {
        padding: 0px 20px;
    }
    /* End Header */


/* Start Height Width */

    .w-md-auto-100{
        width: 100%;
    }
/* End Height Width */

}

@media (max-width: 575px) {
    /* Start Font Size */
    .change-fs-md-sm {
        font-size: var(--gt-fs-sm);
    }
    .change-fs-md-xs {
        font-size: var(--gt-fs-xs);
    }
    .change-fs-lg-md {
        font-size: var(--gt-fs-md);
    }
    .change-fs-16px-14px{
        font-size: 14px;
    }
    .change-fs-18px-16px {
        font-size: 16px;
    }
    .change-fs-20px-16px {
        font-size: 16px;
    }
    .change-fs-24px-18px {
        font-size: 18px;
    }
    .change-fs-24px-20px {
        font-size: 20px;
    }
    .change-fs-28px-18px {
        font-size: 18px;
    }
    .change-fs-32px-24px{
        font-size: 24px;
    }
    .change-fs-32px-28px {
        font-size: 28px;
    }
    .fs-change-fs-40px-32px {
        font-size: 32px;
    }
    .fs-change-fs-44px-24px {
        font-size: 24px;
    }
    .fs-change-fs-48px-36px {
        font-size: 36px;
    }
    .fs-change-fs-52px-32px {
        font-size: 32px;
    }
    .change-fs-60px-40px {
        font-size: 40px;
    }
    .change-fs-62px-42px {
        font-size: 42px;
    }
    .change-fs-64px-40px {
        font-size: 40px;
    }
    .change-fs-72px-48px {
        font-size: 48px;
    }
    .change-fs-76px-48px {
        font-size: 48px;
    }
    /* End Font Size */

    /* Start Line Height */
    .line-height-50px-29px {
        line-height: 29px;
    }
    /* End Line Height */

    /*Start gap using css  */
    .change-gap-row-44px-24px{
        row-gap: 24px;
    }
    .gap-y-48px-36px {
        row-gap: 36px;
    }
    /*End gap using css  */

    /* Start padding and margin  */
    .section-padding {
        padding: 45px 0;
    }
    .change-px-32px-24px{
        padding-left: 24px;
        padding-right: 24px;
    }
    .change-py-32px-24px{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    /* End padding and margin  */

    /* Start Layout */
    .main-content-cover .cs-content-main {
        padding: calc(20px + 70px) 12px 24px 12px;
    }
    /* End Layout */

    /* Start Header */
    .main-s1header {
        padding: 0px 0px;
    }
    .navbar-expand-xl .nav-bar-collapse {
        width: 100%;
        max-width: 100%;
    }
    /* End Header */

    /* Start width  */
    .max-w-90px-60px{
        max-width: 60px;
    }
    .change-max-w-135px-55px{
        max-width: 55px;
    }
    /* End width  */


    /* Start ForgotPasswordController  */
    .auth-title {
        font-size: 30px;
        line-height: 36px;
    }
    /* End ForgotPasswordController  */
}

@media (max-width: 450px) {
    /*Start resume-builder  */
    .top-S1round {
        min-height: 200px;
    }
    /*End resume-builder  */
}

@media (max-width: 400px) {
    /*Start resume-builder  */
    .top-S1round {
        min-height: 150px;
    }
    /*End resume-builder  */

    /*Start accordion faq section  */
    .faq-accordion .accordion-item {
        padding: 24px 0;
    }
    .faq-accordion .accordion-button::after {
        height: 14px;
        width: 14px;
    }
    /*End accordion faq section  */
}
