@import "root.css";

/*****/
body {
    font-family: 'Roboto', sans-serif;
    background: var(--body-bg);
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--deep-black);
    /*letter-spacing: 0.025em;*/
}

h1 {
    font-size: var(--heading-1);
    margin-bottom: 15px;
}

h2 {
    font-size: var(--heading-2);
    margin-bottom: 20px;
}

h3 {
    font-size: var(--heading-3);
}

h4 {
    font-size: var(--heading-4);
}

h5 {
    font-size: var(--heading-5);
}

p {
    line-height: 1.75;
}

ul li {
    margin-bottom: 10px;
}

#main {
    transition: margin-right .5s;
    overflow: hidden;
}

header {
    box-shadow: var(--box-shadow);
    position: sticky;
    top: 0;
    background: var(--pure-white);
    z-index: 20;
}
.head-logo, .head-logo img {
    position: relative;
}
.head-logo img {
    height: 50px;
}

.beta {
    content: "beta version";
    position: absolute;
    top: auto;
    right: 0;
    background: #c82a2d;
    border-radius: 4px;
    padding: 0 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}



.nqr-logo {
    padding: 8px 0;
    display: inline-block;
    /*float: left;*/
    display: flex;
    text-align: left;
    width: 166px;
    z-index: 0;
    position: relative;
}

.nqr-logo span {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500;
    color: var(--deep-black);
    line-height: 1.2;
    margin-left: 10px;
    margin-top: 0px;
}

.nqr-logo img {
    height: 50px;
    margin-right: 5px !important;
}

.top-menu {
    /*background: var(--deep-blue);*/
    font-size: var(--small-label);
    color: var(--half-white);
    align-items: center;
    border-bottom: 1px solid #eee;
}

.top-menu, .top-menu a {
    color: var(--mid-black);
}
.top-menu a {
    padding: 8px;
    transition: 0.5s;
}
.top-menu a:hover {
    background-color: rgb(201 43 46 / 8%);
    color: rgb(201 43 46 / 100%);
}
.top-menu span {
    margin-right: 5px;
}
.top-menu span:last-child {
    margin-right: 0px;
}
.cont-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont-info a, .cont-info span {
    /*padding: 5px 0;*/
    display: inline-block;
    /*border-right: 1px solid #e5e5e5;
    padding: 8px;*/
}
.cont-info span {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    padding: 8px;
}
.cont-info span:last-child {
    border-right: 0px;
}
.cont-info svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.sec-menu {
    text-align: right;
}

ul.sec-menu {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    /*align-items: center;*/
}
.sec-menu li {
    display: flex;
    margin: 0;
    border-right: 1px solid #e5e5e5;
    /*padding: 0 8px;*/
    align-items: center;
}
.sec-menu li:last-child {
    margin: 0;
    border-right: 1px solid #e5e5e5;
}
.body-fnt-sz {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-menu span {
    display: inline-block;
    padding: 0 5px;
}

.searchbar {
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

.search-category {
    width: 70px;
    background: var(--deep-black);
    color: #fff;
    border-radius: 5px 0 0 5px;
    padding: 7px 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.search-category .cat-i {
    display: inline-block;
    margin-right: 10px;
}

.search-category .catgory__lable__txt {
    display: none;
}

.search-i {
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;
    width: 42px;
    height: 42px;
    z-index: 0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.searchbar input.form-control {
    border: 2px solid var(--deep-black);
    width: 100%;
    border-radius: 5px;
    height: 50px;
    text-indent: 75px;
}

.side-navbar {
    /*display: flex;
  align-items: center;
  height: 100%;
  justify-content: end;*/
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

.humburger-menu {
    text-transform: uppercase;
    position: relative;
}

.humburger-menu a {
    color: #000;
}

.humburger-menu svg {
    width: 24px;
    height: 24px;
    color: var(--deep-black);
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.humburger-menu:hover {
    cursor: pointer;
}

body.hideScroll .head-logo, body.hideScroll .head-logo img, body.hideScroll .humburger-menu {
    position: relative;
    z-index: -2;
}

a:hover {
    text-decoration: none;
}

.sec-space {
    padding: 64px 0;
}

.banner-dv {
    margin: 0;
}

.main-carousel-dv {
    margin: 0 -15px;
    height: 100%;
}

.main-carousel-dv .carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
    height: inherit;
}

.carousel-item img {
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
    width: 9%;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.carousel-control-prev {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.carousel-control-next {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.carousel-control-prev svg,
.carousel-control-next svg {
    width: 42px;
    height: 42px;
}

.explore-dv {
    height: auto;
    background: var(--deep-blue);
    position: relative;
    padding: 30px;
    margin: 0 -15px;
    color: var(--pure-white);
    z-index: 3;
    margin: 15px 5px 0px 5px;
    padding-bottom: 30px;
    border-radius: 15px;
}

.explore-dv h1 {
    color: var(--pure-white);
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 5vw;
}

.explore-dv p {
    margin-bottom: 30px;
}

.ex-btn {
    border-radius: 5px;
    opacity: 0.8;
    background: var(--pure-white);
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--deep-blue);
    display: inline-block;
    text-align: center;
    width: 100%;
    position: static;
}

.ex-btn span {
    display: inline-block;
    position: relative;
    bottom: -1px;
}

.ex-btn:hover {
    opacity: 1;
    color: var(--deep-blue);
}

.explore-txt {
    float: left;
    width: 100%;
}

.logo-75 {
    width: 20%;
    position: absolute;
    right: 28px;
}

.submit-query-btn {
    position: relative;
    width: 100%;
    padding: 12px 10%;
    color: var(--red-btn);
    background: var(--deep-blue);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border: 2px solid var(--red-btn);
    border-radius: 6px;

}

.submit-query-btn:hover {
    color: var(--pure-white);
}

.cards-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 -5px;
}

.card-slider {
    position: relative;
    padding-top: 0px;
}

.slider-wrap h2 {
    text-align: center;
}

.card-slider .carousel-inner {
    padding: 5px 0;
}

/*.card img {
    max-width: 100%;
    max-height: 100%;
}*/
.card img {
    max-width: 100%;
    max-height: 145px;
    height: 100vh;
    object-fit: cover;
}
.card {
    border: none;
    border-radius: 0.5em;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    margin-bottom: 30px;
    position: relative;
}

.card-slider .stories .card {
    margin: 10px;
}

.card a {
    color: var(--deep-black);
}

.card-slider .card-body {
    padding: 1.25rem 1.25rem 0.85rem 1.25rem;
}

.card figure {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.card figure figcaption {
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 1;
    font-size: var(--small-text);
    background: rgb(255 255 255 / 40%);
    border-radius: 100px;
    padding: 3px 12px;
    background-color: rgb(0 0 0 / 70%) !important;

}

.card figure:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(0, 0, 0);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    width: 100%;
    height: 100%;
    content: "";
}

.card-title {
    margin-bottom: 1rem;
    font-size: 14px !important;
    line-height: 1.5;
}

.card-slider h5.card-title {
    font-size: 1rem;
    font-weight: 500;
    color: var(--deep-black);
}
.card-body {
    padding: 1rem 1rem 2rem 1rem;
}
.user-story img {
	width:48px;
	height:auto;
}

.sectors .card img {
	margin-bottom:20px;
	max-height:intoal;
	height:auto;
	object-fit:none;
}
.total-hrs {
    color: var(--body-text);
    font-size: var(--small-text);
}

.total-hrs svg {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.carousel-control-prev,
.carousel-control-next {
    /*width: 5vh;*/
    height: 100%;
    /*border-radius: 50%;*/
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control {
    /*display: flex;
    align-items: center;
    justify-content: end;*/
    margin-top:0px;
}
.sectors_sec .carousel-control {
    margin-top:30px;
}

.sldr-control {
    position: relative;
    top: -10px;
    right: 0px;
}

.arrow-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pre-arrow svg,
.nxt-arrow svg {
    width: 24px;
    height: 24px;
    color: var(--deep-black);
}

.carousel-control a {
    display: flex;
    margin: 0 8px;
    font-size: var(--small-text);
    text-transform: uppercase;
    font-weight: 500;
    color: var(--red-btn);
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.btn-view {
    position: absolute;
    top: 7px;
    margin: auto !important;
    width: 150px;
    left: 0;
    right: 0;
}

.arrows-nav {
    display: inline-block;
    position: relative;
}

.arrows-nav.arrow-nxt,
.arrows-nav.arrow-pre {
    top: -1px;
}

.arrows-nav.arrow-nxt {
    right: -2px;
}

.arrows-nav.arrow-pre {
    left: 0px;
}

.carousel-control .pre-arrow,
.carousel-control .nxt-arrow {
    border: 1px solid var(--deep-black);
    border-radius: 100px;
    width: 32px;
    height: 32px;
    position: relative;
}

.arrows-nav svg {
    width: 18px;
    height: 18px;
}

.heading-2 {
    font-size: var(--heading2);
    font-weight: 500;
    color: var(--deep-black);
}

.heading-3 {
    font-size: 28px;
    font-weight: 500;
    /*color: var(--pure-white);*/
    margin-bottom: 15px;
}

.sectors {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    padding: 5px 5px 20px 5px;
}

.cards-wrapper.sectors {
    justify-content: unset;
    margin-bottom: -15px;
}

.sectors .card {
    margin-bottom: 2px;
    text-align: center;
    transition: 0.5s;
    /* width: 98%; */
}

/*.sectors .card:hover {
  background: #FF6700;
}*/
.sectors .card:hover p {
    color: #FF6700;
}

.sectors .card img {
    margin-bottom: 20px;
}
.sectors .card img.sector-icon-h {
    display: none;
}

.sectors .card p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.25;
}

.card-slider.stds-stroies {
    padding-top: 15px;
}

.stds-stroies .cards-wrapper {
    grid-template-columns: auto;
    display: block;
}
.stds-stroies .card {
    margin: 0 10px;
}
.sty-row {
    margin-top: 0px;
    /*display: flex;
    justify-content: space-between;*/
}
.sty-row  .slider-wrap {
    padding: 0;
}
.testimony {
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    width: 90%;
}

.story-heading {
    display: block;
    text-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.story-heading img {
    margin-right: 0px;
    width: 48px;
    margin-bottom: 0px;
}

.testimonoals {
    padding: 60px 0;
}

.testimony p {
    margin-left: 0px;
}

.testimonoals .carousel-control {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0px;
    position: relative;
    margin-left: 0px;
    display: block;
    padding-bottom: 20px;
    align-items: end;
}

.users-story {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.users-story img {
    width: 48px;
    height: auto;
}
.users-story .std-nm {
    margin-left: 15px;
}

.std-nm h3 {
    font-size: 16px;
}

.big-menu {
    position: static;
    width: 100%;
}

.dropdown-menu {
    width: 100%;
    top: 5px !important;
    padding: 10px;
    border-radius: 8px;
    border: none;
    transform: none !important;
    top: 50px !important;
}

.dropdown-menu .list {
    padding: 0px;
    list-style: none;
    font-size: 14px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}

.dropdown-menu .list li {
    line-height: normal;
    margin-bottom: 0px;
}

.dropdown-menu .list li a {
    color: var(--deep-black);
    text-decoration: none;
    display: block;
    padding: 8px 10px;
}

.dropdown-menu .list li:hover {
    background: var(--light-org);
    border-radius: 4px;
}

.dropdown-menu .list li:hover a {
    color: var(--org-color);
}

.wks-img {
    width: 260px;
    bottom: 40px;
}

.carousel-inner.card__thumb__slider {
    overflow: visible;
}

.trend-qualifications {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 15px;
    padding: 18px 10px 10px 10px;
}

.trend-qualifications .card:hover,
.qualifications__rw .card:hover {
    background-color: #067dc1;
    position: relative;
    z-index: 1;
}

.trend-qualifications .card:hover a,
.trend-qualifications .card:hover h5,
.trend-qualifications .card:hover .total-hrs,
.qualifications__rw .card:hover a,
.qualifications__rw .card:hover h5,
.qualifications__rw .card:hover .total-hrs {
    color: #fff;
}

.trend-qualifications .card:hover .total-hrs,
.qualifications__rw .card:hover .total-hrs {
    margin-left: 2px;
}

.trend-qualifications .card .card-title,
.qualifications__rw .card .card-title {
    display: -webkit-box;
    height: 40px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-dv {
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
}
table.responsive {
    display: table;
    text-align: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-right: 0px;
}
.table-dv table th {
    background-color: #687074;
    font-weight: 500;
    color: #eee;
}

.table-dv table th, .table-dv table td {
    border-right: 1px solid #e5e5e5;
    padding: 6px 15px;
}
tr:nth-child(odd) {
    background-color: #f1f1f1;
}

/********** Footer start ***************/
footer {
    border-top: 1px solid #ddd;
    font-size: 14px;
    background: #fff;
}
footer a {
    color: #666;
}
footer a:hover {
    color: #999;
}
.ftr-links {
    height: 100%;
    margin: 0 auto;
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -15px;
}

.ftr-links a {
    color: var(--deep-black);
    padding: 10px 15px;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    transition: 0.5s;
}

.npi-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.npi-logo a {
    padding: 5px 0;
}

.ftr-last {
    border-top: 1px solid #ddd;
    text-align: center;
    background: #000;
    color: #666;
}

/*.ftr-last div {
    padding: 10px 15px 0px 15px;
}*/
.ftr-last div:last-child {
    padding-bottom: 15px;
}
.ftr-last div:last-child {
    text-align: center;
}

footer p {
    margin: 0;
}
#footer-bottom {
    margin-top: 10px;
}
#footer-bottom, #footer-bottom a {
    color: #999!important;
}
#footer-bottom .bottom-nav {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}
#footer-bottom .bottom-nav:last-child {
    margin-bottom: 0;
}
#footer-bottom .bottom-nav li {
    position: relative;
    padding: 0 10px;
    margin-bottom: 0;
}


/**** Wizard Start *****/
/*---------signup-step-------------*/
.signup-step-container {
    padding: 20px;
}

.wiz-modal .modal-header {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    padding: 0;
    z-index: 2;
}

.modal-header {
    align-items: center;
}

.wiz-modal .modal-header .close {
    margin: 0;
}

.modal .close {
    opacity: 1;
    text-shadow: none;
}

.modal .close span {
    background: var(--light-black);
    border-radius: 100px;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.modal .close .bi {
    font-size: 32px;
}

.wizard .modal-footer {
    padding: 0;
    display: flex;
    border-top: none;
    justify-content: space-between;
    margin-top: 30px;
}

.wizard .modal-body {
    padding: 0;
    max-height: 460px;
    height: 460px;
    overflow-y: scroll;
    padding-right: 10px;
    position: relative;
    margin-top: 30px;
}

.modal-body::-webkit-scrollbar {
    width: 10px;
}

.modal-body::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #000;
}

.modal-body::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-thumb {
    border-radius: 15px;
}

.flow__wizard a {
    margin-right: 15px;
}

.flow__wizard a:last-child {
    margin-right: 0px;
}

.wiz-action-rw {
    display: flex;
    margin: 0 !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.wiz-action-rw>li {
    display: inline-block;
    margin-right: 10px;
}

.wiz-action-rw>li:first-child .next-step {
    width: 100%;
}

.stp-1 .wiz-action-rw {
    justify-content: flex-end;
}

.wizard {
    color: var(--deep-black);
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #0db02b;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    /*padding-top: 20px;*/
}

.wizard h3 {
    margin-top: 0;
}

.wiz-txt {
    min-height: 48px;
}

.wizard-btn {
    /*font-size: var(--middum-txt);*/
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    min-width: 50px;
    text-align: center;
    margin: 0;
}

.wizard-btn:hover {
    color: var(--pure-white);
}

.flow__wizard {
    display: flex;
}

.flow__wizard .wizard-btn {
    padding: 15px 20px;
}

/*.flow__wizard__search {

}*/
.flow__wizard__search {
    display: flex;
}

.prev-step,
.next-step {
    font-size: var(--middum-txt);
    font-weight: 400;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

.next-step {
    background: rgb(205, 60, 63);
    background: -webkit-linear-gradient(left, rgba(205, 60, 63, 1) 0%, rgba(255, 103, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(205, 60, 63, 1) 0%, rgba(255, 103, 0, 1) 100%);
    background: linear-gradient(to right, rgba(205, 60, 63, 1) 0%, rgba(255, 103, 0, 1) 100%);
}

.prev-step {
    background: rgb(0, 26, 110);
    background: -webkit-linear-gradient(left, rgba(0, 26, 110, 0.5) 0%, rgba(0, 26, 110, 0.7) 100%);
    background: -o-linear-gradient(left, rgba(0, 26, 110, 0.5) 0%, rgba(0, 26, 110, 0.7) 100%);
    background: linear-gradient(to right, rgba(0, 26, 110, 0.5) 0%, rgba(0, 26, 110, 0.7) 100%);
}

.wizard-btn.next-step svg,
.wizard-btn.prev-step svg {
    margin: 0;
}

.search-btn {
    margin: 0;
    background: #000;
    color: #fff !important;
    width: 130px;
    text-align: center;
}

.search-btn.btn-light:hover {
    color: #333 !important;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.wizard h4 {
    color: #000;
}

.wizard p {
    color: #555;
}

.filter-content label {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.wizard label {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.wizard p,
.clk-one {
    margin-bottom: 15px;
    padding-right: 20px;
}

.info-chk {
    position: sticky;
    top: 0;
    text-align: left;
    background: #fff;
    z-index: 3;
}

.clk-one {
    border-radius: 15px;
    padding: 1px 10px 2px 6px;
    font-size: var(--small-text);
    display: inline-block;
    margin-bottom: 10px;
}

.clk-one svg {
    margin-right: 10px;
}

.form-group {
    position: relative;
}

.wizradio-primary:last-child label {
    margin-bottom: 0 !important;
}

.wizradio div {
    clear: both;
    overflow: hidden;
}

.wizradio label {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #D1D3D4;
    font-weight: 500;
}

.wizradio input[type="radio"]:empty,
.wizradio input[type="checkbox"]:empty {
    display: none;
}

.wizradio input[type="radio"]:empty~label,
.wizradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 3em;
    text-indent: 1em;
    margin-bottom: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.5s;
}

.wizradio input[type="radio"]:empty~label:before,
.wizradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    width: 2.5em;
    border-radius: 0 8px 8px 0;
}

.wizradio input[type="radio"]:hover:not(:checked)~label,
.wizradio input[type="checkbox"]:hover:not(:checked)~label {
    color: var(--deep-blue);
    border: 2px solid var(--deep-blue);
}

.wizradio input[type="radio"]:hover:not(:checked)~label:before,
.wizradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '';
    text-indent: .9em;
}

.wizradio input[type="radio"]:checked~label,
.wizradio input[type="checkbox"]:checked~label {
    color: #fff;
    background: var(--deep-blue);
    border: 2px solid var(--deep-blue);
}

.wizradio input[type="radio"]:checked~label:before,
.wizradio input[type="checkbox"]:checked~label:before {
    content: '';
    text-indent: .9em;
    color: #fff;
    background: transparent url(../images/checked.svg) left no-repeat;
}

.wizradio input[type="radio"]:focus~label:before,
.wizradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.modal {
    color: #333;
}

/*****/
.tox-statusbar__branding {
    display: none;
}

.tox-notification__body {
    display: none;
}

.tox-notifications-container {
    display: none;
}

.inner-banner-dv {
    background: var(--deep-blue);
    color: var(--pure-white);
    text-align: center;
    padding:30px 0;
    display: flex;
    align-items: center;
}

.qualifications__details .inner-banner-dv {
    padding: 3rem 0;
}

.search__qualifications__list .inner-banner-dv {
    padding: 30px 15px 15px 15px;
}

.inner-banner-dv h1 {
    color: #fff;
    font-size: var(--heading-2) !important;
    margin-bottom: 0;
}

.breadcrumb {
    display: none;
}

.search-counts {
    color: var(--deep-black);
    text-align: center;
    font-size: 18px;
    padding: 0;
}

.search-counts span {
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
}

.qps-btns {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    font-size: 14px;
    margin-top: 15px;
}

.qps-btns a {
    margin-left: 15px;
    border: 1px solid;
    padding: 5px 15px 5px 32px;
    border-radius: 4px;
    position: relative;
}

.qps-btns a:first-child {
    margin-left: 0px;
}

a.advance-search-btn {
    border-color: var(--org-color);
    color: var(--org-color);
}

a.dwn-sumry {
    border-color: var(--deep-black);
    color: var(--deep-black);
}

.qps-btns a svg {
    position: absolute;
    top: 8px;
    left: 9px;
}

.more-result {
    display: table;
    color: var(--red-btn);
    border: 1px solid var(--red-btn);
    border-radius: 100px;
    text-align: center;
    margin: auto;
    padding: 6px 15px;
    min-width: 136px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s;
}

.more-result:hover {
    color: var(--pure-white);
    background: var(--red-btn);
}

.search-keywords {
    margin-bottom: 15px;
}

.search-keywords span {
    display: inline-block;
    /*background: var(--light-black);*/
    padding: 3px 32px 3px 10px;
    margin-right: 2px;
    border-radius: 100px;
    font-size: var(--small-label);
    text-transform: capitalize;
    position: relative;
    border: 1px solid #ccc;
    flex: none;
    margin-bottom: 5px;
}

.close-keyword {
    padding: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: 500;
    color: #333;
    line-height: normal;
    /*border-left: 1px solid #ccc;*/
    border-radius: 100px;
    background: #e5e5e5;
}

.close-keyword svg {
    position: relative;
    top: -2px
}

#search-result .card {
    margin-bottom: 30px;
}

.tool-tip {
    background: none;
    border: none;
    padding: 0 5px 0 0;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.tool-tip:hover,
.tool-tip:focus {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.tooltip-inner {
    background-color: var(--pure-white);
    color: var(--deep-black) !important;
    font-weight: 500;
}

.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-left .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #fff !important;
}

.qp-dtls {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.qp-dtls::before {
    display: none;
}

.qp-dtls::after,
.abt-q {
    display: none;
}

.pathway {
    padding: 15px 20px;
    border: 2px solid #72BE44;
    border-radius: 5px;
    margin-top: 30px;
    background-color: rgb(114 190 68 / 20%);
}

.pathway ul {
    display: flex;
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    flex-wrap: wrap;
}

.pathway ul li {
    padding-left: 25px;
    padding-right: 15px;
    position: relative;
}

.pathway ul li::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='green' viewBox='0 0 16 16'><path d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z' /></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    width: 16px;
    height: 16px;
}

.nos-s {
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    /*padding: 20px 30px 30px 30px;*/
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
}

.nos-s .card-header {
    padding: 0;
    position: relative;
    background: transparent;
}

.nos-s .accordion>.card {
    margin-bottom: 15px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    border-radius: 0.5em !important;
}

.nos-s .accordion>.card:last-child {
    margin-bottom: 0px;
}

.nos-s .btn-link {
    color: #000;
    font-weight: 500;
    position: relative;
    padding: 10px 20px;
}

.btn-link:hover,
.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
}

.btn-link:after,
.btn-link.collapsed:after {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: 120%;
    width: 24px;
    height: 24px;
    z-index: 1;
}

.btn-link:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 18 18'><path d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/></svg>");
}

.btn-link.collapsed:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 18 18'><path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>");
}

.nos-mask {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 50px;
    font-weight: 500;
    color: #000;
}

.nos-s .card-body {
    padding: 0;
}

.nos-s .card-body .rw {
    padding: 10px 20px;
}

.nos-s .card-body .rw:nth-child(even) {
    background: #F2F3F5;
}

.nos-s .card-body .rw:nth-child(odd) {
    background: #fff;
}

.nos-title {
    font-weight: 500;
    margin-bottom: 10px;
}

.nos-duration ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nos-duration ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #999;
    font-size: 14px;
    line-height: normal;
}

.nos-duration ul li:last-child {
    border-right: none;
}

.nos-s.qp-assessment .accordion>.card {
    margin-bottom: 0px;
    border: none;
    border-radius: 0 !important;
}

.nos-s.qp-assessment .btn-link {
    padding: 0;
}

.related-courses {
    background: var(--lighter-blu);
    /*color: var(--pure-white);*/
    padding: 0 15px;
}

/*.related-courses h2 {
    color: var(--pure-white);
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.related-courses .carousel-control .pre-arrow,
.related-courses .carousel-control .nxt-arrow {
    border: 1px solid var(--pure-white);
}

.related-courses .pre-arrow svg,
.related-courses .nxt-arrow svg {
    color: var(--pure-white);
}

.related-courses .carousel-control a {
    color: var(--pure-white);
}*/

.course-info {
    border: 2px dashed var(--red-btn);
}

.side-pnl {
    padding: 15px;
    border-radius: 10px;
}

.side-pnl ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.side-pnl li.item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.side-pnl li.item label {
    margin-bottom: 0;
    COLOR: #888;
    font-size: 0.9rem;
    font-weight: 400;
}

.side-pnl li.item,
.side-pnl li.item a {
    display: block;
    color: var(--deep-black);
    margin-bottom: 10px;
    position: relative;
}
.side-pnl .qf-info li.item {
    display: flex;
    align-items: center;
}
.side-pnl li.item a {
    padding: 5px 0;
}

.side-pnl li.item:last-child,
.side-pnl li.item:last-child a {
    margin-bottom: 0px;
}

/*.side-pnl li.item img,*/
.downlds i {
    margin-right: 15px;
}
.side-pnl li ul{
    margin-bottom: 15px;
}
.side-pnl li:last-child ul{
    margin-bottom: 0px;
}

/*.downlds {
    background: var(--lighter-blu);
}*/

.downlds li a {
    margin-left: 32px;
    padding: 0 !important;
}

.downlds i {
    color: var(--light-blue);
    position: absolute;
    left: -30px;
}

.side-pnl.r_keywords {
    background:var(--light-org);
    /*box-shadow: var(--box-shadow);*/
}

.side-pnl.r_keywords ul {
    display: flex;
    flex-wrap: wrap;
}

.side-pnl.r_keywords ul li {
    margin-right: 5px;
    flex: none;
}

.side-pnl.r_keywords ul li a {
    padding: 2px 10px;
    background: var(--org-color);
    color: var(--pure-white);
    border-radius: 50px;
    margin-bottom: 3px;

}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 2s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.slider-wrap {
    padding: 3px 0px;
    overflow: hidden;
}

.frm-submition .wizard-btn {
    width: 100%;
}

.prev-step.wizard-btn span,
.next-step.wizard-btn span {
    display: none;
}

.similar__slider {
    position: relative;
    top: 30px;
    right: 0;
}
.ShowSupportingDocs {
    overflow-y: auto;
    height: 230px;
}
.ShowSupportingDocs ul {
    list-style: none;
    padding: 0px;
}

.ShowSupportingDocs ul li .bi, .ShowSupportingDocs ul li svg {
    padding-right: 15px;
}
.ShowSupportingDocs ul li svg {
    width:32px;
}
/******** The Overlay (background) *********/
.overlay:after {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    transition: 1s;
}

/*.big-menu.show:after {
  width: calc(110vw);
  position: fixed;
  z-index: -1;
  top: -16px;
  left: -20vw;
}*/

.hideScroll {
    overflow-y: hidden;
}

aside {
    padding: 0 15px;
    margin-right: 0;
}

.inr-pages {
    padding: 60px 0 100px 0;
}

.nos {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 15px;
}

.nos li {
    list-style: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 6px;
    background: var(--pure-white);
}

.nos li a {
    color: #333;
}

.nos li i {
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
}

.nos li i::before {
    font-size: 24px;
}

.nos li i.bi-file-pdf-fill {
    color: #c92a2d;
}

.nos li i.bi-file-word-fill {
    color: #057dc1;
}

.hideScroll .nqr-logo {
    z-index: -1;
}

.hideScroll .top-menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hideScroll .showOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.lock {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 4px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.lock i {
    position: relative;
    top: 1px;
}

.lock i::before {
    color: #fff;
}

.sectors_sec {
    background: #cfedff;
    padding: 54px 0 70px 0;
}

.sectors .card {
    transition: all .2s ease-in-out;
}
.sectors .card>.card-body{
    padding:0;
    display: flex;
    justify-content: center;
}
.sectors .card>.card-body>a {
    padding:1.25rem;
}
.sectors .card:hover {
    background-color: #067dc1;
    position: relative;
    z-index: 1;
}
.sectors .card:hover img.sector-icon{
    display: none;
    transition: 0.5s;
}
.sectors .card:hover img.sector-icon-h {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.sectors .card:hover a,
.sectors .card:hover p {
    color: #fff;
}

.table__responsive {
    margin-top: 40px;
    overflow-x: scroll;
}

.table__responsive table {
    border: 1px solid var(--deep-blue);
    border-width: 1px 0 0 1px;
    width: 100%;
    overflow: hidden;
}

.table__responsive table tr:last-child {
    border-radius: 0 0 8px 8px;
}

.table__responsive table th:nth-of-type(1) {
    width: 68%;
    min-width: 200px;
}

.table__responsive table th:nth-of-type(2) {
    width: 10%;
    min-width: 100px;
}

.table__responsive table th:nth-of-type(3) {
    width: 15%;
    min-width: 100px;
}

.table__responsive table th:nth-of-type(4) {
    width: 7%;
    min-width: 50px;
}


.table__responsive table.elg tr:last-child {
    border-radius: 0 0 8px 8px;
}

.table__responsive table.elg th:nth-of-type(1) {
    width: 20%;
    min-width: auto;
}

.table__responsive table.elg th:nth-of-type(2) {
    width: 20%;
    min-width: auto;
}

.table__responsive table.elg th:nth-of-type(3) {
    width: 20%;
    min-width: auto;
}

.table__responsive table.elg th:nth-of-type(4) {
    width: auto;
    min-width: auto;
}


.table__responsive table {
    border-collapse: collapse;
}

.table__responsive th {
    background-color: var(--deep-blue);
    color: var(--pure-white);
    font-weight: 500;
}

.table__responsive th,
.table__responsive td {
    border-right: 1px solid var(--deep-blue);
    padding: 5px;
}

.table__responsive th,
.table__responsive td {
    border-bottom: 1px solid var(--deep-blue);
}

tr:nth-child(odd) {
    background-color: #e8f3f9;
}

.menu-list {
    overflow-x: hidden;
    max-height: 300px;
    float: left;
    width: 100%;
}

.force-overflow {
    min-height: 450px;
}

#scroll__bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#scroll__bar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#scroll__bar::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.full__sectors.sectors {
    grid-template-columns: none;
}
.full__sectors.sectors .card {
    width: auto;
    margin-bottom: 30px;
    min-height: 145px;
}
.full__sectors.sectors .card p {
    display: -webkit-box;
    height: 40px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qp-code{
    display: inline-flex;
    position: relative;
}
.old_code_info {
    background: none;
    padding: 0;
    border: none;
    position: relative;
    top: -1px;
    margin-left: 5px;
}
.old_code_info:hover, .old_code_info:active, .old_code_info:focus {
    background: none !important;
    border: none !important;
    box-shadow:none !important;
}

ul.old__code {
    display: none;
    background-color: #fff;
    border-radius: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top:calc(100% - 28px);
    right: -275px;
    z-index: 5;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
ul.old__code:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right:8px solid #fff;
    position: absolute;
    top: 8px;
    left: -8px;
  }
ul.old__code li {
    padding: 3px 10px;
    color: #333;
    display: flex;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
ul.old__code li:last-child {
    border-bottom: none;
}
ul.old__code li>p{
    margin: 0;
}
ul.old__code li span {
    color: #72BE44;
    display: inline-block;
    margin-left: 5px;
}

.all.cards-wrapper {
    margin: 0px;
}
.sectors.all {
    padding: 0 15px;
}
.sectors.all .card {
    width: 98%;
}
/* google sahil test */
#google_translate_element {
    /* width: 10px;
    float: right;
    text-align: right; */
    display: none !important;
}

.skiptranslate{
    display: none !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

#goog-gt-tt {
    display: none !important;
    top: 0px !important;
}

.goog-tooltip skiptranslate {
    display: none !important;
    top: 0px !important;
}

.activity-root {
    display: hide !important;
}

.status-message {
    display: hide !important;
}

.started-activity-container {
    display: hide !important;
}

.card-info{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    width: 87%;
}
.q-version{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.q-version select {
    padding: 8px;
    border-radius:5px;
    border: 1px solid #ccc;
}
.carousel-inner:hover {
    overflow: visible;
}
::selection {
    background-color: #007bff;
    color:#fff;
}
.visitor {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    text-align: center;
}
.visitor span {
    display: inline-block;
    margin-right: 0px;
}
.btn-filter {
    display: flex;
    margin: auto;
    padding: 8px 15px;
    border: 1px solid #000;
    margin-bottom: 15px;
    font-size: 16px;
}
.btn-filter .bi {
    margin-right: 5px;
}

.card-body a#showMoreButton1 span {font-size: 14px !important;margin-left: 17px;font-weight: 400;}   
   .filter-menu {display: flex; justify-content: space-between;margin-bottom: -3px; padding-top: 14px;}
   a.filter-clear.local { font-size: 14px !important; padding-right: 10px; font-weight: 500;}
   p.filter-text { padding-left: 21px; font-size: 14px !important; font-weight: 500;}
   .search-counts {padding-left: 10px;}
   .search-counts { font-size: 18px !important;}
   span#qualificationcount {font-size: 17px !important;}
   .search-counts { padding-top: 6px; margin-bottom: -4px;}
   .filter-clear span {color: #adb5bd!important; font-size: 12px;font-weight: 400;}


.slick-next {
    right: 0 !important;
}
.slick-prev {
    left: 0 !important;
}


/**
* Archive Table Css
* 24-07-2023
*/

.tbl-grid {
overflow-y: auto;
}


.archiveSupportingFiles ul {
  margin: 0;
  list-style: none;
  padding: 0;
  overflow-y: auto;
  height: 180px;
}
.archiveSupportingFiles ul li {
  margin-bottom: 20px;
  position: relative;
/*  padding-left: 55px;*/
}
.archiveSupportingFiles ul li i.bi {
  position: absolute;
  left: 5px;
  top: 0;
  background: #eee;
  border-radius: 20px;
  padding: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.archiveSupportingFiles a  {
  color: #333;
}

/*29-08-2023
css for loader
*/

#loadingIndicator {
    position:fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
}

.loader {
    width: 40px;
    height: 40px;
    border: 3px solid #067dc1;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

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

/*04-09-2023*/
#sideFilter .wizradio-primary {
    position: relative;
    padding-left: 20px;
}

#sideFilter .wizradio-primary input[type="checkbox"], #sideFilter .wizradio-primary input[type="radio"] {
    position: absolute;
    top: 5px;
    left: 0;
}
.qualifications__details .inner-banner-dv {
    padding: 1.5rem 2.35rem;
}

/* 19-01-2023  */
 .dropdown-menu {
   width: 100%;
   top: 5px !important;
   padding: 10px 10px 50px 10px;
   border-radius: 8px;
   border: none;
   transform: none !important;
   top: 50px !important;
   overflow: hidden;
   }
   .view-all-sectors {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background: #fff;
   display: block;
   width: 100%;
   text-align: center;
   border-top: 1px solid #ccc;
   color: #c82a2d;
   text-transform: uppercase;
   font-weight: 500;
   font-size: 0.95rem;
   }


 .qf-details {
        display: flex; 
        justify-content: flex-end;
    }
    .qf-thumb-img {
        height: 160px;
        border-radius: 12px;
        margin: 0 0 0 30px;
    }





/********* Print Css ********/
@media print {
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .main-carousel-dv {
        display: none;
    }

}

@page {
    margin: 1cm;
}

/* body {-webkit-print-color-adjust: exact;} */
