@font-face {
    font-family: 'DM Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Regular'), url('DMSans-Regular.woff') format('woff');
}


@font-face {
    font-family: 'DM Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Medium'), url('DMSans-Medium.woff') format('woff');
}


@font-face {
    font-family: 'DM Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Bold'), url('DMSans-Bold.woff') format('woff');
}

/* font-family:'DM Sans Regular';font-weight:normal;font-size:42px;
font-family:'DM Sans Medium';font-weight:normal;font-size:42px;
font-family:'DM Sans Bold';font-weight:normal;font-size:42px */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.6;
}

.top_header {
    height: 104px;
}

* {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #2e65ff;
    cursor: pointer !important;
}

html,
body {
    font-family: 'DM Sans Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    scroll-behavior: smooth !important;
    line-height: 1.8;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 6rem !important;
}

.mt-9 {
    margin-top: 8rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.mt-15 {
    margin-top: 15rem !important;
}

.mt-20 {
    margin-top: 20rem !important;
}

.bg-ref {
    background: rgb(225, 225, 225);
}

.vh-100 {
    height: 100vh;
}

.login_left_bg {
    background: url(../images/login-left-bg.svg) no-repeat center center;
    background-size: 100%;
    /* border-radius: 50px; */
}

.caption {
    color: #1E405E;
    font-size: 2em;
}

.bg-grad {
    background: radial-gradient(62.1% 87.2% at 50% 100%, rgb(44, 6, 116) 0%, rgb(0 12 55) 100%)
}

.bg-grad-h {
    background: #00314A;
}


.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.form-control {
    border: 0px solid #ced4da;
    border-bottom: 1px solid #222222;
    border-radius: 0rem;
    padding-bottom: 10px;
}

.ico {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

input[type=email],
input[type=mobile],
input[type=password],
input[type=text],
input[type=OTP] {
    padding-left: 30px;
}

::placeholder {
    padding-left: 0px;
}

h6 {
    font-weight: 400;
}


.rounded {
    border-radius: 10px !important;
}

.rounded-oval {
    border-radius: 30px;
}

.cate_blocks ul {
    column-gap: 32px;
    row-gap: 20px;
}

.cate_blocks li {
    background: #fbfbfb;
    border-radius: 10px;
    cursor: pointer;
}

.cate_blocks li.active {
    transform: scale(1.2);
    border-radius: 10px;
}

.cate_blocks li.active h5 {
    color: #FFF;
}

.cate_blocks li .catBlock {
    width: 150px;
    height: 90px;
}

.cate_blocks li h5 {
    color: #727278;
    font-size: 13px;
}

.cate_blocks li.block1 .catBlock {
    background-color: #E8F9FF;
}

.cate_blocks li.block2 .catBlock {
    background-color: #F8FFEC;
}

.cate_blocks li.block3 .catBlock {
    background-color: #ECF4FF;
}

.cate_blocks li.block4 .catBlock,
.cate_blocks li.block20 .catBlock {
    background-color: #E8F3FF;
}

.cate_blocks li.block5 .catBlock,
.cate_blocks li.block17 .catBlock {
    background-color: #FFE9F3;
}

.cate_blocks li.block6 .catBlock,
.cate_blocks li.block10 .catBlock,
.cate_blocks li.block14 .catBlock,
.cate_blocks li.block18 .catBlock,
.cate_blocks li.block22 .catBlock {
    background-color: #FFF7EB;
}

.cate_blocks li.block7 .catBlock {
    background-color: #EEF3FF;
}

.cate_blocks li.block8 .catBlock,
.cate_blocks li.block16 .catBlock,
.cate_blocks li.block24 .catBlock {
    background-color: #E9F6FF;
}

.cate_blocks li.block9 .catBlock {
    background-color: #EEEFFF;
}

.cate_blocks li.block11 .catBlock,
.cate_blocks li.block13 .catBlock {
    background-color: #FFECEE;
}

.cate_blocks li.block12 .catBlock {
    background-color: #EEFBFF;
}

.cate_blocks li.block15 .catBlock {
    background-color: #F3F3F3;
}

.cate_blocks li.block19 .catBlock {
    background-color: #FFF9E6;
}

.cate_blocks li.block21 .catBlock {
    background-color: #FFECE8;
}

.cate_blocks li.block23 .catBlock {
    background-color: #E3FFF3;
}

.cate_blocks li.block25 .catBlock {
    background-color: #F6FFE2;
}

.cate_blocks li.block1.active {
    background: #4b8da5;
    border: 2px solid #4b8da5;
}

.cate_blocks li.block2.active {
    background: #789547;
    border: 2px solid #789547;
}

.cate_blocks li.block3.active {
    background: #3a6197;
    border: 2px solid #3a6197;
}

.cate_blocks li.block4.active,
.cate_blocks li.block20.active {
    background: #3e6a99;
    border: 2px solid #3e6a99;
}

.cate_blocks li.block5.active,
.cate_blocks li.block17.active {
    background: #8f3960;
    border: 2px solid #8f3960;
}

.cate_blocks li.block6.active,
.cate_blocks li.block10.active,
.cate_blocks li.block14.active,
.cate_blocks li.block18.active,
.cate_blocks li.block22.active {
    background: #916d38;
    border: 2px solid #916d38;
}

.cate_blocks li.block7.active {
    background: #405b9b;
    border: 2px solid #405b9b;
}

.cate_blocks li.block8.active,
.cate_blocks li.block16.active,
.cate_blocks li.block24.active {
    background: #3d769d;
    border: 2px solid #3d769d;
}

.cate_blocks li.block9.active {
    background: #3f4497;
    border: 2px solid #3f4497;
}

.cate_blocks li.block11.active,
.cate_blocks li.block13.active {
    background: #933d46;
    border: 2px solid #933d46;
}

.cate_blocks li.block12.active {
    background: #317489;
    border: 2px solid #317489;
}

.cate_blocks li.block15.active {
    background: #8d4040;
    border: 2px solid #8d4040;
}

.cate_blocks li.block19.active {
    background: #937d38;
    border: 2px solid #937d38;
}

.cate_blocks li.block21.active {
    background: #974a3a;
    border: 2px solid #974a3a;
}

.cate_blocks li.block23.active {
    background: #36936b;
    border: 2px solid #36936b;
}

.cate_blocks li.block25.active {
    background: #779536;
    border: 2px solid #779536;
}

.selctCat {
    background: #F3F9FF;
}

.chooseOne li {
    width: 20%;
}

.chooseOne li div {
    padding: 30px 20px;
    border-radius: 70px;
    cursor: pointer;
    width: 150px;
    height: 200px;
    display: inline-block;
    margin: 0 auto;
}

.chooseOne li h6 {
    min-height: 40px;
}

.chooseOne li.block1 div {
    background: linear-gradient(180deg, #C368FF 0%, #6F23FF 100%);
}

.chooseOne li.block2 div {
    background: linear-gradient(180deg, #75EFB6 0%, #30CFBB 100%);
}

.chooseOne li.block3 div {
    background: linear-gradient(180deg, #15D1FF 0%, #38B8FF 100%);
}

.chooseOne li.block4 div {
    background: linear-gradient(180deg, #FFA861 0%, #FF599B 100%);
}

.chooseOne li.block5 div {
    background: linear-gradient(180deg, #5980EB 0%, #7AF1EA 100%);
}

.chooseOne li.block6 div {
    background: linear-gradient(180deg, #FF8388 0%, #EF2E61 100%);
}

.chooseOne li.block7 div {
    background: linear-gradient(180deg, #18BE8E 0%, #67E59B 100%);
}

.chooseOne li.block8 div {
    background: linear-gradient(180deg, #3ED6F2 0%, #306CF0 100%);
}

.chooseOne li.block9 div {
    background: linear-gradient(180deg, #FBD460 0%, #FF763C 100%);
}

.vertical-nav {
    min-width: 12rem;
    width: 12rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    overflow-y: auto;
    z-index: 1;
}

.vertical-nav .nav-link {
    color: #A6A6A6;
    font-size: 14px;
}

.vertical-nav .nav-link.active {
    color: #ffffff;
}

.vertical-nav .nav-link.active span {
    background: -webkit-linear-gradient(99deg, rgb(7, 136, 255) 0%, rgb(153, 0, 255) 100%) !important;
    padding: 9px;
    border-radius: 9px;
}

.btn-primary, .btn-solid {
    filter: brightness(1);
    background: linear-gradient(99deg, rgb(7, 136, 255) 0%, rgb(153, 0, 255) 100%);
    opacity: 1;
    border-radius: 6px;
    border: 0;
    box-shadow: rgb(105 77 255 / 15%) 0px 0px 0px 0px;
    padding: 0.375rem 2rem;
    font-size: 16px;
    color: #fff;
    transition: all ease-in-out 0.4s;
}


.btn-primary:hover, .btn-secondary1:hover {
    padding: 0.375rem 2.3rem;
}
.btn-primary:hover, .btn-secondary1:hover, .btn-solid:hover {
    padding: 0.375rem 2.3rem;
}

.btn-secondary {
    background-color: #af55fb;
}

.btn-secondary1 {
    background-color: #00314a;
    color: #fff !important;
    border: 0;
    padding: 0.375rem 2rem;
    transition: ease-in-out all 0.4s;
    /* border-radius: 50px; */
    cursor: pointer !important;
    display: flex;
    align-items: center;
}


.vertical-nav .nav-link.active img {
    filter: invert(100%) sepia(4%) saturate(39%) hue-rotate(288deg) brightness(251%) contrast(191%);
}

.page-content-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 12rem;
}

.topHead {
    width: calc(100% - 12rem);
    right: 0;
    top: 0;
    z-index: 1;
}

body.portal {
    background: #f5f9ff;
}

.mainContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
}

.page_content {
    min-height: 80.5vh;
    padding: 1rem 1rem;
}


.text-primary,
.breadcrumb .active {
    color: #9212ff !important;
}

h1 {
    font-size: 40px;
    font-weight: 600;
}

.dashTiles .card {
    box-shadow: 0px 5px 7px #00000029;
    border-radius: 17px;
}

.assess_head {
    color: #9212ff;
    font-weight: 600;

}

.body_bg {
    background: #F6F7FB;
}

thead td {
    color: #439EDA !important;
    font-weight: 600;
}

td {
    padding: 8px;
    border: 1px solid #439EDA;
}

.take_assess {
    z-index: 1;
    position: fixed;
    font-size: 22px;
    bottom: 50px;
    right: 50px;
    height: 150px;
    width: 150px;
    background: -webkit-linear-gradient(99deg, rgb(7, 136, 255) 0%, rgb(153, 0, 255) 100%);
    border-radius: 50%;
    box-shadow: 0 1px 15px rgb(32 33 36 / 25%);
    border: 3px dotted #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    color: #fff;
    font-weight: 600;
    flex-direction: column;
    cursor: pointer;
    transition: all ease-in-out;
}

.take_assess:hover {
    color: #acfff1;
    animation: rotate 100s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.req_btn {
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.req_btn img {
    filter: brightness(1000%);
}

.card1 {
    border-radius: 20px;
}

.li_left li {
    text-align: left;
    list-style-type: decimal;
    padding-top: 10px;
}

.text-primary {
    color: #1E405E !important;
}

.question_card {
    min-height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: left;
    color: #439EDA !important;
    padding: 2rem 3rem;
    text-indent: -1.4rem;
    background: rgb(247, 247, 247);
}

.optns_answers {
    min-height: 50px;
    margin-top: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    justify-content: start;
    align-items: start;
    border-radius: 5px;
    cursor: pointer;
    padding: 20px;
    margin: 10px;
}

.answered {
    /* border: 2px solid #5599da !important; */
    background: linear-gradient(to right, #10B6D6, #638FDC) !important;
    color: #fff;
}

#q_time {
    top: 160px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

#q_time a {
    font-size: 24px !important;

}

thead {
    background: #1E405E;
    color: #fff;
}

.table>:not(:first-child) {
    border-top: 0px solid #299828;
}

.fa_lrge {
    font-size: 40px;
}

.warn {
    color: #c03c3c;
}

tbody td:nth-child(even) {
    background: #f2f0b9;
    color: rgb(46, 98, 188);
}

.pref_bg {
    background: url(../images/pref_bg.svg) no-repeat center center;
    background-size: 100%;
    border-radius: 50px;
}

.chart_bg {
    background: #EBFEFF;
    background-size: 100%;
    border-radius: 20px;
}

.btn_bg1 {
    background: #BDE6FF;
}

.btn_bg2 {
    background: #DEF9DC;
}

.btn_bg3 {
    background: #F9EAC5;
}

.car_sugg .col {
    padding: 1rem;
    margin: 0.5rem;
    min-height: 200px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.car_sugg h4 {
    margin-top: 2rem;
    font-size: 18px;
}

.bestfit_bg {
    background: #BDE6FF;
}

.goodfit_bg {
    background: #DEF9DC;
}

.normal_bg {
    background: #F9EAC5;
}

.gap_bg {
    background: url(../images/gap_anal_bg.svg) no-repeat center center;
    background-size: 100%;
    border-radius: 50px;
}

footer {

    bottom: 0;
    width: 100%;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(37, 63, 125, 0.15) !important;
}

.profile {
    border: 3px solid #fff;
    border-radius: 50%;
}

.navy {
    color: #164285 !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;

}

.stats {
    background: url(../images/stats_bg.png) no-repeat center center;
    background-size: 100%;

}

.list-disc li {
    list-style-type: disc !important;
}

.pl_note {
    background: rgb(255, 222, 222);
    padding: 1rem 2rem;
    border-radius: 20px;
}

.assessBlock {
    border-radius: 13px;
}

.assessBlock1 {
    background: #F5E8FF;
}

.assessBlock1 h4 {
    color: #5F4DD7;
}

.assessBlock2 {
    background: #FFDFD8;
}

.assessBlock2 h4 {
    color: #D96449;
}

.assessBlock3 {
    background: #D9EBFF;
}

.assessBlock3 h4 {
    color: #4F6A89;
}

.assessBlock4 {
    background: #FFFAE1;
}

.assessBlock4 h4 {
    color: #D5BD43;
}

.assessBlock5 {
    background: #CBFFEF;
}

.assessBlock5 h4 {
    color: #6CC1A7;
}

.assessBlock6 {
    background: #CBFFFE;
}

.assessBlock6 h4 {
    color: #49ACAB;
}

.assessBlock7 {
    background: #E8FFC5;
}

.assessBlock7 h4 {
    color: #8EB94C;
}

.empAss .col-md-3 {
    padding: 0 20px;
}

.empAss {
    background: #4EB4CC;
    border-radius: 50px;
}

.suggestSec h3 {
    color: #091672;
}

.suggestSec h4 {
    color: #5F4DD7;
    font-size: 20px;
}

.suggestSec li {
    /* background: url(../images/listArr.svg) no-repeat left center; */
    /* padding-left: 35px; */
    background-size: 17px;
    margin-bottom: 10px;
    min-width: 19%;
    margin-top: 1rem;
}

.suggestSec li img {
    margin-right: 13px;
}


.suggestSec .suggCol {
    box-shadow: 0px 6px 15px rgba(44, 115, 178, 16%);
    border-radius: 13px;
    padding: 25px;
}

.suggestSec .col-md-3 {
    padding: 0 15px;
}

h1.fs-50 {
    font-size: 50px !important;
    font-weight: bolder;
}

.W-100 {
    width: 100%;
}

.w-220 {
    width: 220px !important;
}

.text-justify {
    text-align: justify;
}

.bg-grey {
    background: none;
    border: 3px solid #6d49ff;
    color: #694cff !important;
    border-radius: 50px;
}

.b-radius-20 {
    border-radius: 40px;
}

hr {
    border-bottom: 2px solid #fff;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

.profile_pic {
    background: #e2e8ff;
    border-radius: 50px;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.border-bottom {
    border-bottom: 1px solid #e2e8ff !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #00314A;
    background-clip: padding-box;
    border: 1pxsolidrgba(0, 0, 0, .15);
    border-radius: 2rem 0px 2rem 2rem;
    overflow: hidden;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.8rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #baadad00;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #0e2066;
}

.navbar-toggler {
    position: absolute;
    top: 20px;
    right: 10px;
    /* background-color: #00314A;
    border: 1px solid #00314A; */
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(23,126,229, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.dash-tiles {
    filter: drop-shadow(0, 4px, 5px, rgba(0, 0, 0, 0.4));
    border-radius: 15px;
    padding: 1rem 1rem;
    justify-content: center;
    display: flex;
    min-height: 120px;
    align-items: center;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
}

.lightbg_1 {
    background: #74e3ab;
}

.lightbg_2 {
    background: #fff1a3;
}

.lightbg_3 {
    background: #a2cbff;
}

.lightbg_4 {
    background: #ffc7a2;
}

#count {
    font-size: 3rem;
    color: #1D1D1F;
}

#category {
    font-size: 1rem;
    color: #545454;
}

.rounded-l {
    border-radius: 20px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '|' !important;
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active,
.uiNew p,
.uiNew li {
    color: #707070 !important;
}

.breadcrumb-item.active {
    color: #842cff !important;
}

p.text-white {
    color: #FFF !important;
}

.uiNew h2 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #091672;
    font-weight: 500;
}

.uiNew li {
    list-style: url(../../assets/images/list_arrow.svg);
    line-height: 38px;
    padding-left: 8px;
}

.eligibility .hasBorder {
    border-left: 2px solid #0B196D;
    border-right: 2px solid #0B196D;
}

.salaryRange {
    background: #148BA3;
}

.companyRange h3 {
    color: #F8FFAA;
    font-weight: 500;
}

.companyRange .col-md-6:first-child {
    border-right: 1px solid #FFF;
}

.uiNew .companyLogo li {
    list-style: none;
    margin-bottom: 0;
}

.courses {
    width: 90%;
}

.dashContent {
    column-gap: 20px;
}

.dashContent .card_1 {
    grid-row: span 2;
}

.btn-outlined,
.btn-outlined:hover {
    border: 1px solid #9212ff;
    border-radius: 6px;
    padding: 0.375rem 2rem;
    color: #9212ff;
    font-size: 14px;
}

.portal p {
    font-size: 14px;
}

.card_in {
    background: #F6F9FB;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
}

.progress-bar {
    background: -webkit-linear-gradient(99deg, rgb(7, 136, 255) 0%, rgb(153, 0, 255) 100%) !important;
}

#menu-btn {
    line-height: 0;
    cursor: pointer;
}

.bgRadius {
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);

}

/* .profilePg * {
    font-family: 'Roboto', sans-serif;
} */

.profView label {
    color: #202070;
    font-size: 15px;
    font-weight: 500;
    /* font-family: 'Roboto', sans-serif; */
}

.profilePg .form-control {
    background: #F1F5F9;
    border: none;
    border-radius: 10px;
    color: #b1b1b1;
    font-size: 15px;
    padding-left: 15px;
    min-height: 38px;
}

.profilePg .nav-tabs {
    border-bottom: 1px solid #4A9CD031;
}

.profilePg .nav-tabs .nav-item.show .nav-link,
.profilePg .nav-tabs .nav-link.active {
    color: #9212ff;
    border-color: transparent transparent #9212ff;
    border-bottom-width: 5px;
}

.profilePg .nav-tabs .nav-link {
    font-size: 17px;
    color: #A6A6A6;
}

.profilePg h5 {
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Roboto', sans-serif; */
}

.feeds,
.feeds:focus-visible {
    background-color: #f5faff;
    border: 1px solid #b0b3bd;
    border-radius: 25px;
    padding: 1.5rem;
}

.profilePg .editBtn {
    right: 20px;
}

.profilePg .nav-tabs .nav-link:hover {
    border: transparent;
}

.profilePg .nav-tabs .nav-link.active:hover {
    border-bottom: 5px solid #9212ff;
}

@media screen and (max-width: 767px) {
    .eligibility .hasBorder {
        border: none;
    }

    .companyRange .col-md-6:first-child {
        border-right: none;
    }

    .vh-80 {
        height: auto !important;
    }

    .bend_arrow1::after,
    .bend_arrow2::after,
    .bend_arrow3::after {
        display: none;
    }
    .btn-secondary1 {
    background-color: #00314a;
    color: #fff !important;
    border: 0;
    padding: 0.375rem 3rem;
    transition: ease-in-out all 0.4s;
    border-radius: 50px;
    cursor: pointer !important;
    display: flex;
    align-items: center;
}

.btn-primary, .btn-solid {
    filter: brightness(1);
    background: linear-gradient(99deg, rgb(7, 136, 255) 0%, rgb(153, 0, 255) 100%);
    opacity: 1;
    border-radius: 50px;
    box-shadow: rgb(105 77 255 / 15%) 0px 0px 0px 0px;
    padding: 0.375rem 3rem;
    font-size: 16px;
    color: #fff;
    transition: all ease-in-out 1s;
}
}

.radius-2 {
    border-radius: 20px;
}

.fa {
    color: #0e2066;
}

.questionss h5 {
    line-height: 2.3rem;
    font-weight: 600;
}

.rotate_180 {
    transform: rotate(180deg);
}

.quest_footer {
    margin-top: 1rem;
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.vh-80 {
    min-height: 70vh;
}

.vh-70 {
    max-height: 80vh;

}

footer {
    background: radial-gradient(62.1% 87.2% at 50% 100%, rgb(44, 6, 116) 0%, rgb(0 12 55) 100%)
}

.card_header {
    background: -webkit-linear-gradient(99deg, rgb(7, 136, 255) 0%, rgb(153, 0, 255) 100%);
    color: #fff !important;
}

.card_light {
    background: #CBE7F5
}

.offcanvas {
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
}

.offcanvas-header {
    background: #9212ff !important;
}

.offcanvas-end {
    bottom: 0;
    margin: auto;
}


/******************************* New Style which need to add in Style 1 *********/

.gap_anal_head {
    font-size: 60px;
    color: #000000
}

.text-blue {
    color: #6e4fff;
}

.gap_anal_sec2 img {
    margin: 0.25rem 1rem;
    transition: all ease-in-out 0.8s;
}

.gap_anal_sec2 img:hover {
    opacity: 0.7 !important;
    cursor: pointer;
    transform: scale(0.8);
}

/* .gap_anal_h2 {
    font-size: 28px;
} */

.list-group-item {
    margin: 0.5rem !important;
    border: 0;
    text-align: left !important;
}

.list-group-item.active {
    background: #f5f3ff;
    color: #000;
    margin-bottom: 0px !important;
    margin-top: 0px !important;

}

.list-group-item+.list-group-item.active {
    margin-top: 0px !important;
    margin-bottom: 0px !important;

}

.list-group-item.active h4 {
    color: #0088FF;
}

.btn-custom {
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 36px;
    transition: all 0.2s ease-in-out 0s;
    background-color: transparent;
    color: rgb(0, 0, 0);
    box-shadow: none;
    border: 2px solid rgb(0, 0, 0);
    height: 56px;
}

.vid_rounded {
    border-radius: 40px;
    overflow: hidden;
}

.firsttbg {
    background-color: rgb(61, 47, 93);
    color: #fff;
}

.secondbg {
    background-color: rgb(255, 173, 98);
    color: #fff;
}

.thirdbg {
    background-color: rgb(172, 88, 99);
    color: #fff;
}

.fourthdbg {
    background-color: rgb(52, 88, 90);
    color: #fff;
}


.outline-white {
    border-color: #fff;
}

.btn-gv {
    filter: brightness(1);
    background: linear-gradient(99deg, rgb(7, 136, 255) 0%, rgb(153, 0, 255) 100%);
    height: 100%;
    opacity: 1;
    border-radius: 8px;
    box-shadow: rgb(105 77 255 / 15%) 0px 0px 0px 0px;
    padding: 1rem 2rem;
    font-size: 16px;
    color: #fff;
    transition: all ease-in-out 1s;
}

.btn-gv:hover {
    padding: 1rem 2rem;
    color: #fff;
    background: linear-gradient(99deg, rgb(0, 121, 234) 0%, rgb(136, 0, 227) 100%);
}

.head_line {
    /* padding-left: 6rem; */
    /* position: relative; */
}

/* .head_line::before {
    content: '';
    border-bottom: 3px solid #000000;
    display: block;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 20px; 
}*/

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px !important;
    }
}

.text-bg {
    background: -webkit-linear-gradient(99deg, rgb(7, 136, 255) 0%, rgb(153, 0, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-bg1 {
    background: -webkit-linear-gradient(315deg, rgb(0, 153, 255) 0%, rgb(0, 204, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-bg2 {
    background: -webkit-linear-gradient(315deg, rgb(255, 0, 238) 0%, rgb(255, 170, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hiw_tiles {
    background: #F9D7F0;
    padding: 1.5rem;
    font-size: 1.4rem;
}

.hiw_count {
    border-radius: 50%;
    background: #fff;
    padding: 1rem;
    width: 50px;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 1rem;
}

.bend_arrow1 {
    position: relative;
}

.bend_arrow1::after {
    content: url(../images/bend_arrow.svg);
    position: absolute;
    top: 6px;
    transform: scale(.5);
    right: 0px;
    left: 16%;
}

.bend_arrow2 {
    position: relative;
}

.bend_arrow2::after {
    content: url(../images/bend_arrow2.svg);
    position: absolute;
    top: 66px;
    transform: scale(.5);
    right: auto;
    left: 16%;
    z-index: 1;
}

.bend_arrow3::after {
    left: 54%;
    filter: invert(97%) sepia(41%) saturate(7371%) hue-rotate(115deg) brightness(105%) contrast(104%);
}

.bend_arrow4::after {
    left: 33%;
    filter: invert(77%) sepia(11%) saturate(7211%) hue-rotate(-16deg) brightness(75%) contrast(134%);
}

.bend_arrow5::after {
    left: 85%;
    filter: invert(77%) sepia(11%) saturate(7211%) hue-rotate(135deg) brightness(75%) contrast(134%);
}

.pricing_block {
    background: #443EDB;
    border-radius: 30px;
    font-weight: 600;
}

.pricing_block1 {
    background: #eae9ef;
    border-radius: 30px;

}

.pricing_block li,
.pricing_block1 li {
    /* margin-top: 1.5rem; */
    font-size: 1.1rem;
    padding: 1rem 2rem;
}

.alterbg ul li:nth-child(2n) {
    background: #00000010;
}

.alterbg ul li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pricing_heading_text {
    font-size: 2.6rem;
}

.bestplan {
    position: relative;
}

.best_plan {
    background: -webkit-linear-gradient(99deg, rgb(7, 136, 255) 0%, rgb(153, 0, 255) 100%);
    border-radius: 20px;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: auto;
    width: 70%;
    height: 80px;
    text-align: center;
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
}

.green {
    color: #009f36;
}

.logo_scroll_section {
    height: 70vh;
}

.logorow1 {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 2;
}

.logorow2 {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 2;
}

.logorow3 {
    position: absolute;
    left: 0;
    top: 60%;
    z-index: 2;
}

.price_det {
    color: #fff;
    background: #6d49ff !important;
    font-size: 1.5rem !important;
    text-shadow: 0px 3px 5px #0d002380;
}

.bg-success {
    background: linear-gradient(45deg, #14db18, #0ab08b) !important;
}

.bg-success .fa {
    color: #fff;
}

.bg-success:hover {
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: -webkit-linear-gradient(99deg, rgb(7, 136, 255) 0%, rgb(153, 0, 255) 100%) !important;
    color: white;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3d3c3c;
    line-height: 37px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 16px !important;
    width: 20px;
}

[type=search] {
    outline-offset: 0px;
    -webkit-appearance: textfield;
    border: #4d47ff 2px solid !important;
    outline: none;
    border-radius: 50px;
}

h4 {
    line-height: 35px;
}

.feeds,
.feeds:focus-visible {
    background-color: #f5faff;
    border: 1px solid #b0b3bd;
    border-radius: 25px;
    padding: 1.5rem;
}

.progress {
    height: 1.5rem;
}

.preferred_careers .card {
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    filter: drop-shadow(0px 4px 3px #00000010);
}

.btn-success {
    color: #fff;
    background: linear-gradient(45deg, #23be26, #059575) !important;
    border-color: #19875400;
}

.vh-50 {
    min-height: 50vh;
}

.edit_profile_ui .select2-container--default .select2-selection--single {
    background-color: #f1f5f9;
    border: 0px solid #aaa;
    border-radius: 10px !important;
}

.selectCat {
    border: 4px solid #1b0042;
}
@media screen and (max-width: 991px) {
    .login_left_bg {
        background-position: center -100px;
    }
}
@media screen and (min-width: 992px) {
    .vh-lg-100 {
        height: 100vh;
    }
    .mt-lg-9 {
        margin-top: 8rem !important;
    }
    .mt-lg-7 {
        margin-top: 5rem !important;
    }
}
@media screen and (max-width: 767px) {
.login_left_bg {
    background-position: left 0;
}
.logIn h1 {
    font-size: 24px;
}
.caption {
    font-size: 1.5em;
}
}
.btn-blue, .btn-blue:hover {
    background: #7984E8;
    border: none;
}
.sector_btn{
    border: 2px solid #fff;
    padding: .8rem 1rem;
    color: #fff;
    background: none!important;
    margin: 0 auto;
    font-weight: 600!important;
    margin-bottom: 3.5rem;
}
.sector_btn:hover{
    padding: .8rem 1.3rem;
    color: #fff;
    font-size: 1rem;

}
.report_banner{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    border-radius: 10px;
    padding: 1rem;
    color: #fff;
    min-height: 330px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #b1b1b1!important;
    line-height: 28px;
    border-radius: 10px;
}
.edit_profile_ui input[type=text]:focus-visible,
.edit_profile_ui input[type=date]:focus-visible,
.edit_profile_ui input[type=email]:focus-visible,
.edit_profile_ui .select2-container--open{
    border: 2px solid #625885;
    box-sizing: border-box;
    border-radius: 10px;
    color: rgb(48, 48, 48);
}

.profile_pic1 {
    background: #e2e8ff;
    border-radius: 50px;
    width: 100px !important;
    height: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.link_btn span{
    padding: 5px 4px;
    color: #545454;
    transition: all ease-in-out 0.4s;
    border-radius: 10px;
}
.link_btn span:hover{
    background: #fccaca;
    padding: 5px 4px;
    color: #545454;
}
.page-item.active .page-link {
    background: -webkit-linear-gradient(99deg, #0788ff 0%, #9900ff 100%) !important;
    border-color: #b94fff;
}
.page-link {
    color: #212529;
}
.search{
    position: relative;
}
.search input {
    padding-left: 15px;
    border: 1px solid #d6d4d4;
    border-radius: 7px;
    padding-right: 60px;
}
.search button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 32px;
    width: 50px;
    background: -webkit-linear-gradient(99deg, #0788ff 0%, #9900ff 100%) !important;
    border-radius: 6px;
    padding: 0;
}
.search .fa-search {
    color: #FFF;
}
.search input:focus{
    box-shadow: none;
    border: 1px solid #9900ff;
}

.dashImg {
    width: 70px;
    height: 70px;
    background: #FFF;
    border-radius: 100%;
    position: absolute;
    top: -35px;
    padding: 10px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 10%);
    left: 0;
}
.dashImgSec a.btn {
    margin-left: 80px;
}
.btn-solid, .btn-solid:hover {
    background: #107FFF;
    color: #FFF;
}
.title{
    font-weight: bold;
}


/************************* New CG*************************/
.comp_outter{
    background: #fff;
    border-radius: 10px;
    padding: 0.6rem 2rem;
    filter: drop-shadow(0px 5px 6px rgba(0,0,60,0.12));
    margin: 0 0.6rem;
}
.comp_outter1{
    background: #fff;
    border-radius: 50px;
    padding: 0.6rem 2rem;
    filter: drop-shadow(0px 5px 6px rgba(0,0,60,0.12));
    margin: 0 0.6rem;
    border: rgb(24, 0, 56) 5px solid;
}
.card_block{
    border: #00000040;
    padding: 2rem;
    top: -50px;
    right: 0;
    left: 0;
}
.bg-dark-purple{background: rgb(24, 0, 56); border-radius: 50px;}
.d-none1{
    display: none;
}
.d-block1{
    display: block!important;
}
.disable{
   pointer-events: none !important;
}

        .hero-title {
            width: auto;
            height: 50px;
            background-color: var(--gray);
            position: relative;
            color: inherit;
        }

            .hero-title.secondary {
                background-color: var(--secondary);
            }

            .hero-title.primary {
                background-color: var(--primary);
            }

            .hero-title.danger {
                background-color: var(--danger);
            }

            .hero-title.success {
                background-color: var(--success);
            }

            .hero-title.warning {
                background-color: var(--warning);
            }

            .hero-title.dark {
                background-color: var(--dark);
            }

            .hero-title:after, .hero-title:before {
                content: "";
                position: absolute;
                width: 46px;
                height: 46px;
                background-color: var(--body-background);
                top: 2px;
                z-index: 2;
            }

            .hero-title:before {
                left: 100%;
                border-radius: 50% 0 0 113%;
                margin-left: -29.9px;
            }

            .hero-title:after {
                right: 100%;
                border-radius: 0 0 113% 50%;
                margin-right: -29.9px;
            }

            .hero-title div[data-radius] {
                height: 21px;
                background: inherit;
                position: absolute;
                bottom: 100%;
                width: 33px;
                z-index: 3;
            }

                .hero-title div[data-radius].right {
                    border-radius: 0 39px 0 0;
                    right: 0;
                    margin: 0 29.7px -20.9px 0;
                }

                .hero-title div[data-radius].left {
                    border-radius: 39px 0 0 0;
                    left: 0;
                    margin: 0 0 -20.9px 29.7px;
                }

            .hero-title div[data-radius-corner] {
                position: absolute;
                top: 0;
                background-color: var(--body-background);
                width: 51px;
                height: 20px;
            }

                .hero-title div[data-radius-corner].right {
                    left: 100%;
                    margin: 0 0 0 -50px;
                }

                .hero-title div[data-radius-corner].left {
                    right: 100%;
                    margin: 0 -50px 0 0;
                }

            .hero-title .text {
                position: absolute;
                width: 78%;
                text-align: center;
                font-size: inherit;
                top: 0;
                right: 50%;
                z-index: 4;
                transform: translate(50%, 0);
                border-radius: 21px 21px 0 0;
                line-height: 53px;
                max-height: 49px;
            }