/* -----Variables--- */

:root {
    --main-bg-white: #FFFFFF;
    --second-bg-white: #FDFDFE;
    --text-white: #ffffff;
    --blue-dark-primary: #234293;
    --blue-dark-secondary: #2D52B3;
    --blue-light-primary: #52A5EA;
    --black-primary: #1D1D1D;
    --second-color: #3ea175;
    --grey-first: #333333;
    --grey-second: #555555;
    --grey-light-first: #878788;
    --grey-light-second: #919191;
    --box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    --border-radius: 4px;
    --second-box-shadow: inset 0 0 5px #a5aaad;
    --main-color-red: #CA5F76;
    --main-color-green: #019707;
    --main-color-blue: #349eff;
    --main-color-orange: #d68102;
    --main-color-yellow: #a98921;
    --sidebar-width: 300px;
    --border-radius: 15px;
    --top-nav-height: 110px;
    --transition-cubic: cubic-bazier(0.175, 0.855, 0.32, 1.275);
}


/* ---Scrollbar Reset-- */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #4c8ea05c;
}

::-webkit-scrollbar-thumb {
    background-color: #4c8ea05c;
    border-radius: 6px;
    border: 3px solid #4c8ea05c;
}


/* ======Global css===== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
::before,
::after {
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    font-family: roboto,sans-serif;
    background: linear-gradient(0deg,#EBF3FA,#EBF3FA),#fff;
}

/* @font-face {
    font-family: "Gilroy-ExtraBold", sans-serif;
    src: url("../fonts/Gilroy-ExtraBold.otf");
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url("<?php echo FONT_PATH?>Gilroy-SemiBold.ttf");
}

@font-face {
    font-family: "circular-std-medium-500";
    src: url("../fonts/circular-std-medium-500.ttf");
}

@font-face {
    font-family: "CircularStdBook";
    src: url("<?php echo FONT_PATH?>CircularStdBook.ttf");
}

@font-face {
    font-family: "wavehaus-66-book";
    src: url("../fonts/wavehaus-66-book.otf");
}

@font-face {
    font-family: "wavehaus";
    src: url("../fonts/wavehaus-95-semi-bold.otf");
}

@font-face {
    font-family: "wavehaus-128-bold";
    src: url("../fonts/wavehaus-128-bold.otf");
} */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
body {
    font-family: "SFProDisplay-Regular";
}
p,a,span li{
    font-family: "SFProDisplay-Regular" !important;
}
h1,h2,h3,h4,h5,h6,p.h1,p.h2,p.h3,p.h4,p.h5,p.h6{
    font-family: montserrat,sans-serif !important;
}
.circular-book {
   font-family: 'Open Sans',
   "Helvetica Neue",
   sans-serif;
}

.circular-medium {
    font-family: "circular-std-medium-500";
}

.gilory-extra-bold {
   font-weight: bolder;
}
.f-18{
    font-size: 18px;
}
.open-semibold{
      font-family: 'Open Sans',
      "HHelvetica Neue",
      sans-serif !important;
      font-weight: 600;
}

/* ======Global css===== */

.position-relative {
    position: relative;
}

.sec-gap {
    padding-top: 35px;
    padding-bottom: 35px;
}

.text-primary-p {
    color: var(--first-grey);
    font-size: 14px;
    font-weight: 600;
}

.text-white-p {
    color: var(--text-white);
}

.font-bold {
    font-weight: 700;
}

.text-title {
    color: var(--text-color);
}

.text-light-blue {
    color: var(--text-blue);
}

.text-red {
    color: var(--main-color-red);
}

.text-yellow {
    color: var(--main-color-yellow);
}

.text-green {
    color: var(--main-color-green);
}

.container__width {
    width: 90%;
}
.container-width{
    width: 86%;
}

/* ============Menu======= */
/* ======================= Menu ======================= */

.navbar .container-fluid {
    margin-left: 6rem;
    margin-right: 6rem;
}

.navbar-brand img {
    height: auto;
    width: 120px;
}

.nav-pre-link {
    color: #5aa8be !important;
    padding: 0.5rem .7rem !important;
    margin-right: 0px !important;
    letter-spacing: 0.4px;
    font-size: 13px !important;
}
.nav-link {
    padding: 0.5rem 0.4rem!important;
    font-size: 12px!important;
    font-weight: 700!important;
    border-radius: 0.25rem;
    margin-right: 10px;
}

.link-about {
    margin-right: 5px !important;
}

.nav_toogle.nav-tabs .nav-item .nav-link {
    font-size: 18px !important;
}

.position_sticky_nav {
    position: sticky;
    top: 0;
    z-index: 1000;
}
a.head-link{
    font-size: 14px !important;
    letter-spacing: 0.15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    padding-bottom: .2rem !important;
    margin-left: 9px;
}
a.head-link.active{
    border-bottom: 2px solid #ffffff;
}
.spacing-15{
    letter-spacing: 0.15px;
}
.result-heading{
    color: #CA5F76;
    padding-top: 1rem;
    font-family: "SFProDisplay-Regular";
}
.mail-job-card{
    border-radius: 12px;
    padding:30px 16px;
    background-color: #fff;
}
.mail-job-card > h5{
    color: #828282;
    font-family: "Montserrat",
    sans-serif;
    font-size: 16px;
    margin-bottom: 50px;
}
.nav-pre-link {
    color: #5aa8be !important;
    padding: 0.5rem 0.7rem !important;
    margin-right: 0px !important;
    letter-spacing: 0.4px;
    font-size: 13px !important;
}
.text-blue {
    font-family: "SFProDisplay-Regular";
    font-weight: 500;
}
.text-blue {
    color: #4C8EA0 !important;
}
.SFProDisplay-Regular {
    /* font-family: 'FontsFree-Net-SFProDisplay-Regular', sans-serif; */
    font-family: "SFProDisplay-Regular";
}

/* ======================= Menu ======================= */


a.px{
    padding-left: .8rem !important;
    padding-right: .8rem !important;
}
 



.bar1,
.bar2,
.bar3 {
    width: 26px;
    height: 2px;
    background-color: var(--main-color-red);
    margin: 6px 0;
    transition: 0.4s;
}

div.bar3 {
    width: 13px;
}

#sidebarCollapse.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

#sidebarCollapse.active .bar2 {
    opacity: 0;
}

#sidebarCollapse.active div.bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -3px);
    transform: rotate(45deg) translate(-5px, -3px);
    width: 26px;
}

.top__banner {
    background: #F1F1F2;
    width: 100%;
    background-position: center 0px;
    background-size: cover;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
}

.custom-label {
    font-size: 14px;
    letter-spacing: 0.88px;
    color: #1D1D1D;
    opacity: 0.8;
    margin-bottom: 3px;
}

.explain_img {
       position: absolute;
       right: 15px;
       width: 590px;
       top: 29%;
}

.shape-white-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
}


/* .top__banner__box {
      position: absolute;
      top: 50%;
  } */

.top__banner__box h1 {
    font-size: 50px;
    color: var(--black-primary);
    opacity: 0.9;
    font-weight: bolder;
}
.topbanner.job__topbanner {
       width: 100%;
   }


.top__banner__box p {
    font-size: 25px;
    letter-spacing: 1.54px;
}

.top__content {
    background-color: var(--main-bg-white);
    padding: 20px;
    margin-top: 16px;
    border-radius: 15px;
}

.topnav__search>input {
    padding: .6rem .6rem;
    height: 40.19px !important;
}

.topnav__search>select {
    padding: .6rem .6rem;
    height: 40.19px !important;
}

.topnav__search>input::placeholder {
    font-size: 14px;
}

/* select.form-control {
    opacity: 0.9;
} */

.topnav__search>input:focus {
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    border: 1px solid var(--main-color-red);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0 3px rgb(0 65 201 / 10%);
}

.topnav__search>select:focus {
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    border: 1px solid var(--main-color-red);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0 3px rgb(0 65 201 / 10%);
}

.topnav__search>select {
    font-size: 14px;
}

.topnav__search {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.topnav__search>input {
    height: 100%;
    width: 100%;
    /* padding: 10px 60px 10px 20px; */
    background-color: #fff;
}

.topnav__search>i,
.topnav__search>img {
    position: absolute;
    right: .5rem;
    color: #919191;
    top: 10px;
    background: #fff;
}
.btn.btn-primary-red:hover{
    background-color: #fff;
    border-color: var(--main-color-red);
    color: #333333;
}

.btn.btn-primary-red {
    background-color: var(--main-color-red);
    /* border-radius: var(--border-radius); */
    padding: .375rem 1.5rem;
    color: var(--text-white);
    font-weight: 600;
    cursor: pointer;
}

.gap-top {
    padding-top: 35px;
}
.category{
    background-color: #ffffff;
}
.category h3,
.featured__job h3,
.contact_title {
    color: var(--black-primary);
    font-weight: bold;
    font-size: 34px;
}

.gutter-r {
   padding-left: 0;
   padding-right: 0;
}

.card.category__card {
    border: 0;
    border-radius: var(--border-radius);
    background-color: #F1F1F2;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
}

.card.category__card>div {
    transform: translateY(52px);
    text-align: center;
    height: 208px;
}

.card.category__card.active {
    background-image: linear-gradient(to top right, var(--main-color-red), var(--main-color-red));
}

.card.category__card::before {
    content: '';
    position: absolute;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-image: linear-gradient(to top right, var(--main-color-red), var(--main-color-red));
    bottom: 0;
    left: -50%;
    transform: scale(0);
    transition: transform 0.8s ease 0s;
    z-index: -1;
}

.card.category__card:hover {
    cursor: pointer;
}

.card.category__card:hover:before {
    transform: scale(3);
    cursor: pointer;
}

.card.category__card.active:hover:before {
    transform: scale(0);
    cursor: pointer;
}

.card.category__card:hover>div>div h4,
.card.category__card:hover>div>div p,
.card.category__card.active>div>div h4,
.card.category__card.active>div>div p {
    color: var(--text-white);
}
/* .card.category__card.cat_btn_1 h4, .card.category__card.cat_btn_1 p{
    color: var(--text-white) !important;
} */

.card.category__card>div>div h4 {
    color: var(--grey-light-first);
    font-size: 13px;
    font-weight: 600;
}

.card.category__card>div>div img {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.card.category__card>div>div img.hover-img-1 {
    display: block;
}

.card.category__card>div>div img.hover-img-2 {
    display: none;
}

.card.category__card:hover>div>div img.hover-img-1 {
    display: none;
}

.card.category__card:hover>div>div img.hover-img-2 {
    display: block;
}

.card.category__card>div>div p {
    font-size: 12px;
    letter-spacing: 0.49px;
    color: #878788;
    opacity: 0.9;
}

.featured__job {
    background-color: #fdfdff;
    border-top: 1px solid #d1d0d04d;
}

.feature__card:hover {
    box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    cursor: pointer;
}

.feature__card {
    display: flex;
    justify-content: space-between;
    background-color: var(--main-bg-white);
    padding: 25px;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0px 22px 79px #0000000A;
    border: 1px solid #00000026;
    border-radius: 15px;
    transition: 0.3s all ease;
}

a.link_parent {
    text-decoration: none;
}

.feature__card__right {
    text-align: right;
}

.feature__card__left>h5 {
    color: var(--black-primary);
    opacity: 0.9;
    letter-spacing: 0.8px;
    font-size: 16px;
}

.feature__card__left>h5 .exp {
    font-size: 13px;
    color: #555555;
    opacity: 1 !important;
    letter-spacing: 0.7px;
    margin-left: 12px;
    font-weight: 600;
}

.feature__card__desg {
    padding-top: 8px;
    padding-bottom: 8px;
}

.feature__card__desg>span {
    letter-spacing: 0.2px;
    opacity: 0.6;
    color: var(--black-primary);
    font-size: 13px;
    margin-right: 25px;
    font-weight: 500;
}

.feature__card__title>button:hover {
    text-decoration: none;
    border: 1px solid var(--blue-dark-secondary);
}

.feature__card__title>button:focus {
    outline: none;
}

.feature__card__title>button {
    background-color: #F9F9FB;
    border: 1px solid #0000001A;
    border-radius: 16px;
    letter-spacing: 0.77px;
    color: #1D1D1D;
    opacity: 0.7;
    font-size: 13px;
    padding: 4px 15px;
    margin-right: 8px;
}

.feature__card__right>p,
.feature__card__right>span {
    font-size: 16px;
    line-height: 1;
    color: var(--black-primary);
}
.feature__card__right>p{
    font-weight: 600;
}
 

.feature__card__right>span {
    color: var(--main-color-red);
}
.feature__card__right>span.main-color{
    color: var(--main-color-red);
}
.job-pagination a{
    letter-spacing: 0px;
    color: #4b4a4a;
    border: 1px solid #D2D2D2;
    padding: .8rem 1rem;
}
.job-pagination a.active{
    background-color: var(--main-color-red);
    color: #fff;
}

button.btn.btn-apply:hover {
    background-color: #fff;
    border-color: var(--main-color-red);
    color: #333333;
}

button.btn.btn-apply {
    position: absolute;
    right: 25px;
    bottom: 25px;
    padding: 4px 32px;
    font-size: 14px;
    transition: 0.3s all ease-in;
}

.btn-secondary-grey {
    background: #E4E4EC;
    border-radius: ;
    letter-spacing: 0.99px;
    color: #555555;
    font-size: 19px;
    padding: 10px 30px;
}

.contact {
    width: 100%;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.contact .container {
    width: 75%;
}

.contact_title {
    opacity: 0.9;
    margin-bottom: 10px;
    font-size: 35px !important;
}

.contact_title span {
    font-size: 20px;
}

.contact_text {
    letter-spacing: 0.9px;
    color: #1D1D1D;
    opacity: 0.8;
    font-size: 15px;
}
.btn-primary-grey:focus{
    background-color: var(--main-color-red);
    color: #f4f4f8;
    box-shadow: none;
    border-color: var(--main-color-red);
}
.btn-primary-grey:hover{
    color: #333333;
    background-color: #fff;
    border: 1px solid var(--main-color-red);
}
.btn-primary-grey {
    background-color: var(--main-color-red);
    color: var(--text-white);
    color: #F4F4F8;
    font-size: 26px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: .55rem;
    padding-bottom: .55rem;
    display: block;
}

.scrollTop {
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(112deg, var(--main-color-red) 0%, var(--main-color-red) 100%) 0% 0% no-repeat padding-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 500px;
    right: 8px;
    border: none;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    border-radius: 4px;
    transition: 2s ease;
    cursor: pointer;
    color: #fff;
}

.scrollTop.active {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
}

.floating {
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    margin-top: -10px;
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    to {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

.footer_heading {
    color: var(--black-primary);
    letter-spacing: 0.63px;
    margin-bottom: 20px;
    font-size: 40px;
}

.footerP {
    font-size: 20px;
    letter-spacing: 1.32px;
    color: #333333;
    opacity: 0.7;
}

.footer-para {
    font-size: 14px;
    opacity: 0.9;
    letter-spacing: 0.58px;
    line-height: 1.8;
    font-family: "CircularStdBook", sans-serif;
}

.footer__copyright {
    background-color: #7070704D;
}

.footer-copyright>a:hover {
    text-decoration: none;
}

.footer-copyright>a {
    color: var(--text-white);
    letter-spacing: 0.72px;
    color: #6A6A6B;
    font-size: 14px;
    font-family: "CircularStdBook", sans-serif;
}

.icon-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #919191;
    margin-right: 10px;
}

.icon-parent:hover {
    text-decoration: none;
}

.icon-parent:hover>i {
    color: var(--main-color-red);
}

.icon-parent>i {
    color: #fff;
    font-size: 13px !important;
}

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


/* .footer__ul > li{
       border-right: 1px solid #919191;
   } */

.footer__ul>li:nth-of-type(4) {
    border-right: 0;
}

.footer__ul>li>a:hover {
    text-decoration: none;
}

.footer__ul>li>a {
    font-size: 13px;
    color: #333333;
    letter-spacing: 1px;
    opacity: 0.9;
    padding: 0 22px 0 0;
    font-weight: 500;
}

.privacy__first {
    /* width: 100%;
       display: flex;
       justify-content: center;
       align-items: center;
       background-size: cover;
       background-position: center;
       height: 285px; */
}

.common_title {
    color: var(--text-white);
    font-family: "Gilroy-ExtraBold", sans-serif;
}

.privacy__second {
    background: #F4F4F5;
    padding-top: 35px;
    padding-bottom: 35px;
}

.circle__icon {
    color: var(--main-color-red);
    font-size: 16px !important;
    transform: translateY(-4px);
}

.sub_title {
    font-weight: bold;
    color: #111111;
}
.sub_title-line{
    border-left: 3px solid var(--main-color-red);
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 8px;
}

.privacy__second p {
    color: #111111;
    opacity: 0.8;
    text-align: justify;
}

.terms__details p {
    color: #111111;
    opacity: 0.8;
    text-align: justify;
}

.job_tags {
    background: #F4F4F5;
}

.job_tags>.container-fluid {
    border-bottom: 1px solid #0000001A;
    padding-top: 25px;
    padding-bottom: 25px;
}

.job_tags>.container {
    padding-top: 25px;
    padding-bottom: 25px;
}

div.inline-block {
    display: inline-block !important;
}

.tag-parent {
    margin-right: 12px;
}

.tag-parent>select {
    letter-spacing: 0.9px;
    color: #1D1D1D;
    opacity: 0.6;
    width: 200px;
}

.btn-grey-primary {
    background-color: #00000026;
    letter-spacing: 0.9px;
    color: #1D1D1D;
    width: 200px;
    opacity: 0.7;
}
.btn-grey-primary.btnSearch:focus{
    border-color: var(--main-color-red);
    box-shadow: none;
}

.btn-grey-primary.btnSearch{
    background-color: #FCFCFC !important;
    opacity: 1;
    border: 1px solid var(--main-color-red);
}
.btn-grey-primary.btnSearch:hover {
    background-color: var(--main-color-red) !important;
    color: #fff;
}

div.feature__card.all__job__cards {
    padding-left: 30px;
    padding-right: 30px;
}

button.btn-apply.btn-apply_e {
    right: 30px;
    bottom: 15px;
}
/* .colz-9{
  border: 1px solid #21222C38;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 25px 25px 30px 25px;
} */

.contact__parent {
    background: #F4F4F5;
    padding-bottom: 35px;
}

.contact__inner {
    background-color: #FDFDFE;
    padding: 20px 40px;
    border-radius: 4px;
}

.contact__inner p {
    font-weight: normal;
    color: #181819;
    opacity: 0.8;
    margin-bottom: 18px;
}
.contact__inner img{
    transform: translateY(5px);
}

.contact__inner a:hover {
    text-decoration: none;
    color: var(--main-color-red);
}
.contact_topbanner{
    /* height: 63vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact__inner a {
     font-family: 'Open Sans',
     sans-serif;
      font-weight: 600;
      letter-spacing: 0.68px;
      color: #181819;
      opacity: 0.8;
    font-size: 16px;
    margin-bottom: 16px;
}
.minHeight{
    min-height: 35vh;
}
.minHeightView{
    min-height: 32vh;
}
.bg-common{
    background-color: #F4F4F5;
}
div.modal_bg.show {
    background: rgba(58, 58, 58, 0.7);
}
.modal_lg .modal-content{
    background-color: transparent;
}
.bottom-modal-text{
    letter-spacing: 0.88px;
    color: #000;
    font-weight: normal;
    margin-top: 20px;
}
.bottom-modal-text a:hover{
    color: var(--main-color-red);
}
.bottom-modal-text a{
    color: #000;
    text-decoration: underline;
}
div.modal_bg {
    transition: none;
}

.modal-width {
    max-width: 60%;
}

.modal_left {
    background-color: #4b8e9f;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 50px;
    position: relative;
}
.modal_left.modal_left-blue{
    background-color: #2B3E62;
}

.clip_o {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.modal_right {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    /* padding-bottom: 50px; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-color: #F6F6F9;
}

.modal_right>div {
    width: 100%;
    margin-top: 82px;
}

ul.my-nav-tab {
    border-radius: 4px;
    display: flex;
    border-bottom: none;
    justify-content: center;
    align-items: center;
}

ul.my-nav-tab .nav-item {
    margin-bottom: -2px;
    float: left;
    margin-left: 30px;
    font-weight: 500;
}

ul.my-nav-tab .nav-link:focus,
ul.my-nav-tab .nav-link:hover {
    border: 1px solid transparent;
}

ul.my-nav-tab .nav-item.show .nav-link,
ul.my-nav-tab .nav-link.active {
    border: none;
    color: var(--main-color-red);
    background-color: transparent !important;
    border-bottom: 2px solid var(--main-color-red);
}

ul.my-nav-tab .nav-link {
    color: #9A9A9C;
    font-size: 17px;
    padding: .3rem .1rem;
}
ul.my-nav-tab .nav-item{
    position: relative;
}
ul.my-nav-tab .nav-item:nth-of-type(2)::before{
    position: absolute;
    content: "";
    top: 52%;
    transform: translateY(-50%);
    left: -13px;
    color: #9A9A9C;
    width: 2px;
    height: 13px;
    background-color: #9A9A9C;
}

.left_top>div.left_top_div1 {
    display: block;
}

.left_top.active>div.left_top_div1 {
    display: none;
}

.left_top>div.left_top_div2 {
    display: none;
}

.left_top.active>div.left_top_div2 {
    display: block;
}
.left_top-h1{
    display: block;
}
.left_top-h1.active{
    display: none;
}
.left_top-h2{
    display: none;
}
.left_top-h2.active{
    display: block;
}

.left_top>div>h2 {
    color: #FFFFFF;
    font-size: 36px;
   font-weight: 800;
}

.left_top>div>p {
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 1.16px;
}

.form_title {
    color: #111111;
    margin-top: 8px;
    margin-bottom: 12px;
}

.modal_form_group {
    margin-bottom: 12px;
}

input.modal_input:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 26, 26, 0.25);
    border-color: #fc3e25;
}

input.modal_input {
    background-color: #fff;
    border-radius: 6px !important;
    border: 1px solid #10101033;
    height: calc(1.5em + .75rem + 12px);
}

input.modal_input::placeholder {
    letter-spacing: 0.2px;
    color: #1D1D1D;
    opacity: 0.6;
    font-family: "CircularStdBook";
    letter-spacing: 0.81px;
}
span.input__group-customright {
    position: absolute;
    right: 12px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none !important;
    z-index: 999;
    cursor: pointer;
}
span.input__group-customright{
    background-color: #fff;
    border-left: none !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.btn-success-primary:hover {
    color: #fff;
}

.btn-success-primary {
    background-color: var(--main-color-red);
    border-radius: 6px;
    height: 48px;
    color: #fff;
    letter-spacing: 0.9px;
}

.help_text {
    letter-spacing: 0.77px;
    color: #626262;
}

.help_text a:hover {
    color: var(--main-color-red);
    text-decoration: none;
}

.help_text a {
    font-size: 15px;
    color: #1D1D1D;
    opacity: 0.6;
    letter-spacing: 0.68px;
}

.close-modal {
    position: absolute;
    right: 12px;
    top: 16px;
    z-index: 99;
    cursor: pointer;
}

.close-modal i.far.fa-times-circle {
    font-size: 2.5rem;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
}

.details_scetion {
    /* background: url("../images/jobBg.png"); */
    /* border-top: 10px solid var(--black-primary); */
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 35px;
}

.details__inner {
    display: flex;
}

.details__inner-left {
    background-color: var(--second-bg-white);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
    transform: translateY(-20px);
}

.details__inner-left>img {
    width: 45px;
}

.details__inner-right>h1 {
    color: #111111;
    font-weight: bolder;
}

.details__inner-middle {
    padding-top: 12px;
    padding-bottom: 14px;
}

.details__inner-right>div .decs {
    letter-spacing: 0.5px;
    color: #111111;
    opacity: 0.8;
    margin-right: 30px;
    font-weight: 500;
}

.details__inner-right>div span.decs>span {
    letter-spacing: 0.9px;
    color: #111111;
    opacity: 0.8;
    margin-right: 0px;
}

span.skill_tag {
    letter-spacing: 1px;
    color: #111111;
    opacity: 0.7;
    border-radius: 6px;
    border: 1px solid #dad8d8;
    display: inline-block;
    padding: 3px 22px;
    font-size: 13px;
    margin-right: 5px;
}
 span>button.btnApply:focus{
    box-shadow: none;
    border-color: var(--main-color-red);
 }
 span > button.btnApply{
    padding: 5px 22px;
    font-size: 13px;
    width: auto;
    margin-left: 40px;
    font-weight: 600;
}

.details__description {
    padding-bottom: 35px;
    background-color: #F8F8FA;
}

.common_text {
    color: #111111;
    opacity: 0.8;
    text-align: justify;
}

.desc_div {
    /* display: flex; */
    align-items: flex-start;
    margin-bottom: 12px;
}
.desc_div {
    overflow: hidden;
    overflow-x: auto;
}

.desc_div>i {
    color: var(--main-color-red);
    opacity: 0.8;
    margin-right: 17px;
    font-size: 13px;
    transform: translateY(6px);
}

.desc_div>p {
    color: #111111;
    opacity: 0.7;
    position: relative;
}
/* .desc_div>p::before{
    position: absolute;
    content: '';
    top: 0;
    left: -12px;
    background-color: var(--main-color-red);
    width: 3px;
    height: 20px;
} */

.border-top {
    border-top: 1px solid #F0F0F3;
    padding-top: 30px;
}

.btn-apply-prime:hover {
    background-color: #fff;
    border: 1px solid var(--main-color-red);
    color: #333333;
}
.btn-apply-prime:focus{
    box-shadow: none;
    border-color: var(--main-color-red);
}

.btn-apply-prime {
    background-color: var(--main-color-red);
    border-radius: 4px;
    border-color: var(--main-color-red);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    width: 150px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 32px;
    transition: 0.3s all ease-in;
    font-family: 'Open Sans',
   sans-serif; 
}

.btn-border:hover {
    background-color: var(--main-color-red);
    color: #ffffff;
}

.btn-border {
    border: 1px solid var(--main-color-red);
    border-radius: 4px;
    background-color: #fff;
    font-family: "circular-std-medium-500";
    letter-spacing: 1px;
    width: 150px;
    color: #333333;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: 0.3s all ease-in;
}

.terms__banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.terms__banner h1 {
    color: #F4F4F5;
    font-weight: bolder;
    font-size: 36px;
    letter-spacing: 1.2px;
}

.terms__details {
    padding-bottom: 16px;
    background: #F4F4F5;
}


/* top banner */
.topbanner{
    position: relative;
    /* border-top: 10px solid var(--black-primary); */
    background-color: #F4F4F5;
}
.topbanner h1{
    color: var(--black-primary);
    font-weight: bolder;
    font-family: 'Open Sans',
    "Helvetica Neue",
 sans-serif;
    padding-top: 16px;
    padding-bottom: 16px;
}
.topbanner h1.job-title {
    position: inherit;
}
.topbanner img {
    max-height: 250px;
    object-fit: fill;
}


p.form_title {
    color: #4b8e9f;
    text-align: center;
    font-size: 1.8rem;
}

/* .nav-tabs.my-nav-tab li.nav-item {
    width: 50%;
} */

/* li.nav-item.jobhighlight {
    border-bottom: 4px solid #4b8e9f;
    font-weight: 900;
} */

.modal_right {
    min-height: 534px;
}

.label-srch{
    color: var(--black-primary);
    margin-bottom: 5px;
}
.search-input{
    background-color: #FCFCFC !important;
}
input.search-input:focus, select.search-input:focus {
    border-color: var(--main-color-red) !important;
    box-shadow: none;
}
input.inline-block.form-control{
    background-color: #FCFCFC !important;
}

input.search-input::placeholder{
    letter-spacing: 1.07px;
    color: #1D1D1D;
    opacity: 0.7;
    font-size: 18px;
}
select.inline-block{
     letter-spacing: 1.07px;
     color: #5c5b5b;
     font-size: 18px;
     background-color: #FCFCFC !important;
}

.details__description > .container-fluid{
    width: 90%;
}
.posted-div {
    background-color: #ffffff;
    border: 1px solid #21222C38;
    border-radius: 12px;
    padding: 12px;
}

.posted-heading {
    font-size: 18px;
    letter-spacing: 1.08px;
    color: #111111;
    opacity: 0.6;
}

.posted-by {
    display: flex;
    margin-top: 13px;
}

.posted-by h5 {
    font-size: 18px;
    letter-spacing: .08px;
    color: #111111;
}

.posted-by p {
    letter-spacing: 0.09px;
    color: #111111;
    opacity: 0.9;
    font-size: 14px;
}

.posted-by p.open-regular {
    font-size: 14px;
    font-weight: normal;
}
.profile-follow{
    display: flex;
    justify-content: space-between;
    border: 1px solid #21222C38;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 28px;
    margin-bottom: 25px;
}
.profile-follow > div p{
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}
.profile-follow>div{
    text-align: center;
}
.profile-follow>div p.p {
   letter-spacing: 0.6px;
   color: #111111;
   opacity: 0.8;
    font-weight: 400;
    font-size: 12px;
    line-height: 1 !important;
    display: inline-block;
}
.posted-in{
    margin-bottom: 20px;
}
.posted-in>h6,
.recruiter >h6{
    font-size: 15px;
    letter-spacing: 0.09px;
    color: #111111;
    opacity: 0.6;
}
.posted-in>h4,
.recruiter ,h4{
    letter-spacing: 0.9px;
    color: #111111;
    opacity: 1;
    font-size: 15px;
}
.social-share-div{
    border: 1px solid #21222C38;
    border-radius: 8px;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 14px;
}
.social-share-div ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-share-div ul li{
    margin-left: 11px;
}
.message-status-content{
    min-height: calc(100vh - 164.5px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-status-content .card{
    background-color: #F4F4F5;
}
.message-status-content h2{
    font-weight: 600;
}
ul.employerSetting-nav .nav-item .nav-link:hover {
    border-color: transparent;
}

ul.employerSetting-nav .nav-item .nav-link {
    color: #111111;
    opacity: 0.6;
    font-size: 16px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
}

ul.employerSetting-nav .nav-item {
    margin-right: 25px;
}

ul.employerSetting-nav .nav-item .nav-link.active {
    color: #4b8e9f;
    opacity: 1;
    border-color: transparent;
    border-bottom: 3px solid #4b8e9f;
    padding-left: 0;
    padding-right: 0;
}
.empl-form {
    margin-top: 24px;
    padding-left: 17px;
    padding-right: 17px;
}

.empl-form label,
.edit-empl-form label {
    margin-bottom: .8rem;
    font-size: 16px;
    color: #111111 !important;
    opacity: 0.9;
}

.empl-profile p.p1 {
    margin-bottom: .8rem;
    letter-spacing: 0.8px;
    color: #21222C;
    opacity: 0.9;
    font-weight: 600;
}
input.empl-input-form {
    border: 1px solid #949393 !important;
    border-radius: 5px !important;
    letter-spacing: 0.72px;
    color: #111111 !important;
    opacity: 0.9;
}

input.empl-input-form:focus {
    border: 1px solid #4b8e9f !important;
}

input.empl-input-form,
select.empl-input-form {
    height: 42px !important;
}

select.empl-input-form:focus {
    border: 1px solid #f44336 !important;
}

select.empl-input-form {
    border: 1px solid #949393 !important;
    border-radius: 5px !important;
}
.user-profile-section{
    padding-top: 20px;
    padding-bottom: 35px;
}
.user-profile-section .container{
    padding: 20px 18px;
    border-radius: 5px;
}
.user-profile-section .container-fluid{
    padding: 35px 40px;
    border-radius: 6px;
}
button.btn-empl-save:hover {
    color: #fff !important;
}

button.btn-empl-save {
    border-radius: 5px !important;
    height: auto !important;
    padding: 6px 42px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none !important;
    opacity: 1 !important;
    margin-top: 30px;
    background-color: var(--main-color-red);
    color: #fff;
}
.empl-profile-inner {
    position: relative;
}
.empl-profile-inner .empl-edit-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 78px;
    cursor: pointer;
}
.empl-profile-inner img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.empl-profile-inner .empl-edit-icon img {
    width: 23px;
    height: 23px;
}
.empl-profile-inner input {
    width: 95px;
    height: 93px;
    position: absolute;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

.empl-profile p.p2 {
    font-size: 16px;
    letter-spacing: 0.72px;
    color: #21222C;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 9px;
}
   div.first__add {
       width: 100%;
   }

   div.first__add input {
       width: 97%;
   }

   input.input_quest_field:focus,
   input.remove_input_field:focus {
       border: 1px solid #4b8e9f !important;
       outline: none;
   }

   .position-rel {
       position: relative;
   }

   .add_field_button:focus {
      outline: none;
   }
   .add_field_button {
       background-color: #EFEFEF;
       border-color: #EFEFEF;
       outline: none;
       padding: 5px 5px;
       height: 32px;
       border-radius: 5px;
       box-shadow: none !important;
       margin-bottom: 16px;
       transform: translateX(-8px);
   }
    .add_field_button img{
        transform: translateY(-4px);
    }

   .remove_field {
       background-color: #4b8e9f;
       color: #fff;
       padding: 5px 10px;
       border-radius: 5px;
       text-align: center;
       margin-left: 5px;
   }

   .remove_field i {
       margin-left: 0 !important;
       padding-left: 0 !important;
   }

   .add_field_button i {
       /* color: #fff; */
   }

   input.input_quest_field,
   input.remove_input_field {
       width: 90%;
       margin-bottom: 16px;
   }

   .new-div {
       background-color: #4b8e9f;
       height: 300px;
       width:
   }
  textarea.post-job-text-area:focus {
      border: 1px solid #4b8e9f !important;
      box-shadow: none !important;
  }

  textarea.post-job-text-area {
      border-radius: 5px !important;
      border: 1px solid #949393 !important;
  }
  button.btn-add:hover,
  button.btn-add-emploment:hover {
      background-color: #4b8e9f !important;
      box-shadow: none;
      color: #fff !important;
  }

  button.btn-add,
  button.btn-add-emploment {
      background-color: #EFEFEF !important;
      border-radius: 5px !important;
      color: #111111 !important;
      box-shadow: none !important;
      font-size: 14px !important;
  }
 .question{
     margin-bottom: 16px;
     background-color: #fff;
     padding: 18px 14px;
     border-radius: 8px;
 }
 .show-text .faq_haeder{
    color: #4b8e9f !important;
    font-size: 25px;
    font-weight: 600;
 }
  .faq_haeder{
      color: #111111;
      opacity: 0.8;
      font-weight:600;
      font-size: 20px;
      letter-spacing: 0 !important;
  }
  .question-text {
      display: none;
  }
  .show-text .question-text {
      display: block;
  }
  .minus-icon {
      display: none;
  }
  .minus-icon i,
  .plus-icon i{
    color: #1D1D1D;
    opacity: 0.4;
  }
  .show-text .minus-icon i{
      color: var(--main-color-red);
      opacity: 1;
  }
  .show-text .minus-icon {
      display: inline;
  }
  .show-text .plus-icon {
      display: none;
  }
  .faq-card-body{
      /* background-color: #F4F4F5; */
      border-radius: 5px;
      padding: 20px;
      margin-top: 10px;
  }
  button.question-btn:focus{
      outline: none;
      border: none;
  }
  button.question-btn{
      outline: none;
      border: none;
      background-color: transparent;
  }
.required-star{
     color: var(--main-color-red);
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: var(--main-color-red) !important;
}
.border_top{
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 16px;
}
.calender_div{
    position: relative;
}
.calender_div > i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: var(--main-color-red);
}
.removeEduParent,
.removeEmpParent {
    position: relative;
}
.removeParentEduIcon,
.removeParentEmplyoicon {
    position: absolute;
    right: 0;
}
.position-relative{
    position: relative;
}
.btn-position-absolute{
    position: absolute;
    top: -10px;
    right: 0;
}
.btn-position-absolute-top{
    position: absolute;
    top: -60px;
    right: 0;
}
.feature__card__right.circular-book a.link_parent {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}
.feature__card__right.circular-book a.btn {
    margin-top: 5px;
}
.category__card .categoryIcon{
    font-size: 35px;
    margin-bottom: 1rem;
}
.category__card.active .categoryIcon{
    color: #fff;
}
.category__card:hover .categoryIcon{
    color: #fff;
}
.category__card.category_btn_active .categoryIcon{
    color: #fff;
}
.nav-item.show .dropdown-menu a:hover{
    background-color: #4C8EA0 !important;
    color: #fff !important;
}
.select2-container{
    margin-bottom: 10px;
}
.feature__card__right.circular-book {
    min-width: 170px !important;
}
.feature__card__title button {
    margin-bottom: 6px;
}
.category .carousel-indicators{
    visibility: hidden;
}
.contactemail.d-flex.align-items-start a {
    min-width: 21%;
}
#change_password .custom-modal .modal-header {
    background: #dddddd;
    padding: 0 !important;
    color: #000000;
}
#change_password .change_password_btn{
    background-color: #4b8e9f;
    color: #ffffff;
    border: #4b8e9f;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
    box-shadow: none !important;
}
#change_password .change_password_btn:hover{
    color: #ffffff;
}
#change_password .custom-modal .close {
    position: relative;
    padding: 7px 11px !important;
    margin: 0 !important;
    background: #ff5d48 !important;
    font-size: 32px;
    color: #ffffff !important;
    opacity: 0.9 !important;
}
select#limit:focus{
    background-color: #4b8e9f !important;
}
select#limit:focus option{
   background-color: #fff;
   color: #000;
}


/********************************************************* new design **************************************************/
.position-relative {
    position: relative!important;
}

.btn-lightblue {
    background: linear-gradient(84.52deg, #5AA8BE -7.64%, #5AA8BE 145.94%);
    box-shadow: 6px 9px 40px rgba(90, 168, 190, 0.44), -6px -6px 16px rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    color: #fff;
}
ul.jobNav li {
    display: inline-block;
    margin-left: auto;
}
.jobList.card{
    margin-bottom: 1.2rem;
    filter: drop-shadow(12px 12px 24px rgba(12, 12, 12, 0.1));
    }
    ul.jobNav li {
        display: inline-block;
        margin-left: auto;
    }
    .color-red{
        color: #CA5F76;
    }
    .color-blue{
        color: #5AA8BE;
    }
    .left-filter-sec .card {
        border: 1px solid #D2D2D2;
        border-radius: 8px;
    }
    .border-none{
        border: none;
    }
    ul.jobNav li .nav-link {
        color: #fff !important;
    }
    
    .filter.left-filter-sec.card {
        box-shadow: 12px 12px 24px rgba(12, 12, 12, 0.1);
        border-radius: 12px;
    }
    .search {
        margin-top: 15px;
    }
    /* ========= //Re-New Home ======= */
input.job_input{
    height: calc(2.25rem + 10px);
    border-radius: 8px;
}
input.job_input::placeholder{
  color: #B8BCCA;
}
textarea.form-control.text-area::placeholder {
    color: #B8BCCA !important;
}
button.btn-custom-info{
  background: #5AA8BE;
  box-shadow: -4px -2px 16px rgba(255, 255, 255, 0.25),
  4px 4px 16px rgba(90, 168, 190, 0.12);
   border-radius: 8px;
}
#create_job_alert .modal-dialog .modal-content,
#apply_job .modal-dialog .modal-content {
  border-radius: 15px !important;
}
div.search_post.search_job input{
 border-bottom-left-radius: 8px;
 border-top-left-radius: 8px;
}
.search_post-icon.search_job-icon{
 border-bottom-right-radius: 8px !important;
 border-top-right-radius: 8px !important;
 background: #68B3C9;
}
.search_header{
 background: #5AA8BE;
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
  height: 46px;
   padding: .375rem .75rem;
}
.search_header > p{
  color: #ffff;
}
div.result_job-box{
  border-radius: 8px;
  top: -73px;
}
.padding-row{
  padding: 25px;
}
.py-vertical{
  padding-top: 19px;
  padding-bottom: 19px;
}
button.btn-job-clear{
  padding-left: 24px;
  padding-right: 24px;
  margin-left: 16px;
}
.time > span{
  color: #828282;
}
.time > span.active{
  color: #5AA8BE;
}
.time > span.star-active{
  color: #CA5F76;
}
a.job-page-link{
  color: #5aa8be !important;
}
a.job-page-link.active{
  background-color: #5AA8BE;
  color: #ffff !important;
}
a.job-page-link.last{
  padding: .5rem 1.2rem !important;
  
}
.jobList div.p-4{
  padding: .8rem 1.5rem !important;
}
  select.select_custom {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url("<?php echo IMAGE_PATH ?>dd.png");
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: 96% center;
      background-repeat: no-repeat;
      outline: none;
      height: calc(2.25rem + 10px);
      border-radius: 8px;
      color: #B8BCCA;
  }

  select.select_custom-jobs {
      color: #495057;
      background-image: url("<?php echo IMAGE_PATH ?>arrow_down-blue.png");
      background-size: 11px;
      background-position: 90% center;
  }
  li.career-breadcrumb-item::before{
      padding-right: 0.3rem !important;
  }
  li.career-breadcrumb-item{
      font-size: 16px;
      font-weight: 500;
      font-family: "SFProDisplay-Regular";
      padding-left: 0 !important;
  }
  .font-medium{
      font-family: "SFProDisplay-Regular";
  }
  .slider-title{
    letter-spacing: 0.15px;
    color: #363B40;
    font-family: "SFProDisplay-Regular";
  }
  .slider-parent{
      position: relative;
      width: 100%;
      margin-top:58px;
  }
  #slider {
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: none;
      width: 100%;
      outline: none;
      height: 1px;
      border-radius: 2px;
      background-color: #5aa8be;
  }
  #slider::slider-thumb{
      -webkit-appearance: none;
   }
   input[type=range]::-moz-range-thumb {
      opacity: 0;
   }
 /* #slider::-moz-range-progress{
     background-color: #5aa8be;
 } */
 
 #slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 48px;
    height: 48px;
    z-index: 3;
    cursor: pointer;
    position: relative;
 }
 #selector{
     height: 104px;
     width: 48px;
     position: absolute;
     bottom: 16px;
     z-index: 2;
 }
 .selectBtn{
     height: 14px;
     width: 14px;
     border-top-left-radius: 43%;
     border-bottom-left-radius: 50%;
     border-bottom-right-radius: 50%;
     transform: rotate(-45deg);
     position: absolute;
     bottom: -17px;
     background-color: #5aa8be;
 }
 #selectValue{
     width: 37px;
     height: 37px;
     background-color: #5aa8be;
     position: absolute;
     top: 52px;
     left: -11px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #fff;
      font-family: "SFProDisplay-Regular";
     border-radius: 50%;
 }
 #selectValue::after{
     position: absolute;
     content: "";
       width: 37px;
       height: 37px;
       background-color: #5aa8be;
       z-index: -1;
       transform: rotate(45deg);
       border-top-left-radius: 50%;
       border-top-right-radius:50% ;
       border-bottom-left-radius: 43%;
 }
 #selectValue::before{
     position: absolute;
     content: "";
      bottom: -18px;
      left: 17px;
      width: 3px;
      height: 11px;
      background-color: #5aa8be;
 }
 #progressBar{
     width: 0%;
     height: 2px;
     position: absolute;
     bottom: 6px;
     left: 0;
     background-color: #5aa8be;
 }
 .yrs-range{
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
 .yrs-range >span{
     font-size: 13px;
     color: #979797;
 }
 div.card-body>.disc > p{
     color: #828282;
 }
 .btn-filter {
     background-color: #F5FDFF;
     border-radius: 8px;
     width: 48px;
     height: 48px;
     text-align: center;
     display: none;
     margin-right: 15px;
 }
 .btn-flter-view{
     display: flex;
     justify-content: center;
     align-items: center;
      background-color: #F5FDFF;
      border-radius: 8px;
      width: 32px;
      height: 32px;
      text-align: center;
 }
    .btn-flter-view > img{
        width: 15px;
    }
.filter-inr-mob h2{
    font-size: 20px;
    color: #5aa8be;
    font-family: "SFProDisplay-Regular";
    letter-spacing: 0.15px;
    margin-right: 10px;
}
/*new search*/

.search_post input {
    border: 0;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    height: 46px;
}

.search_post input:focus {
    outline: 0;
    box-shadow: none;
}

.search_post-icon {
    background-color: #fff;
    border: 0;
    border-bottom-right-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.search_result-box {
    background-color: #fff;
    width: 100%;
    padding: 16px;
    margin-top: 10px;
    border-radius: 16px;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}

.search_result {
    width: 100%;
    margin: 10px 0 0 0;
}

.search_result label {
    background: #CA5F76;
    border-radius: 9px;
    margin: 0 8px 0 0;
    color: #fff;
    font-size: 12px;
    padding: 6px;
}

.tag__label {
    background: #CA5F76;
    border-radius: 8px;
    margin: 0 8px 0 0;
    color: #fff;
    font-size: 12px;
    padding: 4px 6px;
}

.search_result-show {
    display: flex;
    overflow-x: auto;
    width: 100%;
}

.search_result-show label {
    background: #CA5F76;
    border-radius: 9px;
    margin: 4px 4px;
    color: #fff;
    font-size: 12px;
    padding: 6px;
}

.search_result::-webkit-scrollbar-track, .search_result-show::-webkit-scrollbar-track {
    background: #5ab1c9;
}

.search_result::-webkit-scrollbar-thumb, .search_result-show::-webkit-scrollbar-thumb {
    background-color: #4C8EA0;
    border-radius: 6px;
    border: 3px solid #4C8EA0;
}

.search_result::-webkit-scrollbar, .search_result-show::-webkit-scrollbar {
    height: 6px;
}

.search_specialist {
    color: #CA5F76;
}

.search_remove {
    background-color: #fff;
    height: 10px;
    width: 10px;
    color: #CA5F76;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 92%;
    display: flex;
    text-align: center;
    font-size: 8px;
    align-items: center;
    justify-content: center;
}
.btn.focus, .btn:focus {
    box-shadow: none !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.btn:focus, .btn:hover {
    text-decoration: none;
    color: #fff;
}
.btn{
    color: #fff;
}
.btn:hover{
    color: #fff;
}
.spacing-15 {
    letter-spacing: 0.15px;
}
.font-medium {
    font-family: "SFProDisplay-Regular";
}

ul.jobNav li .nav-link {
	color: #fff !important;
}

.filter.left-filter-sec.card {
	box-shadow: 12px 12px 24px rgba(12, 12, 12, 0.1);
	border-radius: 12px;
}

.jobList {
	border-radius: 15px;
}
.jobList .card-heading p.h3{
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.15px;
	font-weight: 500;
}

.card-heading {
	background-color: #5AA8BE;
	border-radius: 12px 12px 0px 0px;
	color: #fff;
}
.card-heading > .content p.p{
    font-family: "SFProDisplay-Regular";
	letter-spacing: 0.15px;
}
 span.desc-srt{
    font-family: "SFProDisplay-Regular";
	color: #828282;
	font-family: "SFProDisplay-Regular";
	letter-spacing: 0.15px;
}
.job-details a.desc-srt{
    cursor: pointer;
    cursor: text;
}
a.desc-srt:hover{
	color: #828282;
}
.back_arrow img.mr-1 {
    position: relative;
    bottom: 1.4px;
}
.job-update > p{
    font-family: "SFProDisplay-Regular";
	letter-spacing: 0.15px;
}
p.srt-para {
    color: #363B40 !important;
	font-family: "SFProDisplay-Regular";
}
.job-td{
	letter-spacing: 0.15px;
	color: #828282;
  	font-family: "SFProDisplay-Regular";
	  font-weight: 500;
}
.td-right{
	letter-spacing: 0.15px;
	color: #363B40;
	font-family: "SFProDisplay-Regular";
}
.color-primary{
	color: #5AA8BE;
	font-family: "SFProDisplay-Regular";
}
.save-focus{
  font-family: "SFProDisplay-Regular";
  letter-spacing: 0.15px;
}
.save-focus:focus{
	background-color: #CA5F76;
	color: #fff;
	box-shadow: 12px 12px 24px rgba(12, 12, 12, 0.1);
}
.btn-info.btn-primary-info{
	border-radius: 8px;
	background-color: #5aa8be;
     font-family: "SFProDisplay-Regular";
	letter-spacing: 0.15px;
}
button.closeM{
	background-color: transparent;
	outline: none;
	border: none;
}
label.job_cus_label {
	color: #6F7482;
	font-family: "SFProDisplay-Regular";
	font-size: 16px !important;
}
.upload-text{
	color: #CA5F76;
    font-family: "SFProDisplay-Regular";
}
 
 .upload_file input {
 	position: absolute;
 	left: 29%;
 	/* top:40%; */
 	height: 100px;
 	width: 100px;
 	opacity: 0;
 	cursor: pointer;
 }
   label.more-details-text{
    color: #363B40 !important;
    font-size: 18px !important;
	font-family: "SFProDisplay-Regular";
	letter-spacing: 0.15px;
	margin-bottom: 0.3rem;
    }
	.text-area{
       border-radius: 8px;
	}
	.text-area::placeholder{
		font-family: "SFProDisplay-Regular";
	   color: #363B40 !important;
	   font-size: 16px;
	}
.modal_tittle{
		font-family: "SFProDisplay-Regular";
		letter-spacing: 0.15px;
}
.modal-header_blue div p{
	  font-family: "SFProDisplay-Regular";
	  letter-spacing: 0.15px;
}
  
.card-body {
	border-radius: 15px;
}
.jobList ul.nav.tabs li {
	padding-right: 1.5rem;
}
.jobList ul.nav.tabs li span{
	color: #828282;
	font-family: "SFProDisplay-Regular";
	letter-spacing: 0.15px;
    color: #5AA8BE;
}
.cardFooter{
	margin-top: 2rem;
}
.jobList .disc{
	color: #828282;
}
.jobList span.post-timeupperCase {
    background: #F5FDFF;
    border-radius: 4px;
    padding: 4px 5px;
	color: #5AA8BE;
}
/* job apply */
.apply_tab .breadcrumb {
	background-color: transparent;
	margin-top: 20px;
	border-bottom: 0.75px solid #D2D2D2;
	border-radius: unset;
	padding: 0px !important;
}

.apply_tab .breadcrumb .breadcrumb-item {
	color: #5AA8BE;
	padding: 10px;
	margin-right: 10px;
	font-family: "SFProDisplay-Regular";
	font-weight: 600 !important;
	font-size: 17px;
	letter-spacing: 0.15px;
}

.apply_tab li.breadcrumb-item.active {
	border-bottom: 3px solid #5AA8BE;
}

.apply_tab .breadcrumb-item+.breadcrumb-item::before {
	content: unset;
}
.apply-jobSec .card {
	box-shadow: 12px 12px 24px rgb(12 12 12 / 10%);
	border-radius: 15px;
	padding: 30px 20px;
}

.apply-jobSec .info__clg--row div {
	display: block !important;
}

button.btn.btn-notselected {
	background: #CA5F76;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
}

button.btn.btn-inprogress {
	background: #FFCA3A;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
}

button.btn.btn-applied {
	color: #fff;
	font-size: 14px;
	background: #5AA8BE;
	border-radius: 8px;
}
.save-btn {
	background: #FFFFFF;
box-shadow: -4px -2px 16px rgba(255, 255, 255, 0.25), 4px 4px 16px rgba(90, 168, 190, 0.2);
border-radius: 8px;
	color: #CA5F76;
	margin-right: 7px;
}
span.searchResultKey {
	background: #5AA8BE;
	border-radius: 8px;
	color: #fff;
	padding: 7px 11px;
	margin-right: 11px;
}
span.searchResultKey.red{
	background: #CA5F76;
	padding: 4px 7px;
}
span.keycancel {
    position: relative;
    bottom: 5px;
    right: -5px;
    cursor: pointer;
}
span.border-radio {
    border: 1px solid #D2D2D2;
    border-radius: .25rem;
    padding: 10px 23px 10px 5px;
    margin-right: 11px;
}
span.border-radio label {
    margin-right: 19px !important;
}
.radiodiv {
    margin-top: 13px;
}
.select2-search--dropdown{
	margin-top: 5px;
}
input.select2-search__field {
    height: 40px;
}
.job_listing{
	font-family: "SFProDisplay-Regular";
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 5px;
}
input.select2-search__field:focus-visible{
	outline-color: #5aa8be;
	border: unset !important;
}
.select2-search__field:focus {
    color: #828282;
}
.modal-content {
    border-radius: 16px 16px 7px 7px !important;
}
.mbbs_students_search,.pg_students_search {
    background-color: #fff !important;
}
.sub_spec_box_1.sub_spec_1 ul {
    max-height: 150px;
    overflow-y: auto;
}
.jobList .card-heading p.h3 {
    font-family: montserrat,sans-serif;
    letter-spacing: .15px;
    font-weight: 500;
}

.jobList div.p-4{
    padding: .8rem 1.5rem !important;
}
    select.select_custom {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("<?php echo IMAGE_PATH ?>dd.png");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 96% center;
        background-repeat: no-repeat;
        outline: none;
        height: calc(2.25rem + 10px);
        border-radius: 8px;
        color: #B8BCCA;
    }

    select.select_custom-jobs {
        color: #495057;
        background-image: url("<?php echo IMAGE_PATH ?>arrow_down-blue.png");
        background-size: 11px;
        background-position: 90% center;
    }
    li.career-breadcrumb-item::before{
        padding-right: 0.3rem !important;
    }
    li.career-breadcrumb-item{
        font-size: 16px;
        font-weight: 500;
        font-family: "SFProDisplay-Regular";
        padding-left: 0 !important;
    }
    .font-medium{
        font-family: "SFProDisplay-Regular";
    }
    .slider-title{
      letter-spacing: 0.15px;
      color: #363B40;
      font-family: "SFProDisplay-Regular";
    }
    .slider-parent{
        position: relative;
        width: 100%;
        margin-top:58px;
    }
    #slider {
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        width: 100%;
        outline: none;
        height: 1px;
        border-radius: 2px;
        background-color: #5aa8be;
    }
    #slider::slider-thumb{
        -webkit-appearance: none;
     }
     input[type=range]::-moz-range-thumb {
        opacity: 0;
     }
     .card-heading {
        background-color: #5aa8be;
        border-radius: 12px 12px 0 0;
        color: #fff;
    }
    a, a:hover {
        text-decoration: none;
        color: inherit;
    }
    .filter-inr-mob h2 {
        font-size: 20px;
        color: #5aa8be;
        font-family: sfprodisplay-medium;
        letter-spacing: .15px;
        margin-right: 10px;
    }
    .btn-filter {
        background-color: #F5FDFF;
        border-radius: 8px;
        width: 48px;
        height: 48px;
        text-align: center;
        display: none;
        margin-right: 15px;
    }
    .btn-flter-view{
        display: flex;
        justify-content: center;
        align-items: center;
         background-color: #F5FDFF;
         border-radius: 8px;
         width: 32px;
         height: 32px;
         text-align: center;
    }
       .btn-flter-view > img{
           width: 15px;
       }
   .filter-inr-mob h2{
       font-size: 20px;
       color: #5aa8be;
       font-family: "SFProDisplay-Regular";
       letter-spacing: 0.15px;
       margin-right: 10px;
   }
 
   .filter_tag {
    margin-bottom: 0.8rem;
}
.filter-btn:focus{
    outline: none;
}
.filter_tag{
    margin-bottom: .8rem;
}
.filter_tag.show-inner{
    border: 1px solid #D2D2D2;
    border-radius: 8px;
}
.filter-btn{
    outline: none;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FFFFFF;
    width: 100%;
    padding: 10px 12px;
    color: #363B40;
    cursor: pointer;
}
.show-inner .filter-btn{
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.filter-btn > p{
    color: #363B40;
}
.filter-inner label{
 
}
.filter-inner{
    padding: 5px 12px;
    visibility: hidden;
    min-height: 0;
    height: 0px;
}
.show-inner .filter-inner{
    visibility: visible;
    min-height: auto;
    height: auto;
    transition: 0.1s all ease-in;
}
.filter-heading{
    font-size: 18px;
    color: #363B40;
    font-weight: 500;
    letter-spacing: 0.15px;
    font-family: "SFProDisplay-Regular";
}
.clr-text{
    font-family: "SFProDisplay-Regular";
}

/* custom check box */
/* The container */
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #979797;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border: 2px solid #5AA8BE;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox_container:hover input~.checkmark {
    background-color: #ffff;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox_container input:checked~.checkmark {
    background-color: #5AA8BE;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox_container input:checked~.checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox_container .checkmark:after {
        left: 4px;
        top: -1px;
        width: 7px;
        height: 13px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  
  /* The container */
  .checkbox_container {
      display: block;
      position: relative;
      padding-left: 28px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 14px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox_container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }
  
  footer {
    background-color: #fcfcfd;
}
li.breadcrumb-item.active {
    color: #ca5f76;
}
.new_footer {
    background-color: #fff !important;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}

.footer__heading {
    color: #444444;
    margin-bottom: 20px;
    font-size: 22px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif !important;
}

.footer-link {
    color: #000000;
}

div.job_modal_body{
    padding: 16px 20px;
}
div.modal-header_blue{
    background-color: #5AA8BE !important;
    padding: 20px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
div.modal-header_blue > h4{
    color: #ffffff;
    font-size: 22px;
}
button.close-modal{
    opacity: 1;
}
.div-alert h4{
    font-size: 20px;
    color: #828282;
    padding-top: 1rem;
    padding-bottom: 1.7rem;
}
label.job_cus_label{
    color: #6F7482;
    margin-bottom: .3rem;
}
.minus-icon {
    display: none;
}
.minus-icon > img{
    transform: rotate(180deg);
}
.show-inner .minus-icon{
    display: block;
}
.show-inner .plus-icon{
    display: none;
}
input.search_input_job::placeholder,
.search_header>p {
    font-family: Montserrat;
    font-size: 600;
    color: #B8BCCA;
    letter-spacing: 0.15px;
    font-size: 18px;
}
.search_header p{
    color: #fff;

}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    outline: none;
}
.search,.navbanner {
    margin-top: 15px;
}
.job-nav {
    /* background-image: url(https://indianrda.techasoft.com/debug/img/newpost2.png); */
    background: linear-gradient(0deg, rgba(90, 168, 190, 0.3), rgba(90, 168, 190, 0.3)), url(https://indianrda.techasoft.com/debug/img/job_nav_tab.png);
    /* background: red; */
    background-size: 100% 100%;
    /* height: 400px; */
    background-position: center;
    background-repeat: no-repeat;
    padding: 16px;
}
.position-relative {
    position: relative!important;
}
.text-gray{
    color: #828282;
}
select.form-control {
    color: #B8BCCA;
}
label{
    color: #828282;
}
.btn-white{
    border-radius: 8px;
    color: #5AA8BE;
    background-color: #FFFFFF40;
    box-shadow: 0px 1px 13px #e3e0e0;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-white:hover{
    color: #5AA8BE;
}
h4.modal-title.modal_tittle {
    color: #fff;
}
a.txt-light-anchor {
    color: #fff !important;
    font-weight: 500;
}
a.desc-srt span img {
    position: relative;
    bottom: 3px;
}
.share_div.d-none.social_icons_ a {
    font-size: 1.5rem;
    margin-left: 11px;
}
.share_div.d-none.social_icons_.ml-2.px-3.d-flex {
    background-color: #fff;
    box-shadow: 1px 1px 40px #e3e0e0;
    border-radius: 8px;
}
.sharebtn {
    cursor: pointer;
}
.clr-text{
    cursor: pointer;
}
.search_post-icon.search_job-icon {
    cursor: pointer;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #ffffff !important;
}
ul.navbar-nav.ml-auto.text-blue.open_sans.pt-3.pt-lg-0 li{
    margin-right: 10px;
}
ul.navbar-nav.ml-auto.text-blue.open_sans.pt-3.pt-lg-0 a.nav-link.nav-pre-link{
    /* background-color: #5aa8be; */
    color: #5aa8be;
    text-align: center;
}
.empl-btn a, .jobseekar-btn a{
    background-color: #CA5F76 !important;
    color: #ffffff!important;
    letter-spacing: 0.4px;
    font-size: 13px !important;
    padding: 0.5rem 0.7rem !important;
    margin-right: 0px !important;
    border-radius: 0.25rem;
}
.jobseekar-btn a{
    background-color: #5AA8BE !important;
}
.time button {
    border-color: #efefef;
    padding: 2px 6px;
}
.time button:focus{
    outline: 1px solid #efefef;
}
.time button.btn.btn-info.btn-primary-info {
    border-color: #5aa8be;
    padding: 8px 12px;
    box-shadow: 2px 3px 14px #c3c1c1;
}
.card{
    box-shadow: 9px 4px 17px rgb(18 61 101 / 14%), -16px 10px 40px rgb(255 255 255 / 80%), inset -8px -6px 80px rgb(255 255 255 / 18%);
}
.col-md-9.colz-9.justify-content-center.pb-5.view_btn {
    text-align: center !important;
}
.navbar-nav .nav-item a.nav-link.user-profile img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
select.form-control{
    height: calc(2.25rem + 10px);
    border-radius: 8px;
}
.jobList .nav.tabs li span img {
    position: relative;
    bottom: 0.5px;
}
#job_seeker_profile_update h3.mb-0.faq-title.faq_haeder {
    padding-left: 1rem !important;
}
span.delete-btn {
    cursor: pointer;
}
span.desc-srt-list {
    position: relative;
    top: 2px;
    left: 30px;
}
.desc-srt span:nth-of-type(1) {
    position: absolute;
}
span.desc-srt i {
    color: #5aa8be;
}
.subHading{
    font-size: 2.1rem;
    display: block;
    font-weight: 700;
}
/* media query */

@media (min-width: 768px) {
    /* .active-bg #header .navbar .navbar-nav a.nav-link {
        color: var(--black-primary);
    } */
    #closeMenu {
        display: none;
    }
    div.ml-row {
        margin-left: -4px;
    }
    .copyright-parent {
        width: 79%;
    }
    .modal_left {
        -ms-flex: 0 0 35.333333%;
        flex: 0 0 35.333333%;
        max-width: 35.333333%;
    }
    /* .modal_right {
        -ms-flex: 0 0 63.666667%;
        flex: 0 0 63.666667%;
        max-width: 63.666667%;
    } */
    .modal_right-height {
        height: 538px;
    }
}

@media (min-width: 992px) {
    /* div.colz-parent {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    } */
    div.col-lg-3.colz {
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
        padding-left: 0;
        padding-right: 13px;
    }
    div.colz-sm {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
        padding-left: 0;
    }
    .modal_lg {
        max-width: 67%;
    }
}

@media only screen and (min-width: 1200px) {
    /* div.colz-parent {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    } */
    div.col-lg-3.colz {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 0;
        padding-right: 13px;
    }
    div.colz-sm {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
        padding-left: 0;
    }
}

@media only screen and (max-width:1360px) {
    img.explain_img {
        width: 545px;
    }
}


@media only screen and (max-width:1280px) {
     img.explain_img {
         width: 480px;
     }
}
@media only screen and (max-width:1199px) {
    .top__banner__box {
        top: 40%;
    }
    .top__banner {
        height: 484px;
    }
    .top__banner__box p {
        font-size: 16px;
    }
    img.explain_img {
        width: 500px;
        right: 0;
        bottom: 0% !important;
    }
    .contactemail.d-flex.align-items-start a {
        min-width: 25%;
    }
}
@media only screen and (max-width:1100px) {
    img.explain_img {
        width: 465px;
    }
}

@media only screen and (max-width:1092px) {
    img.explain_img {
        width: 400px;
    }
    .contactemail.d-flex.align-items-start a {
        min-width: 25%;
    }
}
@media (min-width: 768px) {
    .icon-mob{
        display: none;
    }
    #create_job_alert .modal-dialog {
        max-width: 770px;
    }
}


@media only screen and (max-width:991px) {
    .colz-sm {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .navbar .navbar-nav .nav-item {
        margin-left: 5px;
    }
    .navbar .navbar-nav a.nav-link {
        color: var(--black-primary);
        font-size: 13px;
    }
      img.explain_img {
          width: 400px;
      }
    .navbar-brand>img{
        width: 80px;
    }
    .contactemail.d-flex.align-items-start a {
        min-width: 35%;
    }
    .navbar .navbar-nav .nav-item {
        margin-right: 18px;
        margin-top: 10px;
    }
}
@media only screen and (min-width: 974px) {
    .pl-6-lap {
        padding-left: 6rem;
    }

}
@media only screen and (max-width:767px) {
    body.stop-scroll {
        overflow-y: hidden;
    }
    .colz,
    .colz-sm {
        margin-top: 10px;
    }
    .sec-gap,
    .gap-top,
    .contact {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer__copyright {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar {
        padding: 10px;
    }
    .active-bg #header {
        position: fixed;
    }
    #header {
        position: unset;
    }
    #top__header{
        padding-top: 0;
        padding-bottom: 0;
    }
    #sidebarCollapse:focus {
        outline: none;
        border: none;
    }
    #sidebarCollapse {
        /* width: 40px; */
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        outline: none;
        border: none;
        background-color: transparent;
        transform: scale(1);
        transition: ease-in 0.1s;
    }
    #sidebarCollapse>i {
        font-size: 22px;
        color: var(--main-color-red);
        margin-top: 2px;
    }
    #sidebarCollapse.active {
        transform: scale(1);
    }
    .mobile-nav {
        width: 50%;
        /* height: 0px;
          min-height: 0px; */
        position: fixed;
        right: -100%;
        top: 53.19px;
        background: #fff;
        z-index: 999;
        transition: opacity .3s linear, right .3s ease-out;
        display: block;
    }
    .mobile-nav.active {
        top: 54px;
        right: 0;
        width: 100%;
    }
    ul.main-ul {
        padding-top: 10px;
        padding-bottom: 20px;
        border-top: 1px solid #ccc;
    }
    .navbar .navbar-nav a.nav-link {
        color: var(--black-primary);
        font-size: 15px;
    }
    /* .navbar .navbar-nav .nav-item.active a.nav-link {
        color: #fff;
    } */
    .navbar .navbar-nav .nav-item a.nav-link::after,
    .active-bg .navbar .navbar-nav .nav-item a.nav-link::after {
     bottom: -6px;
     height: 2px;
    }
    
    .navbar .navbar-nav .nav-item {
        margin-right: 18px;
        margin-top: 10px;
    }
    li.btn-grey-second,
    li.empl-btn {
        width: 160px;
        text-align: center;
    }
    /* .navbar .navbar-nav .nav-item:nth-of-type(6){
          margin-top: 10px;
      } */
    #header {
        background-color: #ffffff;
        padding-top: .5rem;
        padding-bottom: .5rem;
        /* box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
          -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%); */
    }
    .active-bg #header{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    #closeMenu:focus {
        outline: none;
        border: none;
    }
    #closeMenu {
        position: absolute;
        right: 16px;
        top: 10px;
        outline: none;
        border: none;
        background-color: transparent;
    }
    #closeMenu.active>img {
        transform: scale(1);
    }
    #closeMenu>img {
        font-size: 40px;
        color: #fff;
        transition: ease-in 0.3s;
        transform: scale(0);
    }
    #side-click-close.active {
        display: block;
        height: 100vh;
    }
    #side-click-close {
        background-color: rgba(0, 0, 0, .5);
        width: 100%;
        height: 0;
        position: fixed;
        left: 0;
        top: 54px;
        z-index: 999;
        display: none;
    }
    .notification>span {
        top: 12px;
    }
    .navbar-brand>img {
        width: 100px;
    }
    .top__banner {
        /* background: url(../assets/banner-top.png); */
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    img.explain_img {
        width: 220px;
        top: 20%;
        transform: translateX(50%);
        right: 50%;
    }
    section.topbanner.job__topbanner{
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    div.top__banner__box {
        position: unset;
    }
    .top__banner__box h1 {
        font-size: 26px;
    }
    .top__banner__box p {
        font-size: 13px;
    }
    .top__banner__box p br {
        display: none;
    }
    .pad-r {
        padding-right: 6px;
    }
    .pad-l {
        padding-left: 6px;
    }
    /* .colz{
           margin-bottom: 12px;
       } */
    .flex-no-wrap {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
    }
    .flex-no-wrap::-webkit-scrollbar {
        display: none;
    }
    .col-sm {
        -ms-flex: 0 0 50%;
        flex: 0 0 46%;
        max-width: 46%;
        padding-right: 0;
    }
    .card.category__card>div>div h4 {
        font-size: 13px;
    }
    .feature__card {
        flex-direction: column;
    }
    .feature__card__right {
        margin-top: 10px;
    }
    .contact .container {
        width: 100%;
    }
    .footer_heading {
        margin-bottom: 4px;
    }
    .col-sm {
        margin-bottom: 0 !important;
    }
    .top__content {
        padding: 10px;
    }
    .padingr-4 {
        padding-right: 4px;
    }
    .padingl-4 {
        padding-left: 4px;
    }
    .feature__card {
        padding: 8px;
    }
    .feature__card__desg>span {
        margin-right: 20px;
        display: block;
    }
    /* .feature__card__desg>span:nth-of-type(2) {
        margin-right: 0;
    } */
    .feature__card__desg>span:nth-of-type(4) {
        position: absolute;
        top: 8px;
        right: 15px;
        margin-right: 0;
    }
    .feature__card__left>h5 {
        font-size: 17px;
    }
    .feature__card__left>h5 .exp {
        margin-left: 8px;
    }
    button.btn.btn-apply {
        position: initial;
    }
    .colz-sm {
        display: flex;
        justify-content: flex-end;
    }
    .btn.btn-home {
        width: 100%;
    }
    .footer-column {
        padding-left: 8px;
        padding-right: 8px;
    }
    .footer__ul,
    .footer__ul>li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
      .footer__ul>li{
          margin-bottom: 10px;
      }
    .footer__ul>li>a {
        font-size: 15px;
        padding: 0;
    }
    .tag-parent>select {
        width: auto;
        margin-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .feature__card__title>button {
        margin-bottom: 10px;
    }
    .details__inner {
        flex-direction: column;
    }
    .details__inner-right>h1 {
        font-size: 25px;
    }
    span.skill_tag {
        margin-bottom: 8px;
    }
    .sub_title {
        font-size: 25px;
    }
    .common_text,
    .desc_div>p,
    .privacy__second p {
        font-size: 14px;
    }
    .desc_div>i {
        transform: translateY(3px);
    }
    .terms__banner {
        height: 89px;
    }
    .terms__banner h1 {
        font-size: 20px;
    }
    div.feature__card.all__job__cards {
        padding-left: 15px;
        padding-right: 15px;
    }
    button.btnApply{
        margin-left: 0 !important;
    }
    .details__description>.container-fluid {
        width: 96%;
    }
    .px-gutter{
        padding-left: 0;
        padding-right: 0;
    }
    .container-width{
        width: 100%;
    }
    section.topbanner{
        height: auto;
    }
    .topbanner h1{
        font-size: 24px;
    }
    .contact_title{
        font-size: 23px !important;
    }
    .modal_right{
        min-height: 412px;
    }
    .modal_right.modal_right-password {
        min-height: 246px;
    }
    .modal_right>div{
        margin-top: 22px;
    }
    .left_bottom > img{
        width: 180px !important;
    }
    .details__inner-right>div span.decs{
        display: block;
    }
    .user-profile-section .container-fluid{
        padding: 15px;
    }
     .feature__card__right > div{
        margin-top: 5px;
    }
    .topbanner h1{
    padding-top: 0;
    padding-bottom: 0;
    }
    form#job_seeker_profile_update > .row > .col-12 {
        padding: 0px;
    }
    .question-text.faq-card-body {
        padding-left: 6px;
        padding-right: 6px;
    }
    section.topbanner.job__topbanner{
        padding-bottom: 0px;
    }
    input#remember_me {
        top: -1px;
    }
    .modal_left.modal_left-blue,.modal_right{
        border-radius: 0px !important;
    }
    .modal_right {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .dropdown-menu.dropdown-menu-right.profile-dropdown{
        bottom: 0px;
        transform: none !important;
        width: 100%;
        position: static !important;

    }
    .modal_left {
        border-radius: 0px 0px 0px 0px !important;
    }
    .all_city_names {
        max-height: 190px;
        top: 39% !important;
        width: 90% !important;
    }
    .topnav__search i.fa-search {
        display: none;
    }
    .clip_o{
        top: 15px
    }
    .desc_div{
        display: block;
    }
    .my-jobs .btn-searchclear {
        margin-top: 1rem;
    }
    .contactemail.d-flex.align-items-start {
        display: block !important;
        margin-bottom: 1rem;
    }
    .contactemail span.textLable{
        display: block;
        margin-top: 2px;
    }
    .contactemail img {
        transform: translateY(0px);
    }
    .contact__inner {
        padding: 20px 20px;
        margin-top: 10px;
    }
    .category .carousel-indicators{
        visibility: visible;
    }
    .category .carousel-indicators li{
        background-color: #000;
        width: 10px;
    height: 10px;
    border-radius: 50%;

    }
    .job-nav{
        padding: 0.5rem !important;
    }
    .jobList .card-heading p.h3{
        font-size: 20px;
    }
    .job-update{
        flex-direction: column-reverse;
    }

    .career-header{
        height: auto !important;
    }
    .career-header .header-content{
        top: 15% !important;
    }
    
    .job-nav{
        padding: 0.5rem !important;
    }
    .jobList .card-heading p.h3{
        font-size: 20px;
    }
    .job-update{
        flex-direction: column-reverse;
    }
    .time{
        text-align: right;
        margin-bottom: 10px;
    }
    .filter.left-filter-sec.card{
        position:fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        right: -100%;
        border-radius: 0;
        border: none;
        background: linear-gradient(0deg, #EBF3FA, #EBF3FA),
            #FFFFFF;
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 100px !important;
         transition: opacity .3s linear,
         right .3s ease-out;
    }
    .filter.left-filter-sec.card.active{
        right: 0;
    }
    .filter-inr-mob{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .btn-flter-close{
        outline: none;
        border: none;
        background-color: transparent;
    }
    .filter-heading{
        display: none ;
    }
    .fixed-btn-div{
       background: #FFFFFF;
      padding: 18px;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 100000;
      display: none;
    }
    button.btn-apply-mob{
      width: 100%;
      background-color: #5aa8be;
      border-radius: 8px;
      color: #fff;
    }
      .fixed-btn-div.active {
      display: block;
     }
     .btn-filter:focus,
     .btn-flter-close:focus {
         background-color: #5aa8be;
     }
     .btn-filter{
         display: block;
     }
     /* .colz-10{
         padding-right: 2px;
     } */
     #job_seeker_profile_update h3.mb-0.faq-title.faq_haeder {
        padding-left: 0rem !important;
    }
     .search_post-icon.search_job-icon{
        background-color: #fff;
     }
     .icon-lap{
         display: none;
     }
     .icon-mob{
         display: block;
     }
     ul.nav.tabs li{
         margin-bottom: 6px;
     }
     .filter-inner{
         background-color: #fff;
         border-bottom-right-radius: 8px;
         border-bottom-left-radius: 8px;
     }
     .py-vertical{
         padding-top: 0;
     }
     .card-heading.px-4.py-2.d-flex.justify-content-between {
        display: block !important;
    }
    .share.d-flex.align-items-center {
        margin-top: 1rem;
    }
    .job-nav{
        background-size: cover !important;
    }
    .jobList div.p-4 {
        padding: 0.8rem 1rem !important;
    }
    .job-details table td:first-child {
        width: 175px !important;
    }
    ul.navbar-nav.ml-auto.text-blue.open_sans.pt-3.pt-lg-0 {
        border-top: 1px solid;
    margin-top: 13px;
    padding-bottom: 15px;
    padding-top: 6px !important;
    }
    .upload_file input {
        left: 5%;
    }
    .close-modal {
        top: 5px;
        right: 10px;
    }
    #add_apply_job .modal-body .d-flex.align-items-center, #add_apply_job_details .modal-body .d-flex.align-items-center {
        display: block !important;
    }
    #add_apply_job .modal-body .d-flex.align-items-center p, #add_apply_job_details .modal-body .d-flex.align-items-center p{
        margin-bottom: 10px;
    }
    #add_apply_job #resume_cv_file, #add_apply_job_details #resume_cv_file{
        margin-top: 10px;
    }
    input#dob{
        width: 86% !important;
    }
    div#navbarSupportedContent .navbar-nav li{
        width: 100%;
    }
    button#filterIcon:focus{
        background-color: #f5fdff !important;

    }
    footer.page-footer.footer.new_footer {
        margin-top: 1.5rem !important;
    }
    .new_footer {
    background-color: #fff !important;
    padding-top: 1rem;
    padding-bottom: 2.3rem;
}
    
}
@media only screen and (max-width:575px) {
    /* .mobile-nav {
          width: 100%;
      } */
      .job-details table td:first-child {
        width: 165px !important;
    }
}

@media only screen and (max-width:390px) {
    .top__banner__box h1,
    .category h3,
    .featured__job h3,
    .contact_title {
        font-size: 20px;
    }
    .contact_title span {
        font-size: 12px;
    }
    .job-details table td:first-child {
        width: 150px !important;
    }
    .upload_file input{
        left: 5%;
    }
    .footer-two p{
        font-size: 13px !important;
    }
}

@media only screen and (max-width:375px) {
    .btn.btn-home {
        padding: 0.375rem .75rem;
    }
    .feature__card__desg {
        display: inline-block;
    }
    .feature__card__title>button {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .feature__card__desg>span {
        margin-right: 20px;
        font-size: 16px;
    }
    .feature__card__left span.circular-book {
        font-size: 16px;
    }
    img.explain_img {
        width: 173px;
        top: 24%;
        right: 50%;
        transform: translateX(50%);
    }
    .footer__ul>li>a {
        font-size: 14px;
        padding: 0 4px;
    }
    
#onForgot, .remember-btn {
    font-size: 12px !important;
}
.contactemail a,.contactemail .textLable{
    font-size: 12px;
}
.contact__inner {
    padding: 20px 13px;
}
.job-details table td:first-child {
    width: 138px !important;
}
}
