.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 20px
}

.modal-content span {
    text-align: right
}

.close {
    color: #aaa;
    float: left;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap);

::-webkit-scrollbar {
    width: 5px
}

.top-row {
    position: relative;
    z-index: 99999
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #4a429e;
    border-radius: 0
}

body {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    color: rgba(0, 0, 0, .7)
}

.main-page-wrapper {
    overflow-x: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: #000
}

.h1,
h1 {
    font-size: 85px;
    letter-spacing: -1px;
    line-height: 1.058em
}

.h2,
h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600
}

.text-lg {
    font-size: 22px
}

.main-banner {
    background: #fff;
    padding: 50px 80px
}

.banner-box {
    background: linear-gradient(253deg, rgba(74, 66, 158, .8) -9.71%, rgba(0, 72, 141, .8) 20.67%, rgba(212, 76, 193, .8) 129.7%);
    padding: 80px 0 200px
}

.main-banner-heading {
    font-size: 56px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 120%;
    margin: 15px 0;
    color: transparent;
    background-clip: text;
    animation: animated-gradient 2s infinite alternate-reverse;
    color: #fff;
    background-image: -webkit-linear-gradient(92deg, #fff, #ffe500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: animated-gradient 10s infinite linear
}

.top-row {
    position: relative;
    z-index: 99999
}

.btn-cta-border {
    background: -webkit-linear-gradient(#4a429e, #d44cc1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: transparent;
    border: 2px solid #d44cc1
}

@media(min-width:768px) {
    .m-w-50 {
        max-width: 75%;
        margin: auto;
        display: block;
        text-align: center
    }
}

@keyframes animated-gradient {
    from {
        -webkit-filter: hue-rotate(0)
    }

    to {
        -webkit-filter: hue-rotate(-360deg)
    }
}

.banner-screen {
    width: 100%;
    margin-top: -180px;
    border-radius: 50px
}

.border-img {
    border: 5px solid #fff;
    border-radius: 50px;
    padding: 10px
}

.banner-font {
    font-size: 16px
}

.btn.btn-cta {
    color: #fff;
    background-image: linear-gradient(270deg, #d44cc1 16.03%, #4a429e 88.19%);
    font-weight: 500;
    padding: 10px 30px;
    border: none;
    transition: all 1s linear
}

.btn.btn-cta-border-white {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff !important;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 7px;
    transition: all 1s linear
}

.w-fit-content {
    width: fit-content
}

@media(max-width:992px) {
    .main-banner {
        padding: 20px 20px
    }

    .banner-box {
        background: linear-gradient(253deg, #4a429e -9.71%, #00488d 20.67%, #d44cc1 129.7%);
        padding: 20px 20px 100px
    }
}

@media(max-width:992px) {
    .main-banner-heading {
        font-size: 29px
    }
}

@media(max-width:568px) {
    .banner-font {
        font-size: 14px;
        line-height: 21px
    }

    .banner-screen {
        width: 100%;
        margin-top: -100px
    }

    .border-img {
        border: 5px solid #fff;
        border-radius: 25px;
        padding: 10px
    }

    .main-banner {
        padding: 20px 0 !important
    }

    .h2,
    h2 {
        font-size: 24px;
        line-height: 26px;
        font-weight: 600
    }
}

@media(min-width:568px) and (max-width:768px) {
    .border-img {
        border: 5px solid #fff;
        border-radius: 20px;
        padding: 10px
    }

    .banner-screen {
        width: 100%;
        margin-top: -100px;
        border-radius: 50px
    }
}

@media(min-width:768px) and (max-width:992px) {
    .banner-screen {
        width: 100%;
        margin-top: -80px;
        border-radius: 50px
    }
}

@media(min-width:768px) and (max-width:992px) {
    .banner-screen {
        width: 100%;
        margin-top: -80px;
        border-radius: 50px
    }
}

.bg-dark-clr {
    background: #012e43;
    padding: 80px 0;
    position: relative
}

.bg-dark-clr h2,
.bg-dark-clr p {
    z-index: 999;
    z-index: 99
}

.typewriter p {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}

.typeWriter {
    min-height: 18px;
    color: #fff
}

.line-pattern {
    position: absolute;
    top: 0;
    width: 100%
}

.bg-dark-clr .line-chart {
    position: absolute;
    z-index: 999;
    left: 0;
    overflow: hidden;
    width: 0;
    top: 20%
}

.bg-dark-clr [data-aos=example-anim1].aos-animate {
    width: 100%
}

.bg-dark-clr [data-aos=example-anim1] {
    width: 0
}

.ptb-80 {
    padding: 80px 0
}

.bg-box-grad-first {
    border-radius: 20px;
    padding: 15px;
    background: linear-gradient(110deg, rgba(74, 66, 158, .5) -58.72%, rgba(212, 76, 193, .5) 117.57%);
    box-shadow: 11px 10px 42.8px 0 rgba(210, 164, 218, .3)
}

h3.text-dark-clr {
    color: #012e43;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px
}

.bg-box-gpt {
    padding: 15px;
    border-radius: 20px
}

.br-line {
    width: 100%;
    background: #0000001c;
    height: 1px;
    margin: 20px 0
}

@media(max-width:768px) {
    .br-line {
        margin: 10px 0
    }
}

.text-clr-subtitle {
    background: -webkit-linear-gradient(#4a429e, #d44cc1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: transparent;
    font-size: 18px;
    font-weight: 600
}

.title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
}

.list.list--checked>li:before {
    content: '';
    display: inline-block;
    margin-right: .625rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M5.59 10.58L1.42 6.41L0 7.82L5.59 13.41L17.59 1.41L16.18 0L5.59 10.58Z" fill="%235F43A3"/></svg>');
    width: 17px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

li {
    list-style: none
}

ul {
    margin: 0;
    padding: 0
}

.bg-card-box {
    background: linear-gradient(114deg, #9cceffab 8.72%, #dba4dc83 129.87%);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden
}

.bg-card-box h5,
.bg-card-box p {
    color: #fff
}

.bg-card-box h5 {
    font-size: 20px;
    font-weight: 600
}

.bg-card-box p {
    font-size: 16px;
    line-height: 24px
}

.bg-card-box .box-line {
    position: absolute;
    right: 0;
    width: 200px;
    top: 0
}

.testimonial-images {
    max-width: 100%;
    width: 400px;
    margin: auto;
    display: block
}

.testimonials-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.qutes-circle {
    background: -webkit-linear-gradient(#4a429e, #d44cc1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 2px;
    right: 27px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    font-weight: 800
}

.qutes-circle img {
    width: 20px;
    object-fit: contain
}

.testimonials-title {
    font-size: 20px;
    font-weight: 600;
    width: 80%;
    line-height: 23px
}

.testimonial-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 15px 15px 50px #0000002b
}

.drop-zone {
    max-width: 100%;
    height: 300px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #012e43;
    overflow: hidden;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #ccc;
    border-radius: 10px
}

.drop-zone--over {
    border-style: solid
}

.drop-zone__input {
    display: none
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ccc;
    background-size: cover;
    position: relative
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background: rgba(0, 0, 0, .75);
    font-size: 14px;
    text-align: center
}

.bg-light-clr {
    background: #fff
}

ol.blurred>li {
    background: #14203a
}

ol {
    margin: 0;
    padding: 0
}

ol.blurred>li {
    background: #e2e2e2;
    border-radius: 24px;
    padding: 1rem .5rem 1rem 1rem;
    margin-top: 15px
}

.bg-grad-box {
    background: linear-gradient(253deg, rgba(74, 66, 158, .8) -9.71%, rgba(0, 72, 141, .8) 20.67%, rgba(212, 76, 193, .8) 129.7%);
    padding: 50px 0
}

ol.blurred>li:before {
    content: '';
    display: inline-block;
    margin-right: .625rem;
    background-image: url(https://d1civoyjepycei.cloudfront.net/static/img/icons/icon-check.c65cafc9c303.svg?8fe4273e94c0);
    width: .75rem;
    height: .75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 10px;
    background-color: #000;
    border-radius: 50%
}

ol.blurred>li {
    background: #e2e2e2;
    border-radius: 24px;
    padding: 1rem .5rem 1rem 1rem;
    margin-top: 15px;
    display: flex;
    align-items: center
}

.testimonial-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 5px 9px 13px #ddd5f430
}

@media(max-width:768px) {
    .drop-zone {
        max-width: 100%;
        height: 200px;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #012e43;
        overflow: hidden;
        font-weight: 500;
        font-size: 15px;
        cursor: pointer;
        color: #ccc;
        border: 2px dashed #fff;
        border-radius: 10px
    }

    .ptb-80 {
        padding: 40px 0
    }

    .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }

    .bg-box-gpt {
        margin: 10px 0
    }

    .bg-dark-clr {
        padding: 40px 0
    }
}

.bg-box-gpt {
    padding: 5px;
    border-radius: 20px
}

.main-banner-carrer {
    background: #fff;
    padding: 50px 0;
    overflow: hidden
}

@-webkit-keyframes animationgradienttitle {
    0% {
        background-position: 0 1600px
    }

    100% {
        background-position: 1600px 0
    }
}

@keyframes animationgradienttitle {
    0% {
        background-position: 0 1600px
    }

    100% {
        background-position: 1600px 0
    }
}

.c-article__header {
    position: relative
}

.main-banner-heading-carrer {
    color: #d44cc1;
    background: -webkit-linear-gradient(left, #4a429e, #d44cc1, #4a429e);
    background-size: 1600px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: animationgradienttitle;
    animation-name: animationgradienttitle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.main-banner-heading-carrer {
    font-size: 56px !important;
    line-height: 62px;
    font-weight: 800;
    margin-bottom: 20px
}

.banner-circle {
    max-width: 100%;
    width: 500px;
    position: relative;
    margin-left: auto;
    display: block;
    transform: rotate(0);
    transition: transform 50s linear;
    animation: rotate 50s infinite linear
}

.main-banner-carrer .drop-zone {
    width: 300px;
    height: 400px;
    position: absolute;
    left: 100px;
    top: 50px;
    z-index: 999
}

.banner-drop-section {
    width: 600px;
    position: relative
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@media(max-width:567px) {
    .main-banner-heading-carrer {
        font-size: 24px !important;
        line-height: 30px;
        font-weight: 800;
        margin-bottom: 20px
    }
}

@media(min-width:568px) and (max-width:768px) {
    .main-banner-heading-carrer {
        font-size: 40px !important;
        line-height: 48px;
        font-weight: 800;
        margin-bottom: 20px
    }
}

@media(max-width:992px) {
    .banner-circle {
        max-width: 100%;
        width: 400px;
        position: relative;
        margin: auto;
        display: block;
        transform: rotate(0);
        transition: transform 50s linear;
        animation: rotate 50s infinite linear
    }

    .main-banner-carrer .drop-zone {
        width: 200px;
        height: 300px;
        position: absolute;
        top: -23px;
        z-index: 999;
        left: 0;
        right: 0;
        margin: auto;
        display: flex
    }

    .banner-drop-section {
        width: 100%;
        position: relative
    }
}

@media(min-width:992px) and (max-width:1299px) {
    .banner-circle {
        max-width: 100%;
        width: 400px;
        position: relative;
        margin: auto;
        display: block;
        transform: rotate(0);
        transition: transform 50s linear;
        animation: rotate 50s infinite linear
    }

    .main-banner-carrer .drop-zone {
        width: 200px;
        height: 300px;
        position: absolute;
        left: 100px;
        top: 50px;
        z-index: 999
    }
}

.card-box-body {
    background: #fff;
    padding: 8px;
    border-radius: 20px
}

.card-box-body h2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 120%
}

.w-90 {
    width: 100%;
    border-radius: 20px;
    margin: auto;
    display: block;
    position: relative
}

.card-box {
    background: #fff;
    border-radius: 16px;
    padding: 8px
}

.owl-carousel .owl-stage {
    display: flex
}

.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%
}

.aticle-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

button:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(270deg, #d44cc1 16.03%, #4a429e 88.19%) !important;
    width: 20px
}

.owl-theme .owl-dots .owl-dot,
.owl-theme .owl-dots .owl-dot span {
    transition: all 2s
}

.card-box-body h2 {
    background: -webkit-linear-gradient(#4a429e, #d44cc1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: transparent
}

@media(min-width:768px) {
    .abt-img {
        height: 400px !important;
        object-fit: cover;
        margin: auto;
        display: block
    }
}

@media (min-width:568px) and (max-width:768px) {
    .border-img {
        border: 5px solid #fff;
        border-radius: 20px;
        padding: 10px;
        height: 300px;
        object-fit: cover;
        object-position: top
    }
}

@media (min-width:768px) {
    .border-img {
        border: 5px solid #fff;
        border-radius: 20px;
        padding: 10px;
        height: 300px;
        margin: auto;
        display: block;
        object-fit: cover;
        object-position: top
    }
}

@media (min-width:1299px) {
    .border-img {
        border: 5px solid #fff;
        border-radius: 20px;
        padding: 10px;
        height: 500px;
        object-fit: cover;
        object-position: top
    }
}

#ai-resume-writer-banner .clr-banner {
    background: #f7f7f7;
    padding: 100px 0;
    width: 70%
}

.bg-box-writer {
    background: #4a429e;
    width: 30%
}

.flex-box {
    display: flex
}

.banner-slide-images {
    height: 100%
}

.textwritertitle {
    color: #4a429e;
    font-size: 56px;
    line-height: 60px
}

.flex-box {
    display: flex;
    position: relative;
    width: 100%
}

.rounded {
    border-radius: 20px
}

.banner-form {
    font-size: 14px
}

@media(max-width:768px) {
    .textwritertitle {
        color: #4a429e;
        font-size: 32px;
        line-heigh: 40px
    }

    .bg-box-writer {
        width: 100%
    }
}

.relativebanner {
    position: absolute;
    top: 80px;
    left: 0;
    margin: auto;
    display: block;
    right: 0
}

@media(max-width:768px) {
    .flex-box {
        position: relative
    }

    #ai-resume-writer-banner .clr-banner {
        padding: 100px 0;
        width: 100%
    }

    .relativebanner {
        height: 40vh;
        top: 30px
    }

    #ai-resume-writer-banner .clr-banner {
        padding: 100px 0;
        width: 100%;
        height: 90vh
    }

    .banner-slide-images {
        height: 25vh
    }
}

@media(min-width:768px) and (max-width:1350px) {
    .flex-box {
        height: 90vh;
        position: relative
    }

    .relativebanner {
        top: 40px
    }

    .banner-slide-images {
        height: 100%;
        position: absolute
    }
}

section#ai-resume-writer-banner {
    overflow: hidden
}

.flex-box {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    width: 100%
}

.border-img {
    width: 100%
}

.ssimg img {
    height: 300px;
    object-fit: contain
}

.dark-blue-clr {
    background: #4a429e
}

.bg-box-gpt-wh {
    background: #fff;
    background-image: none
}

.ssimg img {
    height: 300px;
    object-fit: contain;
    margin: auto;
    display: block
}

.bg-box-gpt {
    padding: 7px;
    border-radius: 20px
}

.bg-box-gpt img {
    border-radius: 5px
}

.w-90 {
    width: 100%;
    border-radius: 20px;
    margin: auto;
    display: block;
    height: 150px;
    position: relative;
    object-fit: cover
}

.card-box-body h2 {
    margin-top: 15px
}

#main #faq .card {
    margin-bottom: 10px;
    border: 0
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, .5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, .5);
    border-radius: 2px;
    padding: 0
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #ffe472;
    color: #222;
    padding: 20px
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #000
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106"
}

#main #faq .card .collapsing {
    line-height: 30px
}

#main #faq .card .collapse {
    border: 0
}

#main #faq .card .collapse.show {
    line-height: 30px;
    color: #222
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #012e43;
    color: #fff;
    padding: 20px
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #012e43;
    color: #fff;
    padding: 20px
}

#main #faq .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-shadow: 15px 15px 25px #00000014;
    padding: 1.25rem;
    border-radius: 0 0 7px 7px
}

.acc-list {
    list-style: circle;
    padding: 0 15px
}

.acc-list li {
    margin-bottom: 10px;
    display: revert
}

.acc-list li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 16px
}

.acc-list li ul li {
    list-style: circle;
    display: revert
}

.acc-list li ul li {
    list-style: circle;
    margin-bottom: 0
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #012e43;
    color: #fff;
    padding: 10px
}

.banner-letter-writing {
    padding: 50px 0
}

.banner-ai-writer .container {
    right: 0;
    left: 0;
    margin: auto;
    display: block
}

.banner-ai-writer .img-fluid {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block
}

.banner-ai-writer {
    background: #5148af;
    width: 100%;
    height: 100%;
    position: relative !important;
    padding: 50px 0
}

@media(max-width:992px) {
    .ban-gif-animation {
        width: 100%;
        object-fit: contain
    }

    .c-ban-box h1 {
        font-size: 30px !important;
        line-height: 37px !important;
        font-weight: 700
    }
}

.sm-img {
    width: 100%;
    object-fit: contain;
    height: 400px;
    margin: 15px auto;
    display: block
}

.btn-active-hovered {
    margin: auto;
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 80%
}

.smhoverd :hover .btn-active-hovered {
    display: block
}

.bg-cover-letter-banner {
    background: #5148af;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0
}

.relative {
    position: relative;
    z-index: 999
}

.sm-img {
    width: 100%;
    object-fit: contain;
    display: block;
    border-radius: 20px;
    background: #fff;
    padding: 5px;
    box-shadow: -3px 2px 51px #00000040;
    margin-bottom: 10px
}

.c-ban-box {
    position: relative;
    z-index: 9999
}

.bg-dark-clr .container {
    position: relative;
    z-index: 999
}

.sticky {
    position: sticky;
    top: 50px
}

.sm-img {
    width: 100%;
    object-fit: contain;
    display: block;
    border-radius: 20px;
    height: auto;
    background: #fff;
    padding: 5px;
    box-shadow: -3px 2px 51px #00000040;
    margin-bottom: 10px
}

.container {
    position: relative;
    /*z-index: 999*/
}

.banner-resume-checker {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(234, 249, 249, .67) .1%, rgba(239, 249, 251, .63) 90.1%);
    padding-top: 80px;
    padding-bottom: 40px
}

.banner-resume-checker h1 {
    font-weight: 800;
    color: #000;
    font-size: 56px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 800
}

img.hdfc-logo {
    width: 100%;
    aspect-ratio: 3/2;
    height: 30px;
    transition: all .5s;
    object-fit: contain
}

img.hdfc-logo:hover {
    filter: saturate(1)
}

.border-line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 7px;
    background: linear-gradient(90deg, #7a7a7a 50%, transparent 50%), linear-gradient(90deg, #7a7a7a 50%, transparent 50%), linear-gradient(0deg, #7a7a7a 50%, transparent 50%), linear-gradient(0deg, #7a7a7a 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    padding: 2px;
    -webkit-animation: border-dance 12s infinite linear;
    animation: border-dance 12s infinite linear
}

.animation-border-box {
    width: 100%;
    height: 100%;
    display: flex;
    background: #4a429e;
    padding: 16px
}

.border-line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 7px;
    background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    padding: 2px;
    -webkit-animation: border-dance 12s infinite linear;
    animation: border-dance 12s infinite linear
}

@-webkit-keyframes border-dance {
    0% {
        background-position: 0 0, 100% 100%, 0 100%, 100% 0
    }

    to {
        background-position: 100% 0, 0 100%, 0 10%, 100% 100%
    }
}

@keyframes border-dance {
    0% {
        background-position: 0 0, 100% 100%, 0 100%, 100% 0
    }

    to {
        background-position: 100% 0, 0 100%, 0 10%, 100% 100%
    }
}

.animation-border-box {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 16px;
    position: relative
}

.main-banner-heading-carrer {
    font-size: 56px !important;
    line-height: 62px !important;
    font-weight: 800;
    margin-bottom: 15px !important
}

.drop-zone {
    max-width: 100%;
    height: 300px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 10px
}

.main-resume-checker-title {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600;
    opacity: .8;
    font-family: Inter, sans-serif
}

h3.sub-resume-checker {
    font-size: 24px;
    line-height: 30px;
    width: 80%;
    font-weight: 600;
    margin-bottom: 15px
}

.list-circle {
    padding: 15px;
    padding-left: 30px
}

.list-circle li {
    list-style: disc;
    color: #4a429e
}

.list-circle li span {
    color: #000;
    opacity: .8;
    font-size: 16px
}

a.link-btn-txt {
    color: #4a429e;
    text-decoration: underline;
    text-underline-offset: 5px;
    border: 1px solid transparent;
    text-decoration-thickness: 1px;
    border-radius: 8px;
    padding: 8px 20px
}

a.link-btn-txt:hover {
    color: #fff;
    background-image: linear-gradient(270deg, #d44cc1 16.03%, #4a429e 88.19%);
    font-weight: 500;
    border: none
}

.mx-width-500 {
    margin: auto;
    display: block
}

.bg-gray-clr {
    background: radial-gradient(circle farthest-corner at 10% 20%, rgba(234, 249, 249, .67) .1%, rgba(239, 249, 251, .63) 90.1%)
}

.bg-gray-clr h3 {
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    opacity: .9
}

.bg-gray-clr p b {
    text-align: center;
    display: block;
    font-size: 17px;
    margin-bottom: 5px
}

.bg-gray-clr .box-wh p {
    font-size: 14px !important
}

.bg-gray-clr .icon {
    width: 80px;
    height: 80px;
    background: #4a429e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    box-shadow: 1px 6px 25px #4a429e4f;
    margin: auto
}

.bg-gray-clr .icon img {
    width: 40px;
    height: auto;
    margin: auto;
    display: block
}

.box-wh {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 7px 3px 25px #0000001a
}

.icon.icon2 {
    background: #d44cc1;
    box-shadow: 1px 6px 25px #d44cc14f
}

.icon.icon3 {
    background: #00488d;
    box-shadow: 1px 6px 25px #00488d4f
}

.bg-dark-blue {
    background: #4a429e;
    padding: 80px 0
}

.h-200 {
    height: 200px
}

.sm-img {
    border-radius: 8px
}

.bg-box-gpt {
    padding: 7px;
    border-radius: 10px
}

ol.blurred>li {
    background: #4a429e;
    border-radius: 24px;
    padding: 1rem .5rem 1rem 1rem;
    margin-top: 15px;
    display: flex;
    color: #fff;
    filter: blur(4px);
    align-items: center
}

.banner-screen {
    background: #4a429e
}

.vid-img {
    width: 300px;
    margin: auto;
    display: block
}

.bg-darked {
    background: #0a1432
}

.bg-light-c {
    background: #f1f1f1
}

.drop-zone {
    border: 0
}

@media (max-width:568px) {
    .banner-screen {
        width: 100%;
        margin-top: -100px;
        border-radius: 13px
    }
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #f1f1f1 !important;
    color: #000 !important
}

#main #faq .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-shadow: 15px 15px 25px #00000014;
    padding: 1.25rem;
    border-radius: 0 0 7px 7px;
    background: #f1f1f1
}

.drop-zone {
    font-size: 15px
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: flex;
    text-align: left;
    background: #012e43;
    color: #fff;
    white-space: normal;
    padding: 10px;
    justify-content: space-between
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: none;
    top: 0
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: flex;
    text-align: left;
    background: #012e43;
    color: #fff;
    padding: 10px;
    justify-content: space-between
}

@media(max-width:768px) {
    .main-banner-heading-carrer {
        font-size: 29px !important;
        line-height: 120% !important;
        font-weight: 800;
        margin-bottom: 15px !important
    }
}

body {
    position: relative;
    overflow-x: hidden
}

@media(min-width:768px) {

    .h2,
    h2 {
        font-size: 30px;
        line-height: 38px;
        font-weight: 600;
        color: #000c
    }
}

@media(max-width:767px) {

    .h2,
    h2 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
        color: #000c
    }
}

.sample-pdf {
    text-align: center;
    margin-bottom: auto;
    margin-top: 5px
}

.list-circle li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #4a429e;
    position: absolute;
    top: 12px;
    left: -16px;
    border-radius: 15px
}

.list-circle li {
    list-style: disc;
    color: #4a429e;
    position: relative
}

.sample-pdf a {
    color: #8a2be2;
    font-size: 12px
}

.sample-pdf a:active,
.sample-pdf a:hover {
    color: #4a429e;
    font-size: 12px
}

.pdf-two a {
    color: #fff
}

.pdf-two a:active,
.pdf-two a:hover {
    color: #000;
    font-size: 12px
}

i.fa-solid.fa-file-pdf.blurryimg {
    position: absolute;
    top: 50px;
    font-size: 50px;
    left: 0;
    display: none;
    right: 0;
    z-index: 1;
    margin: auto;
    color: #f40f02
}

.spinner-grow {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    display: none;
    margin: auto;
    top: 40%
}

.drop-zone__thumb {
    width: 95%;
    top: 10px;
    bottom: 0;
    height: 95%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    position: absolute
}

.verb-rep {
    width: 100%
}

.bgh {
    text-align: center;
    border: 2px solid;
    background: #4a429e;
    color: #fff;
    border-radius: 10px
}

.verb-rep a {
    background-color: gray;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600
}

.tl {
    display: flex;
    justify-content: start
}

.tl svg {
    height: 15px
}

.chatgptform {
    background-color: #ebebeb !important;
    margin: 15px 0;
    padding: 10px;
    border: 0 solid #f1f1f1;
    border-radius: 11px;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 7px 4px 25px 0 #00000003
}

@media(min-width:768px) {
    .h-box-height {
        height: 650px;
        overflow-y: scroll;
        overflow-x: hidden
    }
}

.h-box-height::-webkit-scrollbar {
    width: 5px !important
}

.my_prof_home .my_prof_body .prof_main {
    flex: 1;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 100vh;
    margin-top: 50px;
    background: #ecf0f5
}

.h-box-height::-webkit-scrollbar-track {
    background-color: #ecf0f5
}

.h-box-height::-webkit-scrollbar-thumb {
    background-color: #888 !important;
    outline: 1px solid #888 !important
}

#generatedTextContainer {
    margin-top: 10px;
    background-color: #fff;
    border: 2px solid #f1f1f1;
    padding: 10px;
    border-radius: 10px
}

#generatedTextContainer {
    padding: 10px;
    border: 0 solid #f1f1f1;
    border-radius: 13px;
    background: #fff;
    padding: 15px;
    box-shadow: 7px 4px 25px 0 #00000003
}

main {
    background-color: #f5f5f5;
    padding: 14px
}

.form_button {
    background: #4a429e;
    box-shadow: #4a429e 0 10px 10px -12px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20%;
    line-height: 21px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 10px 16px;
    border: 0
}

aside input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
    background-color: #5e616a;
    border: none;
    border-radius: 3px;
    color: #fff;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1940306/ico_search.png);
    background-repeat: no-repeat;
    background-position: 170px;
    background-size: 40px
}

aside input::placeholder {
    color: #fff
}

aside ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 690px
}

aside li:hover {
    background-color: #5e616a
}

h2,
h3 {
    margin: 0
}

aside li img {
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 8px
}

aside li div {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px
}

aside li h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px
}

aside li h3 {
    font-size: 12px;
    color: #7e818a;
    font-weight: 400
}

.status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px
}

.green {
    background-color: #58b666
}

.orange {
    background-color: #ff725d
}

.blue {
    background-color: #6fbced;
    margin-right: 0;
    margin-left: 7px
}

main header {
    height: 110px;
    padding: 30px 20px 30px 40px
}

main header>* {
    display: inline-block;
    vertical-align: top
}

main header img:first-child {
    border-radius: 50%
}

main header img:last-child {
    width: 24px;
    margin-top: 8px
}

main header div {
    margin-left: 10px;
    margin-right: 145px
}

main header h2 {
    font-size: 16px;
    margin-bottom: 5px
}

main header h3 {
    font-size: 14px;
    font-weight: 400;
    color: #7e818a
}

#chat {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 380px;
    border-bottom: 2px solid #fff
}

#chat li {
    padding: 10px 30px;
    display: block
}

#chat h2,
#chat h3 {
    display: inline-block;
    font-size: 13px;
    font-weight: 400
}

#chat h3 {
    color: #bbb
}

#chat .entete {
    margin-bottom: 5px
}

#chat .message {
    padding: 10px;
    color: #fff;
    line-height: 25px;
    max-width: 90%;
    display: inline-block;
    text-align: left;
    border-radius: 5px
}

#chat .me {
    text-align: right
}

#chat .you .message {
    background-color: #58b666
}

#chat .me .message {
    background-color: #6fbced
}

#chat .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px
}

#chat .you .triangle {
    border-color: transparent transparent #58b666 transparent;
    margin-left: 15px
}

#chat .me .triangle {
    border-color: transparent transparent #6fbced transparent;
    margin-left: 375px
}

main footer {
    height: 95px;
    padding: 20px 30px 10px 20px
}

main footer textarea {
    resize: none;
    border: none;
    display: inline-block;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    padding: 20px;
    font-size: 13px
}

main footer textarea::placeholder {
    color: #ddd
}

main footer img {
    height: 30px;
    cursor: pointer
}

.company_sidebar_wrapper {
    background-color: #ecf0f5
}

.my_prof_home .my_prof_body .prof_main {
    flex: 1;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 100vh;
    margin-top: 50px;
    background: #ecf0f5
}

main footer a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    border-radius: 40px;
    vertical-align: top;
    background-color: #6fbced;
    margin-top: 0;
    display: inline-block
}

.ai-card {
    background: #fafafa;
    border-radius: 20px;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 6%);
    padding: 24px;
    width: 100%
}

.btn-group:hover .dropdown-menu {
    display: block
}

.btn-theme {
    background: #4a429e;
    border: 0;
    color: #fff
}

.btn-group .dropdown-menu {
    top: 32px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 3px 11px 0 #0003
}

.btn-theme:hover {
    color: #fff;
    text-decoration: none
}

.btn-group {
    width: fit-content;
    margin-left: auto;
    display: block;
    margin-right: 20px
}

.btn-group .dropdown-menu {
    top: 35px;
    border: 0;
    border-radius: 10px;
    left: -90px;
    box-shadow: 0 3px 11px 0 #0003
}

.btn-group .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    font-size: 15px;
    border: 0
}

.box-premium.col-md-4 {
    background: #fff;
    padding: 20px;
    box-shadow: 15px 15px 25px #0000001a;
    border-radius: 20px
}

.premum-grad-box {
    background-image: linear-gradient(270deg, #d44cc1 16.03%, #4a429e 88.19%);
    padding: 15px
}

.prem-box {
    width: 400px;
    background: linear-gradient(270deg, #d44cc1 -7.83%, #4a429e 130.46%);
    padding-bottom: 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin: 50px auto
}

.prem-box p {
    padding: 15px
}

.prem-box img {
    width: 100%
}

svg.prem-wave {
    position: absolute;
    top: -7px
}

.wave-btm-shape {
    position: absolute;
    left: 0;
    bottom: 0
}

.wave-btm-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .8
}

.wave-btm-rgt-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .8
}

.prem-box p {
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    text-align: justify;
    line-height: 150%
}

.prem-box h2 {
    font-size: 17px;
    padding: 15px 15px 0 15px
}

.prem-box h2 span {
    color: gold
}

a:hover {
    text-decoration: none
}

.upgrade-btn:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #d44cc1
}

.upgrade-btn {
    background: #fff;
    box-shadow: 7px 4px 7px 0 rgba(255, 255, 255, .1);
    margin: auto;
    padding: 8px 24px;
    border-radius: 8px;
    margin: auto;
    width: fit-content;
    position: relative;
    z-index: 999;
    transition: all 2s;
    display: block
}

.upgrade-btn span {
    color: #d44cc1;
    background: -webkit-linear-gradient(left, #4a429e, #d44cc1, #4a429e);
    background-size: 1600px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: animationgradienttitle;
    animation-name: animationgradienttitle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-weight: 700
}

@-webkit-keyframes animationgradienttitle {
    0% {
        background-position: 0 1600px
    }

    100% {
        background-position: 1600px 0
    }
}

@keyframes animationgradienttitle {
    0% {
        background-position: 0 1600px
    }

    100% {
        background-position: 1600px 0
    }
}

.crm-prm {
    background: #fff;
    padding: 15px;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 15px
}

.prem-box {
    width: 400px;
    background: linear-gradient(270deg, #d44cc1 -7.83%, #4a429e 130.46%);
    padding-bottom: 20px;
    border-radius: 8px;
    position: absolute;
    overflow: hidden;
    color: #fff;
    left: 0;
    margin: 50px auto;
    right: 0;
    z-index: 99
}

.blurry-background {
    background: #ffffff1b;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    backdrop-filter: blur(3px)
}

.content-premium-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin: 15px auto;
    display: block
}

.text-disable {
    user-select: none
}

.prog {
    position: relative;
    background: #000;
    height: 12px;
    display: flex;
    align-items: center
}

.prog-line {
    background-image: linear-gradient(270deg, #d44cc1 16.03%, #4a429e 88.19%);
    position: absolute;
    height: 12px
}

.prog {
    position: relative;
    background: #d7d6d6;
    height: 12px;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    margin: -10px 0
}

.svgcard {
    text-align: justify;
    border-radius: 10px
}

.svgcard p {
    color: rgb(0 0 0);
    text-align: start
}