    /*oswald font-face*/

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald/oswald-bold.woff2') format('woff2'), url('../fonts/oswald/oswald-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lobsterregular';
    src: url('../fonts/lobster-regular.woff2') format('woff2'), url('../fonts/lobster-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*lato font-face*/

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato/lato-black.woff2') format('woff2'), url('../fonts/lato/lato-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack_italic';
    src: url('../fonts/lato/lato-blackitalic.woff2') format('woff2'), url('../fonts/lato/lato-blackitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato/lato-bold.woff2') format('woff2'), url('../fonts/lato/lato-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold_italic';
    src: url('../fonts/lato/lato-bolditalic.woff2') format('woff2'), url('../fonts/lato/lato-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato/lato-light.woff2') format('woff2'), url('../fonts/lato/fonts/lato/lato-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight_italic';
    src: url('../fonts/lato/lato-lightitalic.woff2') format('woff2'), url('../fonts/lato/lato-lightitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato/lato-regular.woff2') format('woff2'), url('../fonts/lato/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato/lato-regularitalic.woff2') format('woff2'), url('../fonts/lato/lato-regularitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latohairline';
    src: url('../fonts/lato/lato-thin.woff2') format('woff2'), url('../fonts/lato/lato-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latohairline_italic';
    src: url('../fonts/lato/lato-thinitalic.woff2') format('woff2'), url('../fonts/lato/lato-thinitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'latoregular';
    background-color: #f3f4fd;
}

body .pr0 {
    padding-right: 0;
}

button:focus {
    outline: none;
}

.row_part {
    width: 100%;
    padding: 0 15px
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-25 {
    margin-top: 25px;
}

a {
    color: #1f215a;
}

.input-mr {
    margin-top: 25px;
    padding: 0;
}

.pdl-0 {
    padding-left: 0;
}

.pdl-0 .custom-label-input {
    margin-top: 17px;
}

.msg-span span {
    padding: 7px 7px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 12px;
}

.deleteModal .modal-content {
    border: none;
}

.delete-msg-text {
    margin-bottom: 45px;
    font-size: 22px;
    color: #908e8e;
    text-align: center;
    margin-top: 11px;
    font-weight: 400;
}

.delete-modal-btn {
    border: none;
    text-align: center;
    padding-bottom: 58px;
}

.delete-modal-btn .btn {
    padding: 5px 44px;
    border: none;
    font-size: 20px;
    margin: 0 5px;
}

.deleteModal {
    background: rgba(0, 0, 0, .4);
    right: 0;
    position: fixed;
    bottom: 0;
    left: 0;
}

body .green-like {
    vertical-align: middle;
    color: #4a90e2;
    font-size: 21px;
    margin-top: 15px;
    cursor: pointer;
}
#start_test{
    padding: 6px 30px;
}
.dashboard-blocks a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

span.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #fff;
}
.program_code_msg.badge-danger {
    margin-top: 5px;
    background: none;
    color: #dc3545;
    font-size: 13px;
    margin-left: 2px;
}
.program_code_msg.badge-success {
    margin-top: 5px;
    background: none;
    color: #28a745;
    font-size: 13px;
    margin-left: 2px;
}
.queAns p{
    margin-bottom: 0px;
}
.section {
    margin-top: 30px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(204,204,204,1);
    box-shadow: 0px 0px 2px 0px #CCC;
}

.my-disabled {
    position: relative;
    cursor: not-allowed;
    z-index: 999;
    pointer-events: none;
}
.my-info{
    font-size:12px;
    font-style: italic;
}

select[readonly].select2 + .select2-container {
  pointer-events: none;
  touch-action: none;
}
  .select2-selection {
    background: #eee;
    box-shadow: none;
  }

  .select2-selection__arrow,
  .select2-selection__clear {
     /*display: none; 31-10-2019 RRR*/
  }

@media (min-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}


/*navbar section*/

.header-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.logo-container {
    padding-top: 4px;
    text-align: center;
}

.logo-container:focus {
    outline: none;
}

.logo-container img {
    height: 50px;
    width: 50px;
}

.logo-container h4 {
    font-family: 'lobsterregular';
    color: #4a90e2;
    margin-bottom: 0;
    font-size: 21px;
}

.header-nav .navbar-collapse {
    flex-grow: inherit;
}

.header-nav .navbar-nav a {
 font-size: 15px;
    color: #666666;
    font-family: 'latobold';
    padding: 5px 13px;
    border-radius: 4px;
}

.green-fill-btn {
    background-color: #4a90e2;
    border: 2px solid #4a90e2;
    color: #fff !important;
}
.green-fill-btn:focus, .green-fill-btn:visited {
    background-color: #4a90e2 !important;
    border: 2px solid #4a90e2 !important;
    color: #fff !important;
    outline: none;
    box-shadow: none;
}
.green-fill-btn:hover
{
    color: #fff;
    background: #282828;
    border: 2px solid #282828;
    outline: none;
    box-shadow: none;
}

.apply-for-job-btn {
    margin-left: 10px;
    vertical-align: bottom;
}

.job-panel i.fa {
    margin-left: 10px !important;
}

.footer-para ul {
    list-style-type: none;
}

.signin-container {
    list-style-type: none;
    padding-left: 0;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 0;
}

.signin-container .btn {
    text-transform: uppercase;
    padding: 7px 21px;
    font-size: 13px;
    font-family: 'latobold';
    position: relative;
    margin-top: 0;
}

.signin-container li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
}

.nav-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -3px;
}

.header-nav .navbar-nav a:hover,
.header-nav .navbar-nav a:focus {
    color: #4a90e2;
    background-color: transparent;
}

.nav-right .active a {
    color: #4a90e2;
    background-color: transparent;
}

.btn:focus {
    /*box-shadow: none;*/
}


/*banner section*/

.banner-section {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-header {
    font-family: 'latobold';
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 6px;
}

.banner-section h6 {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.banner-section>.container {
    padding: 98px 0 133px 0;
}

.custom-select-container {
    position: relative;
}

.custom-select {
    background: none;
}

.panel-body {
    background: #fff;
    border: 1px solid #4a90e2;
    padding: 14px 22px 18px 22px;
}

.left-panel1 {
    margin-top: 37px;
    margin-bottom: 21px;
}

.panel-header {
    font-size: 19px;
    font-family: 'latobold';
    margin-bottom: 28px;
    position: relative;
}

.panel-header::before {
    position: absolute;
    top: 29px;
    left: 0;
    width: 27px;
    height: 2px;
    background-color: #4a90e2;
    content: '';
}

.panel-header span {
    color: #4a90e2;
}

.find-job-form .form-control {
    width: 100% !important;
    height: 41px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #666666;
}

.search-btn {
    font-size: 14px;
    padding: 6px 37px;
    margin-top: 19px;
}

.left-panel2 {
    background-image: url(../images/jff-resume.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 42px 20px;
    text-align: center;
    margin-bottom: 25px;
}

.left-panel2 h4 {
    font-family: 'oswaldregular';
    font-size: 32px;
    color: #fff;
    margin-bottom: 21px;
}

.left-panel2 p {
    font-size: 17px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0.6px;
    line-height: 30px;
    margin-bottom: 36px;
}

.left-panel2 button {
    font-size: 19px;
    font-family: 'latobold';
    text-transform: uppercase;
    padding: 11px 47px;
}

.left-panel2 .add-resume-btn {
    font-size: 19px;
    font-family: 'latobold';
    text-transform: uppercase;
    padding: 11px 47px;
}

.left-panel2 .add-resume-btn:hover {
    text-decoration: none;
    color: #fff;
}

.left-panel2 .add-resume-btn img {
    margin-right: 16px;
    vertical-align: baseline;
}

.white-fill-btn:hover,
.white-fill-btn:focus {
    background-color: #282828;
    outline: none;
}

.left-panel2 button img {
    margin-right: 14px;
}

.white-fill-btn {
    color: #4a90e2;
    background: #fff;
    border: none;
    border-radius: 4px;
}


/*right section css*/

.right-panel {
    margin-top: 35px;
}

.job-panel {
    background: #fff;
    box-shadow: 0 0 4px #e3e3e3;
    padding: 27px 24px;
    position: relative;
    margin-bottom: 13px;
}

.job-panel h3 {
    font-size: 17px;
    font-family: 'latobold';
    text-transform: capitalize;
    color: #000;
    margin-bottom: 3px;
    padding-right: 72px;
    line-height: 23px;
}

.job-panel h6 {
    font-size: 14px;
    color: #4a90e2;
    font-family: 'latobold';
    margin-bottom: 5px;
}

.job-detail,
.job-add {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 6px;
}

ul.job-detail li,
ul.job-add li {
    display: inline-block;
    color: #747474;
    font-size: 15px;
    margin-right: 48px;
    vertical-align: middle;
    padding-top: 4px;
    position: relative;
    padding-left: 28px;
}

.job-detail-buttons a img {
    width: 18px;
    margin-right: 7px;
    vertical-align: middle;
}

ul.job-add li {
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.job-panel ul li span {
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: top;
    margin-top: -3px;
    position: absolute;
    top: 4px;
    left: 0;
}

.view-more {
    font-size: 13px;
    font-family: 'latobold';
    margin-top: 14px;
    padding: 6px 28px;
}

.green-outline-btn {
    color: #4a90e2;
    border: 2px solid #4a90e2;
    background: transparent;
    border-radius: 4px;
}
.green-outline-btn:focus {
    box-shadow: none;
}

.green-outline-btn:hover {
    color: #fff;
    background: #4a90e2;
    box-shadow: none;
}

.job-status {
    font-size: 12px;
    font-family: 'latobold';
    position: absolute;
    right: 0;
    top: 12px;
    width: 81px;
    padding: 4px 5px;
    text-align: center;
    color: #fff;
}

.yellow-status {
    background-color: #f6931e;
}

.red-status {
    background: #d20001;
}

.skyblue-status {
    background: #26a9e1;
}

.posted-date {
    font-size: 12px;
    color: #b6b6b6;
    position: absolute;
    bottom: 19px;
    right: 16px;
}

.view-all {
    padding: 7px 39px;
    float: right;
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 35px;
}

.left-panel3 ul {
    padding-left: 0;
    list-style-type: none;
}

.left-panel3 ul li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 13px;
}

.left-panel3 ul li a {
    color: #636363 !important;
    font-size: 16px;
}

.left-panel3 ul li a:hover,
.left-panel3 ul li a:focus {
    cursor: pointer;
    color: #2b2b2a !important;
}

.left-panel3 ul li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #4a90e2;
    left: 0px;
    top: 10px;
    border-radius: 50%;
}

.view-all-link {
    font-size: 16px;
    color: #4a90e2;
    font-family: 'latobold';
    display: inline-block;
}

.view-all-link:hover,
.view-all-link:focus {
    color: #000;
    text-decoration: none;
}

.left-panel3 {
    padding: 14px 22px 26px 22px;
    margin-bottom: 35px
}


/*slider section css*/

.company-profile {
    border: 1px solid #cbcaca;
    text-align: center;
    padding: 23px 10px 44px 10px;
    position: relative;
    background: #fff;
}

.company-profile::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #4a90e2;
    bottom: 0;
}

.company-profile>img {
    width: 60px;
    margin-bottom: 19px;
    max-width: 92px;
    height: 61px;
    object-fit: contain;
}

.company-section-body {
    background: #fff;
    box-shadow: 0 0 4px #e3e3e3;
    margin-bottom: 60px;
    padding: 18px 25px 26px 25px;
}

#main .slider {
    margin-top: 43px;
}

.company-profile h5 {
    font-size: 17px;
    font-family: 'latobold';
    margin-bottom: 3px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-profile h6 {
    font-size: 15px;
    color: #868585;
    margin-bottom: 29px;
}

.opening-btn {
    padding: 5px 22px;
    font-size: 14px;
    border-radius: 4px;
}

.owl-theme .owl-nav {
    position: absolute;
    right: -7px;
    top: -51px;
    width: 92px;
    text-align: right;
}

body .owl-carousel .owl-nav .owl-prev {
    margin-right: 5px;
}

body .owl-carousel .owl-nav .owl-next,
body .owl-carousel .owl-nav .owl-prev {
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    font-size: 0;
    display: inline-block;
    background-size: 30px;
    background-position: center;
}

body .owl-carousel .owl-nav .owl-next {
    transform: rotate(180deg);
}

.flex-direction-nav li {
    display: inline-block;
}

.flex-nav-prev {
    margin-right: 7px;
}

.black-fill-btn {
    color: #fff !important;
    background-color: #282828;
    border: 2px solid #282828;
}

.black-fill-btn:focus {
    box-shadow: none;
}
.black-fill-btn:hover
{
    opacity: .9;
    cursor: pointer;
    box-shadow: none;
}

.upload-resume-container {
    background-image: url(../images/upload-resume-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 77px 0 72px 0;
}

.upload-resume-btn {
    font-family: 'latobold';
    font-size: 21px;
    padding: 12px 53px;
    border-radius: 4px;
    float: right;
    margin-top: 10px;
}

.upload-resume-btn:hover {
    text-decoration: none;
}

.upload-resume-btn img {
    margin-right: 14px;
    width: 18px;
    vertical-align: baseline;
}

.upload-resume-container h3 {
    font-size: 31px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'latoblack';
    margin-bottom: 4px;
}

.upload-resume-container p {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.213px;
}

.revolution-slider {
    padding-bottom: 45px;
}


/*footer css*/

footer {
    padding: 32px 0 23px 0;
    background-color: #00273d;
}

.footer-head {
    color: #e4e3e3;
    font-size: 19px;
    font-family: 'latobold';
    margin-bottom: 24px;
}

.footer-para p {
    color: #e4e3e3;
    font-size: 13px;
    line-height: 21px;
}

.footer-para ul li a {
    font-size: 13px;
    color: #4a90e2;
    line-height: 19px;
    display: block;
    padding: 0px 10px 4px 0;
    vertical-align: top;
}

.footer-para ul li a:hover,
.footer-para ul li a:focus {
    text-decoration: none;
    color: #cacaca;
}

.footer-para ul li {
    position: relative;
    padding-left: 12px;
    line-height: normal;
    vertical-align: top;
}

.footer-para ul {
    padding-left: 0;
}

.footer-para ul li::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #4a90e2;
    border-radius: 50%;
    top: 9px;
    left: 0;
}

body .contact-ul li::after {
    content: none !important;
}

body .contact-ul li {
    padding-left: 0;
    margin-bottom: 5px;
}

.contact-ul li a {
    padding-left: 28px !important;
}

.contact-ul li a span {
    display: inline-block;
    width: 25px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    top: -2px;
}

.contact-ul li a span img {
    max-width: 100%;
}

.copy-right-container {
    padding: 11px 0;
    background-color: #000426;
}

.copy-right-container p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.form-control {
    font-size: 13px;
    min-height: 41px;
    width: 100% !important;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #888888!important;
}

.form-control:focus {
    color: #9e9e9e;
}

.form-group ::-webkit-input-placeholder,
.custom-select-container ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888888!important;
    font-size: 13px;
}

.form-group ::-moz-placeholder,
.custom-select-container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #888888!important;
    font-size: 13px;
}

.form-group :-ms-input-placeholder,
.custom-select-container :-ms-input-placeholder {
    /* IE 10+ */
    color: #888888!important;
    font-size: 13px;
}

.form-group :-moz-placeholder,
.custom-select-container :-moz-placeholder {
    /* Firefox 18- */
    color: #888888!important;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    color: #888888;
    font-size: 13px;
    padding-left: .75rem;
    padding-right: 30px;
}


/*login modal css*/

.custom-modal .modal-dialog {
    max-width: 100%;
    width: 550px;
}

.custom-modal .modal-content {
    padding: 40px 30px 60px;
    min-height: unset;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .19), 0 4px 6px rgba(0, 0, 0, .23);
    border: none;
    border-radius: 0;
}

.custom-modal .modal-header {
    padding: 0;
    border: none;
    color: #4a90e2;
}

.custom-modal .modal-body {
    padding: 0;
}

.custom-modal .modal-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.custom-form-group label {
    font-size: 14px;
    margin-bottom: 2px;
    color: #666666;
    letter-spacing: 0.2px;
}

.show-password-container {
    position: relative;
}

.show-password,
a.show-password:not([href]):not([tabindex]) {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #4a90e2;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.forget-password,
a.forget-password:not([href]):not([tabindex]) {
    color: #4a90e2;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 8px;
    display: block;
    text-align: right;
}

.forget-password:hover,
.show-password:hover {
    color: #000;
    text-decoration: none;
}

.password-form {
    margin-bottom: 10px;
}

.login-btn {
    width: 100%;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'latobold';
    letter-spacing: 0.2px;
    margin-top: 20Px;
    padding: 8px 10px;
}

.modal-header .close {
    padding: 0;
    position: absolute;
    right: 32px;
    top: 24px;
    font-size: 33px;
    color: #ccc;
}

.modal-backdrop.show {
    opacity: .7;
}

.form-control:focus {
    border-color: #4a90e2;
    outline: 0;
    box-shadow: none;
}

.register-link {
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 0;
}

.register-link a {
    display: inline-block;
    color: #4a90e2;
    font-family: 'latobold';
    margin-left: 5px;
}

.register-link a:hover,
.register-link a:focus {
    text-decoration: none;
    transform: scale(1.05);
}


/* The container */

.custom-radio-container {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.custom-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.custom-radio-container .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.custom-radio-container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.custom-radio-container input:checked~.checkmark {
    background-color: #4a90e2;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.custom-radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.custom-radio-container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.custom-radio-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.radio-container {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
}

.radio-container li {
    display: inline-block;
    margin-right: 20px;
}


/* The container */

.custom-check-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;
}


/* Hide the browser's default checkbox */

.custom-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.custom-check-container .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.custom-check-container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.custom-check-container input:checked~.checkmark {
    background-color: #4a90e2;
}


/* Create the checkmark/indicator (hidden when not checked) */

.custom-check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.custom-check-container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.custom-check-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal {
    padding-right: 0;
}


/*************************************profile page css********************************************/

.custom-banner-section {
    background-image: url('../images/custom-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 98px 0 104px;
}
.myaccount.custom-banner-section {
    padding: 15px 0px;
}

.job-banner {
    padding: 15px 0px;
}

.profile-left-head {
    font-size: 18px;
    font-family: 'latobold';
    color: #4a90e2;
    margin-top: 16px;
    padding: 0 18px;
}

.profile-side-panel .nav-link {
    padding: 0;
    display: block;
    border: none;
    background-color: transparent;
}

.profile-side-panel .nav-tabs .nav-item {
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.profile-side-panel .nav-tabs .nav-link {
    display: block;
    border: none;
    background-color: transparent;
    color: #969292;
    padding: 7px 17px;
    position: relative;
    font-size: 16px;
}

.nav-tabs .nav-item.show .nav-link::before,
.nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    width: 3px;
    height: 34px;
    background: #82b53f;
}

.profile-side-panel .nav-tabs {
    margin-top: 24px;
    border-bottom: none;
}

.pl0 {
    padding-left: 0;
}

.tab-head {
    font-size: 18px;
    color: #828080;
    padding: 15px;
    border-bottom: 1px solid #eae9e9;
    font-family: 'latobold';
}

.myprofile_reg .tab-head {
    padding: 15px 0;
}

.myprofile_reg .tab-block {
    padding: 10px 10px 0 10px;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-flex-left {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    background: #fff;
}

.profile-flex-right {
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
    border-left: 1px solid #eae9e9;
    overflow: hidden;
    background: #fff;
    padding: 0 15px;
}

p.resume-label {
    font-size: 12px;
    color: #969595;
    margin-bottom: 10px;
}

.file-upload-btn {
    position: relative;
    overflow: hidden;
    height: 43px;
    margin: 0 auto;
    font-size: 17px;
    font-family: 'latobold';
    padding: 10px 27px;
    margin-top: 43px;
    line-height: 19px;
}

.file-upload-btn input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 42px;
}

.upload-container {
    width: 100%;
    height: 157px;
    background: #f4f4f4;
    text-align: center;
    border: 1px solid #e2e1e1;
    margin-bottom: 21px;
}

.other-profile-option {
    text-align: center;
    margin-bottom: 21px;
}

.other-profile-option span {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #4a90e2;
    font-family: 'latobold';
    position: relative;
}

.other-profile-option span::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 237px;
    top: 10px;
    background: #ddd;
    right: 27px;
}

.other-profile-option span::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 237px;
    top: 10px;
    background: #ddd;
    left: 27px;
}

.other-profile-option p {
    font-size: 13px;
    color: #9d9d9d;
    margin-top: 15px;
}

.form-label {
    font-size: 13.84px;
    color: #4a90e2;
    font-family: 'latobold';
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}


/*Chrome fix*/

input::-webkit-file-upload-button {
    cursor: pointer !important;
}

.doc-support {
    color: #9e9d9d;
    font-size: 12px;
    font-family: 'latobold';
    margin-top: 5px;
}

.skill-select {
    color: #9e9e9e;
    font-size: 13px;
    min-height: 41px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.selected-chip {
    padding: 3px 14px;
    background: #000;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    top: 8px;
    left: 10px;
    margin-right: 5px;
}

.selected-chip span.close {
    position: absolute;
    top: -4px;
    background: #82b53f;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #fff;
    line-height: 10px;
    border-radius: 50%;
    right: -4px;
    opacity: 1;
}

.selected-chip span.close:hover {
    cursor: pointer;
    opacity: 1;
}

.employe-label {
    margin-right: 10px;
}

.employ-btn {
    padding: 7px 41px;
    font-size: 14px;
}

.update-btn {
    float: right;
    font-size: 18px;
    font-family: 'latobold';
    padding: 10px 23px;
    margin-top: 25px;
    margin-bottom: 36px;
}

.save-btn {
    font-size: 18px;
    font-family: 'latobold';
    padding: 10px 23px;
    margin-top: 25px;
    margin-bottom: 36px;
}

.employ-block {
    margin-top: 25px;
    margin-bottom: 25px;
}


/*user profile tab*/

.user-profile-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-left: 7px;
    margin-top: 4px;
    position: relative;
}

.user-profile-img img {
    max-width: 100%;
}

.user-profile-img a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: #4a90e2;
    border-radius: 50%;
    top: 8px;
    position: absolute;
    right: 0;
    text-align: center;
}

.user-profile-img a:hover,
.user-profile-img a:focus {
    background-color: #000;
    cursor: pointer;
}

.user-profile-img a img {
    width: 13px;
}

.upload-img-btn {
    margin-top: 68px;
    font-size: 20px;
    padding: 4px 24px;
}

.upload-detail {
    font-size: 14px;
    font-family: 'latobold';
    color: #9e9d9d;
    margin-top: 7px;
}

.user-profile-block {
    margin-bottom: 40px;
}

.profile-side-panel {
    min-height: 500px;
}

.user-profile .select2 {
    width: 100% !important;
}


/*************************************about us page css********************************************/

.about-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-para {
    text-align: center;
    color: #747474;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 19px;
}

.about-para-block {
    padding-top: 35px;
    width: 95%;
    margin: 0 auto;
}

.about-img img {
    max-width: 100%;
}


/*our service section*/

.our-services-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

.section-header {
    font-family: 'latobold';
    font-size: 29px;
    color: #4a90e2;
    text-align: center;
    margin-bottom: 75px
}

.service-icon {
    width: 52px;
    height: 52px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    background-color: #4a90e2;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 0;
}

.service-icon img {
    max-width: 100%;
}

.service-block {
    position: relative;
    padding-left: 65px;
}

.service-icon img {
    max-width: 100%;
}

.service-detail {
    margin-bottom: 49px;
}

.service-detail h3 {
    font-family: 'latobold';
    font-size: 18px;
    color: #3f3f3f;
    margin-top: 5px;
}

.service-detail p {
    font-size: 15px;
    color: #747474;
    line-height: 23px;
}

.footer-about-para {
    width: 90%;
}

.footer-about-para {
    width: 90%;
}

.custom-check-container {
    font-size: 15px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.company-logo {
    width: 55px;
    margin: 0 auto;
}

.select2-container {
    max-width: 100%;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    height: 41px;
    border: 1px solid #dfdfdf;
}

.select2-container:focus {
    outline: none;
}

.select2-container--open .select2-dropdown {
    border: 1px solid #dfdfdf;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 13px;
    color: #666666;
    padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #4a90e2 transparent transparent transparent;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -16px;
    margin-top: 4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #4a90e2 transparent;
    border-width: 0px 5px 9px 5px;
}

.select2-container * {
    outline: none !important;
    box-shadow: none !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    outline: none !important;
    box-shadow: none !important;
}

.select2-results__option {
    font-size: 14px;
    color: #666666;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4a90e2;
}

.bigdrop {
    width: 100%;
}

.job-detail-right {
    margin-top: 10px;
}


/********************** 404 page ********************/

#notfound {
    position: relative;
    margin-bottom: 100px;
}

.logo-img {
    margin-bottom: 115px;
    margin-top: 100px;
}

.notfound {
    width: 100%;
    line-height: 1.4;
    padding-left: 15px;
    padding-right: 15px;
}

.notfound .notfound-404 {
    position: absolute;
    height: 100px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.notfound .notfound-404 h1 {
    color: #eaeaea;
    font-weight: 900;
    font-size: 276px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound h2 {
    font-size: 42px;
    color: #4e4e4e;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    font-family: 'latoblack';
}

.notfound p {
    font-size: 21px;
    color: #636262;
    font-weight: 400;
    margin: 9px 20px 42px 20px;
}

.notfound a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background: #4a90e2;
    display: inline-block;
    padding: 12px 31px;
    border: 2px solid transparent;
    border-radius: 8px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.notfound a:hover,
.notfound a:focus {
    background: #6e9c31;
}


/********************** job detail page ********************/

.m-b-50 {
    margin-bottom: 50px;
}

.job-detail-container {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 45px;
}

.job-detail-container h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.job-detail-container h6 {
    font-size: 18px;
    color: #4a90e2;
}

.job-detail-container .posted-date {
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 15px;
    color: #9c9c9c;
}

.job-address-detail li a {
    color: #888888;
    font-size: 15px;
}

.job-address-detail li a:hover,
.job-address-detail li a:focus {
    outline: none;
    text-decoration: none;
    color: #4a90e2;
}

.job-detail-container ul li span {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.job-detail-container ul li {
    color: #888888;
}

.job-detail-container .job-status {
    position: relative;
    padding: 0;
    background: transparent;
    color: #f6931e;
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
}

.white-bg {
    background: #fff;
    padding: 32px 20px;
    margin-top: -50px;
    box-shadow: 0px 2px 3px #e3e3e3;
    border-top: 4px solid #4a90e2;
    margin-bottom: 47px;
}

.btn-apply {
    font-size: 20px;
    width: 100%;
    float: right;
    padding: 7px 10px;
    margin-bottom: 10px;
}
.job-detail-buttons .btn-apply{
    margin-left: auto;
    width: 75%;
    float: unset;
    margin-right: auto;
}

.deadline-time {
    margin-bottom: 10px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}

.btn-apply {
    font-size: 20px;
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 20px;
    margin-bottom: 12px;
    display: block;
}

.btn-shortlist {
    font-size: 18px;
    float: right;
    padding: 7px 10px;
    margin-bottom: 10px;
    background: #4e4e4e;
    color: #fff;
    width: 100%;
}

.btn-shortlist:hover {
    background: #000;
    color: #fff;
}

.no-result-found {
    background: #fff;
    padding: 20px 20px;
    box-shadow: 4px 3px 11px #dcdcdc;
    margin-bottom: 40px
}

.no-result-found h3 {
    font-size: 30px;
    text-align: center;
    color: #999999;
}

.job-detail h3 {
    font-size: 17px;
    font-family: 'latobold';
    margin-bottom: 15px;
    color: #666666;
}

.job-overview ul {
    list-style-type: none;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background: #fbfbfb;
}

.job-overview ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 18px;
}

.job-overview ul li img {
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
     margin-top: 3px;
}

.job-overview .job-location ul {
    background: transparent;
    padding: 0;
    border: none;
}

.recent-jobs>h3 {
    color: #666666;
    font-family: 'latobold';
    font-size: 24px;
    margin-bottom: 10px;
}

.job-overview ul li h3 {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
    font-family: 'latobold';
}

.job-overview ul li span {
    font-size: 13px;
    color: #888888;
}

.job-overview>h3 {
    font-size: 17px;
    font-family: 'latobold';
    margin-bottom: 15px;
    color: #666666;
}

.job-detail>div {
    margin-bottom: 20px;
}

.job-detail p {
    color: #888888;
    font-size: 14px;
    line-height: 23px;
}

.job-detail h6 {
    font-size: 19px;
    color: #000000;
    margin-bottom: 23px;
}

.job-detail ul {
    padding-left: 0;
    list-style-type: none;
}

.job-detail ul li {
    color: #888888;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
}

.job-detail ul li:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    width: 8px;
    height: 2px;
    background-color: #afafaf;
}

.job-address-detail {
    list-style-type: none;
    padding-left: 0;
}

ul.job-address-detail li img {
    width: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    opacity: 0.8;
}

ul.job-address-detail li {
    display: inline-block;
    margin-right: 43px;
    position: relative;
    padding-left: 27px;
}

#divResumeUpload .file-upload-btn {
    margin-top: 4px;
    margin-left: 10px;
    padding: 7px 17px;
    font-size: 15px;
    height: auto;
}

.content-loader img {
    width: 50px;
    margin: 20px auto;
}

.google-ads {
    width: 728px;
    height: 90px;
    max-width: 100%;
    margin: 30px auto;
    border: 1px solid #ddd;
    background-color: #ddd;
    overflow: hidden;
    text-align: center;
}

.google-ads-rectangle {
    width: 300px;
    height: 250px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #ddd;
    margin: 20px auto;
    max-width: 100%;
    text-align: center;
}


/*reset password page css*/

.reset-password-modal .card {
    border: 1px solid #f5f5f5;
    box-shadow: 2px 4px 3px #f5f2f2;
}

.reset-password-modal .card-header {
    background: transparent;
    border: none;
    color: #4a90e2;
    font-size: 26px;
    padding: 25px 20px;
    padding-bottom: 0;
}

.reset-password-modal .card-body {
    padding: 20px 20px;
}

.reset-password-modal .form-group label {
    font-size: 14px;
    margin-bottom: 2px;
    color: #666666;
    letter-spacing: 0.2px;
    padding-bottom: 0;
}

.reset-password-modal .form-control {
    font-size: 13px;
    min-height: 41px;
    width: 100% !important;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.reset-password-modal .form-control:focus {
    border-color: #4a90e2;
    outline: 0;
    box-shadow: none !important;
}

.reset-password-btn {
    width: 100%;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'latobold';
    letter-spacing: 0.2px;
    margin-top: 20Px;
    padding: 8px 10px;
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
    color: #fff !important;
}

.reset-password-btn:hover,
.reset-password-btn:focus {
    color: #fff;
    background: #282828;
    border: 1px solid #282828;
    outline: none;
}

.reset-password-modal {
    margin-top: 50px;
    margin-bottom: 70px;
}


/*google ads*/

.google-add160 {
    width: 160px;
    height: 600px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #ddd;
    margin: 20px auto;
    max-width: 100%;
    text-align: center;
}

.our-services-section .section-header {
    text-align: left;
}

.my_qualification_clone {
    background: #f9f9f9;
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
}

.my_qualification_clone .add_qualification,
.my_qualification_clone .remove_qualification {
    position: absolute;
    top: 10px;
    right: 17px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    padding: 0;
}
.remove_certificate i{
    width: 14.58px;
    height: 22px;    
}
.gray-bg {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
}

.register-form .gender {
    padding-left: 0;
    padding-right: 5px;
    vertical-align: top;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.immediate_month_year {
    margin-left: 10px;
}


/* registration form data */

.form-control.error>label::after {
    display: none;
}

.user-registration {
    background-color: #fff;
}

.star_required {
    color: red;
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
    vertical-align: sub;
}

body .select2-container--default .select2-selection--multiple,
body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e4e7ea;
    min-height: 42px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child {
    background: #ddd;
    color: #000;
    border: none;
    position: relative;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child {
    background: #000 !important;
    color: #fff;
    border: none;
    position: relative;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 4px 10px;
}

body .select2-container--default .select2-search--inline .select2-search__field {
    width: 0 !important;
}

body .skill-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
    background: #fff !important;
    color: #fff;
    border: none;
    position: relative;
}

body .skill-select2 .select2-container--default .select2-search--inline .select2-search__field {
    width: unset !important;
    background-color: white;
    margin-top: 7px;
    margin-left: 7px;
}

body span.select2-selection__choice__remove {
    position: absolute;
    top: -4px;
    background: #82b53f;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #fff !important;
    line-height: 15px;
    border-radius: 50%;
    right: -4px;
    opacity: 1;
}

.red-fill-btn {
    color: #fff !important;
    background: #de0404;
}

.quali_parent .btn {
    margin: 0 4px;
}

.college-company-a {
    float: right;
    margin-top: 6px;
    color: #4a90e2;
    font-size: 15px;
}

.college-company-a:hover {
    text-decoration: none;
    color: #4a90e2;
}

.regi-head {
    font-size: 18px;
    margin-bottom: 0;
    display: inline-block;
}

.favorited {
    color: red;
}

.select2-default {
    color: red !important;
}

.header-nav > div.container{
        display: block;
}
.header-nav .navbar-brand{
    float:left;
}
.header-nav .nav-right{
    justify-content: flex-end;
    margin-top: 43px;
}
.register-clg-comp{
float: right;
    margin-top: 5px;
    font-size: 14px;
    color: #4a90e2 !important;
}
.register-clg-comp:hover{
    cursor: pointer;
}
.register-clg-comp > img{
        width: 17px;
    vertical-align: top;
    margin-right: 7px;
    margin-top: 3px;
}
.que{
        font-size: 15px;
    margin-bottom: 3px;
}
.ans{
        font-size: 14px;
}
.pdr-0{
    padding-right: 0;
}
.my-image-name{
    font-weight: 600;
    text-align: left;
    background: #eaeaea;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 10px;
    max-width: 298px;
    margin: 6px auto 0 auto;
    border-radius: 4px;
    color: #6f6d6d;
    position: relative;
    display: none;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-image-name i{
    position: absolute;
    right: 11px;
    top: 12px;
    font-size: 11px;
}
.my-image-name i:hover{
    cursor: pointer;
}
#attachresume .upload-container{
    height: auto;
}
.modal-open .modal{
     padding-right: 0 !important;
    padding-left: 0 !important;
}   
/* registration form data */

@media(max-width: 1199px) {
    .header-nav .navbar-nav a {
        font-size: 16px;
    }
    .banner-header {
        font-size: 36px;
    }
    .banner-section h6 {
        font-size: 16px;
    }
    ul.job-address-detail li {
        margin-right: 27px;
        padding-left: 25px;
    }
    .custom-radio-container .checkmark {
        height: 18px;
        width: 18px;
    }
    .custom-radio-container .checkmark:after {
        top: 5px;
        left: 5px;
    }
   
}
@media (min-width: 992px) and (max-width:1199px){
 .degree-radio .col-form-label .form-check{
        width: 100%;
    }
}
@media(max-width: 1024px) {
    .banner-header {
        font-size: 32px;
    }
    .banner-section>.container {
        padding: 98px 0 100px 0;
    }
    .profile-side-panel .nav-tabs .nav-link {
        font-size: 15px;
    }
    .left-panel2 p {
        font-size: 16px;
        line-height: 25px;
    }
    .left-panel2 button {
        font-size: 16px;
    }
    .left-panel3 ul li a {
        font-size: 15px;
    }
    .upload-resume-container h3 {
        font-size: 27px;
        margin-bottom: 7px;
    }
    .upload-resume-container p {
        font-size: 16px;
    }
    .upload-resume-btn {
        font-size: 17px;
    }
    .upload-resume-btn img {
        vertical-align: bottom;
    }
    .upload-resume-container {
        padding: 65px 0 55px 0;
    }
    .footer-about-para {
        width: 100%;
    }
    .footer-head {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .left-panel2 {
        padding: 30px 20px;
    }
    .company-section-body {
        margin-bottom: 40px;
    }
    .logo-container img {
        height: 50px;
        width: 50px;
    }
    .logo-container h4 {
        font-size: 20px;
    }
    /*************************************about us page css********************************************/
    .about-para-block {
        padding-top: 5px;
    }
    .about-para {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 11px;
    }
    .section-header {
        margin-bottom: 50px;
    }
    .our-services-section {
        padding-bottom: 40px;
    }
    /*************************************profile page css********************************************/
    .user-profile-img {
        width: 120px;
        height: 120px;
    }
    .upload-img-btn {
        margin-top: 32px;
        font-size: 16px;
        padding: 4px 18px;
    }
    .upload-detail {
        font-size: 13px;
    }
    .update-btn {
        font-size: 16px;
    }
    /********************** 404 page ********************/
    .logo-img {
        margin-bottom: 100px;
        margin-top: 50px;
    }
    .notfound h2 {
        font-size: 38px;
    }
    .notfound p {
        font-size: 20px;
    }
    .notfound a {
        font-size: 15px;
        padding: 9px 28px;
    }
    #notfound {
        margin-bottom: 70px;
    }
    /********************** job detail page ********************/
    ul.job-address-detail li {
        margin-right: 27px;
    }
    .btn-apply {
        font-size: 18px;
    }
    .btn-shortlist {
        font-size: 17px;
    }
    .job-detail-container h3 {
        font-size: 22px;
    }
    .job-detail-container h6 {
        font-size: 16px;
    }
    .job-address-detail li a {
        font-size: 14px;
    }
    .recent-jobs>h3 {
        font-size: 22px;
    }
    .job-detail-container .job-status {
        font-size: 14px;
    }
}

@media(max-width: 991px) {
    .header-nav .navbar-nav a {
        font-size: 14px;
        padding: 5px 9px;
    }
    .find-job-form .pr0 {
        padding-right: 15px;
    }
    .signin-container .btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    .signin-container .btn {
        padding: 3px 6px;
        font-size: 12px;
    }
    .signin-container li {
        margin-left: 5px;
    }
    .logo-container h4 {
        font-size: 18px;
    }
    .banner-header {
        font-size: 30px;
    }
    .banner-section h6 {
        font-size: 14px;
    }
    .banner-section>.container {
        padding: 82px 0 86px 0;
    }
    .left-panel1 {
        margin-top: 30px;
    }
    .right-panel {
        margin-top: 30px;
    }
    .search-btn {
        margin-top: 10px;
    }
    .job-panel {
        padding: 27px 20px 52px 20px;
    }
    .job-panel h3 {
        font-size: 16px;
    }
    .job-panel h6 {
        font-size: 13px;
    }
    ul.job-detail li,
    ul.job-add li {
        font-size: 14px;
    }
    .left-panel3 ul li a {
        font-size: 14px;
    }
    .left-panel3 ul li {
        margin-bottom: 9px;
    }
    .input-mr {
        margin-top: 0;
        padding: 0;
    }
    body .owl-carousel .owl-nav .owl-next,
    body .owl-carousel .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        background-size: 28px;
        background-position: center;
    }
    .flexslider .slides>li {
        margin-right: 5px !important;
        width: 207px !important;
    }
    .upload-resume-container h3 {
        font-size: 22px;
    }
    .upload-resume-container p {
        font-size: 13px;
    }
    .upload-resume-btn {
        font-size: 16px;
        padding: 12px 25px;
        margin-top: 5px;
    }
    .upload-resume-container {
        padding: 60px 0 47px 0;
    }
    .contact-ul li a span {
        width: 16px;
        top: 2px;
    }
    .footer-para p {
        font-size: 12px;
        line-height: 18px;
    }
    .footer-head {
        font-size: 16px;
        margin-bottom: 15px;
    }
    footer {
        padding: 27px 0 15px 0;
    }
    .left-panel2 h4 {
        font-size: 28px;
    }
    .our-services-section {
        padding-bottom: 30px;
        padding-top: 40px;
    }
    .section-header {
        margin-bottom: 40px;
        font-size: 26px;
    }
    .service-detail h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .service-detail {
        margin-bottom: 40px;
    }
    .custom-banner-section {
        padding: 80px 0 90px;
    }
    .service-detail p {
        font-size: 14px;
    }
    .service-icon {
        width: 45px;
        height: 45px;
        line-height: 42px;
    }
    .service-icon img {
        max-width: 23px;
    }
    .service-block {
        padding-left: 55px;
    }
    .about-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .profile-flex-left {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%;
    }
    .profile-flex-right {
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
    }
    .upload-detail {
        font-size: 12px;
    }
    .profile-side-panel .nav-tabs .nav-link {
        font-size: 14px;
    }
    .file-upload-btn {
        font-size: 15px;
    }
    .right-panel {
        margin-top: 30px;
    }
    /********************** 404 page ********************/
    .notfound h2 {
        font-size: 34px;
    }
    .logo-img {
        margin-bottom: 70px;
    }
    .notfound .notfound-404 h1 {
        font-size: 224px;
    }
    /********************** job detail page ********************/
    ul.job-address-detail li {
        margin-right: 27px;
        width: 100%;
        margin-bottom: 5px;
    }
    .left-panel2 .add-resume-btn {
        padding: 11px 19px;
    }
     .navbar-expand-sm .navbar-toggler span {
            background: #000;
            height: 3px;
            width: 24px;
            display: block;
            margin: 4px auto;
        }
}

@media(max-width: 767px) {
    .my_qualification_clone .add_qualification,
    .my_qualification_clone .remove_qualification {
        top: 7px;
    }
    span.dropdown-item {
        padding: 7px 9px;
        color: #FFF;
        font-weight: 400;
    }
    .navbar-expand-sm .navbar-toggler {
        display: block;
        position: absolute;
        right: 11px;
        top: 32px;
        background-color: transparent;
    }
    .file-upload-btn {
        margin-top: 22px;
    }
    .pdl-0 {
        padding-left: 15px;
    }
    .pdl-0 .custom-label-input {
        margin-left: -15px;
    }
    .header-nav .navbar-collapse.collapse.show {
        display: block !important;
    }
    .header-nav .navbar-nav>li.active a {
        background: #ecf5e0;
        color: #4a90e2;
    }
    .header-nav .navbar-nav>li {
        float: left;
        width: 100%;
        display: block;
    }
    .header-nav .navbar-nav a {
        font-size: 14px;
        padding: 7px 9px;
        color: #fff;
    }
    .header-nav .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 0;
    }
    .header-nav .navbar-collapse {
        position: absolute;
        top: 65px;
        background: #fff;
        left: 0;
        right: 0;
    }
    .header-nav .navbar-collapse {
        flex-grow: unset;
        background: #4a90e2;
        z-index: 999;
    }
    .banner-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .register-form .gender {
        width: 100%;
        margin-bottom: 10px;
    }
    ul.job-detail li,
    ul.job-add li {
        margin-right: 0;
    }
    .college-company-a {
        float: unset;
        display: block;
    }
    .text-sm-center {
        text-align: center;
    }
    .my_qualification_clone {
        padding: 10px 10px;
    }
        .right-panel {
            margin-top: 25px;
        }
        .posted-date {
            bottom: 12px;
        }
        .input-mr {
            margin-top: 0;
            padding: 0 15px;
        }
       
        .navbar-header {
            float: none;
        }
        .header-nav .navbar-toggle {
            display: block;
        }
        .header-nav .navbar-collapse {
            position: absolute;
            top: 74px;
            background: #fff;
            left: 0;
            right: 0;
        }
        .header-nav .nav-right {
            padding-right: 35px;
            margin-top: 2px;
            width: 52%;
            float: right;
        }
        .register-clg-comp {
            font-size: 13px;
            color: #4a90e2 !important;
            display: block;
            float: right;
            width: 63%;
            text-align: right;
            position: absolute;
            right: 17px;
        }
        .register-clg-comp > img {
            width: 14px;
            margin-right: 1px;
            margin-top: 3px;
        }
        .header-nav .navbar-nav {
            flex-wrap: wrap;
        }
        .owl-theme .owl-nav {
            position: relative;
            right: 0;
            top: 0;
            width: 92px;
            text-align: center;
            margin: 11px auto 0;
        }
        .header-nav .navbar-collapse.collapse {
            display: none!important;
        }
        .header-nav .navbar-collapse.collapse.show {
            display: block !important;
        }
        .header-nav .navbar-nav>li {
            float: left;
            width: 100%;
            display: block;
        }
        .header-nav .navbar-nav>li.active a {
            background: #ecf5e0;
            color: #4a90e2;
            outline: none;
        }
        .header-nav .navbar-nav a:hover, .header-nav .navbar-nav a:focus, .header-nav .navbar-nav a:active {
            color: #ffffff;
            background-color: #4a90e2;
            outline: none;
        }
        .google-ads-rectangle {
                margin: 25px auto;
            }
        .header-nav .navbar-collapse {
            flex-grow: unset;
            background: #4a90e2;
            z-index: 999;
        }
        .header-nav .navbar-nav a {
            font-size: 14px;
            padding: 7px 9px;
            color: #fff;
        }
        .header-nav>.container {
            position: relative;
        }
        .signin-container li {
            margin-left: 2px;
        }
        .signin-container .btn {
            padding: 4px;
            font-size: 11px;
        }
        .header-nav .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 0;
        }
        body .pr0 {
            padding-right: 15px;
        }
        body .pl0 {
            padding-left: 15px;
        }
        .doc-support {
            padding: 0 15px;
        }
        .logo-container img {
            height: 43px;
            width: 43px;
            margin-bottom: 2px;
        }
        .logo-container h4 {
            font-size: 17px;
        }
        .navbar-toggler {
            color: rgba(255, 255, 255, .5);
            border-color: rgba(255, 255, 255, .1);
            background: #000;
            padding: 0;
            border-radius: 4px;
            width: 35px;
            height: 35px;
        }
        .signin-container {
            margin: 10px 0;
            margin-top: 33px;
        }
        .banner-header {
            font-size: 24px;
            width: 90%;
            margin: 0 auto;
        }
        .text-align-center {
            text-align: center;
        }
        /*modal css*/
        .radio-container li {
            display: block;
            margin-bottom: 12px;
        }
        .custom-form-group label {
            font-size: 13px;
            margin-bottom: 3px;
        }
        .custom-modal .modal-title {
            font-size: 23px;
            margin-bottom: 22px;
        }
        .custom-form-group label.custom-check-container {
            margin-top: 10px;
        }
        .login-btn {
            font-size: 15px;
            padding: 7px 10px;
        }
        .register-link {
            margin-top: 20px;
        }
        .custom-modal .modal-dialog {
            max-width: 100%;
            width: 500px;
            margin: 15px auto;
        }
        .banner-section h6 {
            font-size: 14px;
            width: 90%;
            margin: 3px auto 0 auto;
            line-height: normal;
        }
        .custom-radio-container .checkmark {
            top: 0px;
        }
        .banner-section>.container {
            padding: 68px 0 70px 0;
        }
        .left-panel1 {
            margin-top: 25px;
        }
        .panel-header {
            font-size: 18px;
        }
        .left-panel2 {
            padding: 25px 20px;
            margin-top: 15px;
        }
        .left-panel2 h4 {
            font-size: 26px;
            margin-bottom: 12px;
        }
        .left-panel2 p {
            font-size: 14px;
            line-height: 19px;
            margin-bottom: 28px;
        }
        .left-panel2 button {
            font-size: 14px;
            padding: 11px 33px;
        }
        .left-panel3 {
            margin-bottom: 0;
        }
        ul.job-detail li {
            margin-bottom: 7px;
            width: 100%;
                word-break: break-word;
        }
        .dashboard-blocks .card {
            margin-bottom: 10px;
        }
        .job-panel h3 {
            font-size: 14px;
            line-height: 19px;
            margin-bottom: 5px;
        }
        .flex-direction-nav {
            top: -58px;
        }
        .flexslider .slides>li {
            width: 222px !important;
        }
        .revolution-slider {
            padding-bottom: 30px;
        }
        .footer-para p {
            font-size: 13px;
        }
        .upload-resume-btn {
            font-size: 14px;
            float: none;
        }
        .upload-resume-container h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }
        .custom-banner-section {
            padding: 49px 0 55px;
        }
        .about-section {
            padding-top: 30px;
        }
        .about-para {
            font-size: 14px;
            line-height: 21px;
            margin-bottom: 14px;
        }
        .about-para-block {
            padding-top: 5px;
            padding-bottom: 0;
        }
        .our-services-section {
            padding-top: 10px;
        }
        .service-detail {
            margin-bottom: 20px;
        }
        .profile-flex-left {
            -ms-flex: 0 0 35%;
            flex: 0 0 35%;
            max-width: 35%;
        }
        .profile-flex-right {
            -ms-flex: 0 0 65%;
            flex: 0 0 65%;
            max-width: 65%;
        }
        .user-profile-img {
            margin: 0 auto;
        }
        .user-profile-block {
            margin-bottom: 20px;
        }
        .about-img {
            text-align: center;
        }
        .about-img img {
            max-width: 100%;
            width: 320px;
            margin: 0 auto;
        }
        /********************** 404 page ********************/
        .notfound .notfound-404 h1 {
            font-size: 155px;
        }
        .logo-img {
            margin-bottom: 50px;
            margin-top: 30px;
        }
        .notfound h2 {
            font-size: 27px;
        }
        .notfound p {
            font-size: 16px;
        }
        .notfound a {
            font-size: 13px;
            padding: 7px 21px;
            border-radius: 4px;
        }
        .deadline-time strong {
            display: block;
            font-size: 13px;
        }
        .btn-apply {
            font-size: 17px;
        }
        .job-detail-container .posted-date {
            font-size: 14px;
        }
        .job-detail-container {
            margin-bottom: 30px;
        }
        .white-bg {
            margin-bottom: 30px;
            margin-top: -18px;
            padding: 17px 20px;
        }
        .job-detail-container h3 {
            font-size: 19px;
        }
        .job-detail-container h6 {
            font-size: 14px;
        }
        .recent-jobs>h3 {
            font-size: 20px;
            margin-bottom: 0;
        }
        .logo-container {
            margin-right: 0;
        }
        .reset-password-modal {
            margin-top: 20px;
            margin-bottom: 30px;
        }
        .immediate_month_year {
            width: 100%;
                margin-left: 0;
        }

    }
      @media(min-width: 576px) and (max-width:767px){
        .container {
            max-width: 90%;
        }
    }
    @media(max-width: 575px) {
        .my_qualification_clone .add_qualification, .my_qualification_clone .remove_qualification {
            top: 7px;
        }
      
        .upload-resume-container {
            padding: 40px 0 40px 0;
            text-align: center;
        }
        .header-nav .navbar-collapse {
            top: 72px;
        }
        .my-image-name {
             max-width: 90%;
        }
        .signin-container {
            margin-right: 36px;
            position: absolute;
            top: -2px;
            right: 2px;
        }
        .header-nav {
            padding-top: 5px;
            padding-bottom: 5px;
        }
        .navbar-expand-sm .navbar-toggler {
            top: 27px;
                right: 0;
        }
        .logo-container h4 {
            font-size: 13px;
        }
        .logo-container img {
            height: 40px;
            width: 40px;
        }
        .apply-for-job-btn {
            /*margin: 0 10px;*/
            margin: 0 0 0 10px;
        }
        .flexslider .slides>li {
            width: 230px !important;
        }
        .about-section {
            padding-top: 20px;
        }
        .about-para-block {
            padding-bottom: 10px;
        }
        .about-section {
            padding-bottom: 30px;
        }
        .section-header {
            margin-bottom: 30px;
            font-size: 22px;
        }
        .our-services-section {
            padding-top: 30px;
        }
        .section-header {
            margin-bottom: 25px;
            font-size: 21px;
        }
        .service-icon img {
            max-width: 21px;
        }
        .service-icon {
            width: 40px;
            height: 40px;
            line-height: 36px;
        }
        .our-services-section {
            padding-bottom: 10px;
        }
        .about-img {
            text-align: center;
        }
        .custom-modal .modal-dialog {
            width: 90%;
        }
        .about-img img {
            max-width: 100%;
            width: 320px;
            margin: 0 auto;
        }
        .profile-flex-left {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .profile-side-panel {
            min-height: unset;
            padding-bottom: 15px;
            border-bottom: none;
        }
        .profile-flex-right {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            border-left: none;
            margin-bottom: 15px;
        }
        .text-align-center {
            text-align: center;
        }
        .deadline-time {
            color: #949494;
            font-size: 14px;
            text-align: left;
            margin-top: 10px;
        }
        .deadline-time strong {
            display: inline-block;
            font-size: 13px;
        }
        .white-bg {
            padding: 10px 20px;
        }
        .job-detail-container h6 {
            font-size: 14px;
            margin-bottom: 15px;
        }
        .job-overview ul {
            padding: 15px;
        }
        .google-ads,
        .google-ads-rectangle {
            height: 100px;
            width: auto;
        }
        .update-btn {
            float: unset;
        }
        .job-detail-buttons .btn-apply {
            width: 100%;
        }
        .job-panel i.fa {
            margin-left: 1px;
        }
        .view-more {
            padding: 6px 13px;
            min-width: 100px;
        }
    }   
    a#register-btn i {
        width: 10px;
        margin-right: 7px;  
    }
    
        .error-message {
    color: red !important;
    font-size: 11px;
    display: block;
    margin-top: 4px;
}