body.teamlease {
    background-color: #f2f2f2;
    font-family: Montserrat, sans-serif!important;
    font-size: 14px;
    line-height: 1.42857143;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
:root {
    --login-btn-color: #ffa937;
    --tl-footer-bg: #1f3f5a;
    --off-white: #c6cede;
    --primary-blue: #7828fd;
    --secondary-blue: #5494c5;
    --md-gray: #aeacac;
    --drk-gray: #4e4e4e;
    --lgt-gray: #efeff1;
    --gray: #666;
    --border-gray-lgt: #e8e8e8;
    --gray-bg-lgt: #f8f8f8;
    --light-bg: #fbfcff;
    --light-blue: #f1f8ff;
}
.shadow-allside {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .28);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .28);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .28);
}
.no-decoration, .no-decoration:hover {
    text-decoration: none!important;
}
.scroll-line {
    position: relative;
    border: 1px solid var(--border-gray-lgt);
    margin-bottom: 1.3rem;
}
.scroll-bar {
    border: 1px solid #235eff;
    position: absolute;
    width: 60px;
    left: 15px;
    transition: all .5s ease;
}
.hoverable>.list-group-item:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.hoverable>.list-group-item:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hoverable>.list-group-item:hover {
    background: #f3f3f3;
}
.no-pd-left {
    padding-left: unset;
}
.no-pd-right {
    padding-right: unset;
}
.no-pd-tp {
    padding-top: unset;
}
.no-pd {
    padding: unset;
}
.pd-lft-10 {
    padding-left: 10px;
}
.pd-rgt-10 {
    padding-right: 10px;
}
.pd-tp-10 {
    padding-top: 10px;
}
.pd-btm-10 {
    padding-bottom: 10px;
}
.f-16 {
    font-size: 16px!important;
    font-weight: 500;
}
.f-14 {
    font-size: 14px!important;
    font-weight: 500;
}
.f-12 {
    font-size: 12px!important;
}
.f-18 {
    font-size: 18px!important;
}
.f-20 {
    font-size: 20px!important;
}
.f-25 {
    font-size: 25px!important;
}
.f-11 {
    font-size: 11px!important;
}
.f-10 {
    font-size: 10px!important;
}
.f-white {
    color: #fff!important;
}
.f-dim-gray {
    color: #949494!important;
}
.f-gray {
    color: var(--drk-gray)!important;
}
.f-violet {
    color: var(--primary-blue)!important;
}
.f-red {
    color: red!important;
}
.f-def-font {
    color: var(--login-btn-color)!important;
}
.f-bold {
    font-weight: 700!important;
}
.f-md-bold {
    font-weight: 600!important;
}
.error-absolute {
    position: absolute;
    color: #fff467!important;
}
.border-light {
    border-color: var(--border-gray-lgt)!important;
}
.border-b-light {
    border-bottom: 1px solid var(--border-gray-lgt);
}
.input-fill {
    background: #f5f5f5!important;
}
.p-t-2 {
    padding-top: 2px!important;
}
.f-normal {
    font-weight: 400;
}
.single-line-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.break-word {
    overflow-wrap: break-word;
}
.img-20 {
    width: 20px!important;
}
.img-16 {
    width: 16px!important;
}
.img-14 {
    width: 14px!important;
}
.img-12 {
    width: 12px!important;
}
.img-10 {
    width: 10px!important;
}
.lh-normal {
    line-height: normal;
}
.show-hide {
    position: absolute;
    top: 25px;
    right: 0;
}
.transition-all {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease-in-out;
}
.transition-all.do {
    transform: scaleY(1);
}
.hi-60 {
    min-height: 60px!important;
}
.hi-100 {
    min-height: 100px!important;
}
.hi-400 {
    min-height: 400px;
}
.display-none {
    display: none!important;
}
.border-right-straight {
    border-color: var(--border-gray-lgt);
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.sticky-header {
    position: sticky!important;
    top: 0;
    z-index: 3;
}
.tl-header-mobile {
    background: #fff;
    width: 100%;
    display: block;
}
.tl-header-mobile img {
    width: 120px;
}
.tl-header-mobile .container-fluid .row {
    height: 50px;
}
.tl-header-mobile .text-orange {
    color: var(--login-btn-color);
    display: flex;
    float: right;
    text-transform: capitalize;
}
.tl-header-mobile .text-orange i {
    padding-top: .15rem;
    margin-right: .4rem;
}
.login-btn {
    color: var(--login-btn-color);
    border-radius: 5px;
    border: 1px solid var(--login-btn-color);
    background: #fff;
    text-align: center;
    padding: 3px 15px;
    float: right;
    font-size: 12px;
}
.orange-btn {
    color: #fff;
    background: var(--login-btn-color);
    padding: 0 20px;
    border-radius: 5px;
}
.btn-full {
    width: 100%;
    padding: 5px 20px;
    margin-bottom: 3px;
}
.button-sticky {
    position: sticky;
    bottom: 0;
}
.orange-btn:hover {
    color: #fff;
}
.error-msg {
    color: red;
    font-size: 12px;
}
.content-box {
    width: 100%;
    display: block;
    min-height: 450px;
}
.content-box.bg-light-gray {
    background: var(--light-bg);
}
.banner-container {
    position: relative;
    background: linear-gradient(293deg, var(--primary-blue) 0, var(--secondary-blue) 100%);
    color: #fff!important;
    width: 100%;
    min-height: 90px;
    overflow: hidden;
}
.banner-container.common-banner {
    min-height: 70px;
    padding-top: unset;
}
.banner-container .banner-bg-top {
    position: absolute;
    right: -15%;
    opacity: .5;
    top: 0;
}
.banner-container .banner-bg-bottom {
    position: absolute;
    left: -15%;
    opacity: .7;
    bottom: -30%}
.banner-container .orange-btn {
    padding: 10px 45px;
}
.attached-input {
    position: relative;
}
.attached-input .append-item, .attached-input .prepend-item, .location-selector .append-item, .location-selector .prepend-item {
    position: absolute;
    color: #666;
    top: 5px;
}
.attached-input .prepend-item, .location-selector .prepend-item {
    left: 5%}
.location-selector .append-item {
    right: 12%}
.attached-input .append-item {
    right: 9%}
.swiper-container {
    width: 100%;
    height: 130px;
}
.swiper-container#company-slider-swiper {
    height: 35px;
}
#role-slider-swiper .swiper-slide {
    width: 122px!important;
    margin-right: 10px!important;
}
.slider-container {
    padding-top: 10px;
}
.swiper-wrap.role-slider {
    width: 100%;
    color: var(--light-bg);
}
.role-slider:not(.swiper-wrapper) {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    min-height: 120px;
    width: 100%;
    color: var(--light-bg);
}
.role-slider .slide {
    height: 116px;
    width: 33.3%;
    background: #fff;
    text-align: center;
    align-self: center;
    text-decoration: none;
    position: relative;
}
.border-c {
    border-radius: unset;
    border-color: var(--border-gray-lgt)!important;
}
.border-c.side-border {
    border-left: 1px solid;
    border-right: 1px solid;
}
.border-c.bottom-border {
    border-bottom: 1px solid;
}
.border-c.top-border {
    border-top: 1px solid;
}
img.center {
    display: block;
    margin: 5px auto;
}
img.img-40 {
    width: 42px;
    padding-top: 15px;
}
img.img-25 {
    width: 25%}
.role-slider .slide .role-count, .role-slider .slide .role-name {
    font-size: 10px;
    margin: 5px 10px;
}
.role-slider .slide .role-name {
    color: var(--drk-gray);
    font-size: 12px;
}
.role-slider .slide .role-count {
    color: var(--primary-blue);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 85%}
.company-slider {
    margin-top: 10px;
}
.company-slider .slide {
    margin-right: 10px;
}
.company-slider .slide img {
    max-width: 70px;
}
.employer-container {
    background: var(--light-blue);
    width: 100%;
    min-height: 250px;
    text-align: center;
    color: var(--drk-gray);
}
.employer-container .orange-btn {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
}
.employer-container .white-col {
    display: block;
    width: 100%;
    min-height: 120px;
    background: #fff;
    color: var(--drk-gray);
    -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .14);
    -moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .14);
    border-radius: 4px;
}
.employer-container .white-col h3 {
    font-size: 20px;
    color: var(--drk-gray);
}
.employer-container .white-col p {
    font-size: 11px;
    color: var(--drk-gray);
}
.adv-container {
    width: 100%;
    background: var(--light-bg);
}
.adv-container .add-box {
    background: var(--lgt-gray);
    min-height: 90px;
}
.gradient-header-bg {
    background: linear-gradient(293deg, var(--primary-blue) 0, var(--secondary-blue) 100%);
    height: 50px;
    color: #fff;
}
.gradient-header-bg h3 {
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tl-popup-close {
    position: absolute;
    top: -7px;
    right: -8px;
    font-size: 1.01rem;
    color: #666;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 9999;
}
.gradient-header-bg .tl-popup-close {
    position: relative;
    top: unset;
    right: unset;
}
.white-container {
    background: #fff;
}
.white-container ul {
    list-style: none;
    padding-left: unset;
}
.white-container ul li {
    color: var(--gray);
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid var(--border-gray-lgt);
    font-size: 14px;
    font-weight: 500;
}
.white-container ul li:last-of-type {
    border-bottom: unset;
}
.white-container ul li a {
    display: block;
    color: var(--gray);
}
.employer-container .btn-link, .slider-container .btn-link, .white-container .btn-link {
    color: var(--login-btn-color);
}
.border-blue {
    border-bottom: 1px solid var(--secondary-blue);
}
.rounded-input {
    border-radius: 6px;
    margin-top: 1.5rem;
    border-color: var(--primary-blue);
}
.input-group.input-white .input-group-text {
    background: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: unset;
    color: var(--drk-gray);
    border-color: #707070;
}
.input-group.input-white .form-control {
    border-left: unset;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color: #707070;
}
.input-group.input-white .form-control[placeholder] {
    color: #9c9c9c;
    font-size: 12px;
}
.slide-in-container {
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1200;
    position: fixed;
    top: 0;
    display: block;
    overflow-y: auto;
}
.slide-in-container .slide-head {
    height: 50px;
}
.slide-in-container .slide-head.filter {
    background: #568ec8 0 0 no-repeat padding-box;
    height: 50px;
    color: #fff;
    font-weight: 600;
}
.slide-in-container .slide-head a {
    color: var(--drk-gray);
    padding-top: .8rem;
    font-size: 16px;
    display: inline-block;
}
.slide-in-container .slide-head.filter a.clear-filters {
    color: var(--login-btn-color);
    text-decoration: none;
}
.slide-in-container .slide-head.filter a {
    color: #fff;
    padding-top: 1rem;
    font-size: 12px;
}
.slide-in-container .list-group-flush li:first-of-type {
    border-top: unset;
}
.slide-in-container .list-group-flush li a {
    color: var(--gray);
    text-decoration: none;
}
.slide-in-container .list-group-flush li {
    padding-left: unset;
    font-size: 14px;
    border-color: var(--border-gray-lgt);
}
.slide-in-container .orange-btn {
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.slide-in-container .current-location a {
    font-size: 12px;
    color: var(--drk-gray);
}
.slide-in-container .current-location i {
    color: #007bff;
    font-size: 18px;
    float: left;
}
.slide-in-container .form-control:focus {
    box-shadow: unset;
}
.slide-in-container .tab-box {
    padding-top: 1rem;
    padding-bottom: 125px;
    position: relative;
    background: #fff;
    overflow-y: scroll;
    height: 100vh;
}
.slide-in-container .tab-box .filter-search {
    height: 40px;
}
.slide-in-container .tab-box .attached-input .append-item {
    right: 5%;
    top: 20%;
    font-size: large;
}
.slide-in-container .fixed-bottom-panel {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 42px;
    background: #fff;
}
.slide-in-container .fixed-bottom-panel .orange-btn {
    padding: 5px 40px;
    font-size: 14px;
    margin-bottom: .5rem;
}
.tabs-block {
    background: var(--lgt-gray);
    padding: unset;
    height: 100vh;
}
.tabs-block .vertical-tabs .vertical-tab.active {
    background: #fff;
}
.slide-in-container .vertical-tabs {
    margin: unset;
}
.sub-list, .vertical-tabs {
    list-style: none;
    padding-left: unset;
    font-size: 12px;
}
.tabs-block .vertical-tabs .vertical-tab {
    color: var(--drk-gray);
    height: 50px;
    padding-top: 20px;
    padding-left: 15px;
}
.tabs-block .vertical-tabs .vertical-tab.active {
    background: #fff;
}
.sub-list li {
    padding: 5px 0;
}
.sub-list li, .sub-list li a {
    color: var(--drk-gray);
}
.sub-list li a i, .sub-list li i {
    color: var(--lgt-gray);
}
.fixed-bottom-button {
    color: var(--tl-footer-bg);
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 70px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    padding-top: 6px;
    transform: rotate(270deg);
}
.tl-footer-mobile {
    background: var(--tl-footer-bg);
    width: 100%;
    display: block;
}
.tl-footer-mobile .container-fluid .row {
    min-height: 200px;
}
.social-icon-wrapper {
    width: 60%;
    margin-left: 20%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.social-icon {
    width: 36px;
    height: 36px;
    padding-left: 10px;
    border-radius: 50%}
.icon-36-36 {
    width: 36px;
    height: 36px;
}
.tl-footer-mobile .footer-text {
    color: var(--md-gray);
    text-align: center;
    font-size: 12px;
}
.tl-footer-mobile .footer-text a {
    color: var(--off-white);
}
.tl-switch .custom-control-input:checked~.custom-control-label::after {
    background: var(--login-btn-color);
}
.tl-switch .custom-control-input:checked~.custom-control-label::before {
    background: #eeecec;
}
.tl-switch .custom-control-label::before {
    top: .4rem!important;
    height: .7rem!important;
    width: 1.4rem!important;
}
.tl-switch .custom-control-label::after {
    left: calc(-2.5rem + 2px);
    top: calc(.1rem + 2px);
    width: calc(1.2rem - 4px);
    height: calc(1.2rem - 4px);
}
.padding-15 {
    padding: 15px;
}
.inline-block {
    display: inline-block;
}
.color-fff {
    color: #fff;
}
.color-e2e2e2 {
    color: #e2e2e2;
}
.font-bold {
    font-weight: 700;
}
.margin-right-15 {
    margin-right: 15px;
}
.icon-24-24 {
    width: 24px;
    height: 24px;
}
.content-container {
    background: var(--light-bg);
}
.white-card {
    min-height: 170px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    display: block;
    width: 100%;
    padding: 10px 15px;
}
.white-card.heading {
    min-height: 50px!important;
}
.white-card .premium-jobs {
    position: absolute;
    right: 15px;
}
.white-card .card-title {
    font-size: 12px;
    font-weight: 500;
    color: var(--drk-gray);
}
.white-card .card-subtitle {
    font-size: 10px;
    font-weight: 500;
    color: var(--drk-gray);
}
.white-card .card-text {
    color: var(--gray);
    font-size: 10px;
    margin-bottom: 5px;
}
.white-card .role-text {
    color: var(--drk-gray);
    font-size: 10px;
}
.white-card .day-pill {
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 20px;
}
.btn-outline-orange {
    padding: 1px;
    border-color: var(--login-btn-color);
    background: #fff;
    color: var(--login-btn-color)!important;
    font-size: 12px;
}
.social_icons {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: large;
}
.social_icons.linkedin {
    color: #0077b5;
}
.social_icons.facebook {
    color: #3b5998;
}
.social_icons.whatsapp {
    color: #25d366;
}
.social_icons.twitter {
    color: #1da1f2;
}
.social_icons.google-plus {
    color: #dd4b39;
}
.input-wrap {
    height: 60px;
    position: relative;
    margin-bottom: unset;
}
.input-wrap .error-msg, .input-wrap .n-err {
    position: absolute;
    bottom: 0;
    font-size: 10px;
}
.floating_place_holder {
    margin-top: 1rem;
    border-width: 0 0 1px 0;
    border-radius: unset;
    position: absolute;
    bottom: 15px;
    border-color: var(--drk-gray);
    font-size: 14px;
}
.floating_place_holder:focus {
    box-shadow: unset;
    border-color: var(--primary-blue);
}
.floating-label {
    position: absolute;
    color: var(--drk-gray);
    transition: all .5s ease;
}
.floating-label.floating-label-focused {
    bottom: 45px;
    font-size: 12px;
    color: var(--primary-blue);
}
.floating-label:not(.floating-label-focused) {
    bottom: 15px;
    font-size: 14px;
}
.btn-lg.orange-btn {
    padding: 10px 30px;
}
.pagination.pagination-sm {
    float: right;
}
.pagination.pagination-sm .text-info {
    padding-top: 5px;
    color: var(--drk-gray)!important;
}
.pagination.pagination-sm .paginate_button {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    border: 1px solid var(--lgt-gray);
    text-align: center;
}
.pagination.pagination-sm .paginate_button a {
    color: var(--drk-gray);
}
.pagination.pagination-sm .paginate_button.active a {
    color: var(--secondary-blue);
}
.otp-input input.otp-input-element {
    width: 30px;
    border: 1px solid var(--drk-gray);
    border-width: 0 0 1px 0;
    margin-right: 10px;
    text-align: center;
}
.otp-input input.otp-input-element:focus {
    border-color: var(--primary-blue);
    outline: unset;
}
.job-footer-listing {
    background: #fff;
}
.no-white .job-footer-listing {
    background: unset;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
}
.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
#qa_modal .select2-container {
    width: 100%!important;
    position: absolute;
    bottom: 15px;
    display: block;
}
#qa_modal .select2-container--default .select2-selection--single {
    border-width: 0 0 1px 0;
    height: 40px;
    font-size: 14px!important;
    outline: unset;
    border-color: var(--drk-gray);
    border-radius: unset;
}
#qa_modal .select2-container--default .select2-selection--single:focus {
    border-color: var(--primary-blue);
}
#qa_modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    outline: unset;
    position: absolute;
    bottom: 0;
}
#qa_modal .select2 .select2-container .select2-container--default .select2-container--disabled {
    background: #fff;
}
#qa_modal .select2 .select2-container .select2-container--default .select2-container--disabled .select2-selection__rendered {
    color: var(--md-gray);
}
#qa_modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    top: unset;
}
#qa_modal .select2-selection__placeholder {
    color: var(--drk-gray);
}
#qa_modal .select2-container--open .select2-selection__placeholder {
    color: var(--primary-blue);
}
.icon-24-24 {
    width: 24px;
    height: 24px;
}
.a2 {
    fill: #3c5a99;
}
.a1 {
    fill: #e65a4d;
}
.b {
    fill: #f6f4ec;
}
.c {
    fill: #e6e3d6;
}
.d {
    fill: #b6b5ac;
}
.e {
    fill: #b1392f;
}
.f {
    fill: #bebdb3;
}
.g {
    fill: #c7c5bb;
}
.h {
    fill: #c4c2b8;
}
.i {
    fill: #c2c0b6;
}
.login-icon {
    border: 1px solid #4e4e4e;
    border-radius: 50%}
.aS {
    fill: #fcbf29;
}
.bS {
    fill: #fedb41;
}
.cS {
    fill: #fec478;
}
.dS {
    fill: #feb756;
}
.eS {
    fill: #fedbab;
}
.fS {
    fill: #4f3f82;
}
.gS {
    fill: #3b2c68;
}
.hS {
    fill: #568cc9;
}
.iS {
    fill: #cae8f9;
}
.fb_login {
    position: relative;
    left: 8px;
    top: 5px;
}
.gmail_icon {
    position: relative;
    left: 4px;
    top: 6px;
}
.or_option {
    margin-top: 30px;
}
.border-line {
    border-top: 1px solid #545454;
    width: 130px;
    margin: auto;
}
.pull-top {
    margin-top: -10px;
}
.text-or {
    display: inline-block;
    color: #545454;
    background: #fff;
    padding: 0 10px;
}
.language-container {
    position: relative;
}
.language-selector {
    position: absolute;
}
.language-box {
    margin-right: 13px;
    width: 75px;
    display: block;
    float: right;
    border: 1px solid #d9d9d9;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}
.language-icon-left {
    width: 15px!important;
    margin-right: 5px;
    margin-top: 3px;
}
.inverted-caret {
    width: 10px!important;
    transform: rotate(180deg);
    position: absolute;
    z-index: 10;
    bottom: -7px;
    right: 7%;
    filter: brightness(0) invert(1);
    display: none;
}
.language-icon-right {
    margin-top: 7px;
}
#selected_language {
    text-transform: uppercase;
    width: 75px;
}
ul.language-selector {
    z-index: 6;
    width: 165px;
    display: none;
    top: 105%;
    right: 0;
}
.login-success-hide img, .login-success-show img {
    width: 30px!important;
}
#l_bn.bn, #l_en.en-US, #l_hi.hi, #l_ml.ml, #l_ta.ta {
    color: var(--login-btn-color);
}
.header-profile-container {
    position: relative;
}
.user-menu {
    z-index: 6;
    width: 135px;
    display: none;
    top: 105%;
    right: 15%;
    position: absolute;
}
.ad-content-slide, .youtube-slide-content {
    text-decoration: none;
    width: 100%}
.ad-content-slide {
    display: flex;
    justify-content: center;
}
.youtube-slide-content {
    display: block;
    margin-right: .75rem;
}
.ad-slide-content-image, .youtube-slide-content-image {
    max-width: 100%}
.subscribe-youtube {
    text-decoration: none;
    color: red!important;
}
.light-gray-bg {
    background: #fbfcff;
}
.transparent-bg {
    background: 0 0!important;
}
#youtube-video-view .modal-content {
    margin-top: 50%}
#banner-view .close, #youtube-video-view .close {
    position: absolute;
    z-index: 9;
    color: #585858;
    background: #fff;
    opacity: unset;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 16px;
    right: 2px;
    top: 2px;
}
.popover-dark {
    position: absolute;
    top: 30px;
    left: -88px;
    display: block;
    width: 135px;
    z-index: 9999;
    background: #212121;
}
.popover-dark .popover-body {
    color: #fff;
    text-align: center;
}
.bs-popover-bottom>.arrow::after {
    border-bottom-color: #212121;
}
.bottom-content h2, h3 {
    font-size: 16px;
    font-weight: 600;
}
.margin-7 {
    margin-top: 7px;
}