/* New CSS */

.p0 {
  padding: 0 !important;
}
.pb-25 {
  padding-bottom: 25px;
}
.p-v-15 {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.p-h-40 {
  padding-left: 40px!important;
  padding-right: 40px!important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pr-0 {
  padding-right: 0;
} 
.pl-0 {
  padding-left: 0;
}
.mt-15 {
  margin-top: 15px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
html, body, .loginPageWrapper {
  height: 100%;
  width: 100%;
}
.bg-lightBlue {
  background: #F8FBFF;
}
.flexColumnDirection {
  flex-direction: column;
}
.label-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun,sans-serif;
  line-height: 1;
  content: "*";
}
.loginPageWrapper {
  overflow-y: auto;
  overflow-x: hidden;
}
.loginIntro {
  background: url(../images/loginImg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.loginIntro::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(30, 136, 229, 0.8); */
  /* background-color: rgba(25, 47, 89, 0.8); */
  background-color: rgba(0, 0, 0, 0.2);
}
.loginIntroInner {
  z-index: 9;
}
.loginIntro img.loginLogo {
  width: 130px;
  margin-top: 16px;
}
.loginHeadingWrapper {
  width: 372px;
  padding: 15px 60px 15px 40px;
  background: rgba(255,255,255,0.4);
  margin-left: -40px;
  border-radius: 0 15px 15px 0;
}
.loginIntro h1 {
  margin-bottom: 5px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 42px;
}
.loginIntro h1 span {
  display: block;
  font-weight: normal;
  font-size: 30px;
}
/* .loginIntro h1 {
  font-weight: 400;
  font-size: 30px;
}
.loginIntro p {
  font-size: 16px;
  line-height: 1.5;
  width: 80%;
  opacity: 0.8;
} */
.loginIntro span.copyRight {
  font-size: 15px;
  padding-bottom: 10px;
}
.loginIntro ul li a {
  font-size: 15px;
  text-decoration: none;
}
.loginIntro ul li a:hover {
  text-decoration: underline;
}
.loginForm form {
  margin-bottom: 0;
}
.loginForm h2 {
  color: #2a2a2a;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.loginForm p {
  color: #72849a;
  line-height: 1.8;
}
.loginForm label {
  color: #53535f;
  font-weight: 500;
  font-size: 14px;
}

.labelrequired {
    color: #ff4d4f !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.loginForm input:not([type="submit"]) {
  padding: 9px 16px;
  color: #53535f;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.inputHasIcon {
  position: relative;
}
.inputHasIcon span {
  position: absolute;
  top: 13px;
  left: 16px;
}
.inputHasIcon span i {
  font-size: 13px;
}
.inputHasIcon span.iconOnRight {
  left: auto;
  right: 16px;
  top: 13px;
  cursor: pointer;
}
.inputHasIcon span.iconOnRight i {
  color: #9d9d9d;
  font-size: 14px;
}
.loginForm .inputHasIcon input {
  padding: 9px 16px 9px 40px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  height: 42px;
}
.loginForm input:hover, .loginForm input:focus {
  box-shadow: none;
} 
.loginInputIcons .inputHasIcon span, .forgetPassInputIcons .inputHasIcon span {
  top:15px
}
.signUpInputIcons .inputHasIcon span {
  top:8px
}
.form-text {
  font-size: 13px;
}
.loginForm span.forgotPass {
  float: right;
}
.loginForm span.forgotPass a {
  font-size: 13px;
  text-decoration: none;
  color: #0E5696;
}
/* .loginForm span.forgotPass a:hover {
  color: #2a2a2a !important;
} */
.signupBtn {
  font-size: 14px;
}
.signupBtn a {
  text-decoration: none;
  font-weight: 500;
}
.loginBtn {
  font-size: 14px;
  padding: 8px 20px;
  background-color: #0E5696;
  border-color: #0E5696;
}
.loginBtn:hover, .loginBtn:focus {
  background-color: #0E5696;
  border-color: #0E5696;
  opacity:0.9;
}
.mobileBoxShadow {
  padding: 20px !important;
  background: #ffffff;
  box-shadow: 0px 14px 70px -20px #2B25251A;
}
/*.login{
  text-align: left;
  color: #002244;
  padding-top: 22px;
}
.loginPage {
  background: url(../images/bg-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.loginBox {
    background: #fff;
    border-radius: 5px;
    padding: 2%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.loginLogo {
  text-align: center;
}
.loginAppTitle {
  margin: 0;
}
.loginBtn {
  color: #fff;
  background: #3a4d8f;
  border: 2px solid #3a4d8f;
}
.loginBtn:hover {
  color: #3a4d8f;
  background: #fff;
  border: 2px solid #3a4d8f;
  transition: background .4s;
}
.navbar {
    min-height: 98px;
}
.logo img {
  float: left;
  width: 85px;
  margin-left: 10px;
}

.logo1 img {
    float: left;
    width: 105px;
    margin-left: 1px;
}*/


.navbar-default .navbar-brand {
    color: #3a4d8f;
    font-weight: 600;
}
.navbar-brand {
    float: left;
    height: 97px;
    padding: 40px 15px;
    font-size: 26px;
    line-height: 20px;
}

.navbar-brand1 {

    float: left;
    height: 97px;
    padding: 0px 7px;
    font-size: 18px;
    line-height: 20px;

}

button.btn.btn-default.btnSubmit {
    background: #3a4d8f;
    color: #fff;
    text-transform: uppercase;
}
button.btn.btn-default.btnReset {
    background: #868686;
    color: #fff;
}
#page-wrapper {
    min-height: calc(100vh - 98px);
}
/* The radio */
.customRadio {
 
     display: inline-block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.customRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    left: 0;
    z-index: 9;
    height: 22px;
    margin: 0;
}

/* Create a custom radio button */
.checkround {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#3a4d8f;
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.customRadio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customRadio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customRadio .checkround:after {
     left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#3a4d8f;
  }
/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#f8204f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
  margin-bottom: 10px;
  background-color: #f8204f;
  border-width: 2px;
  border-color: #f8204f;
  color: #fff;
}
.cust-btn:hover{
  
  border-color: #f8204f;
  background-color: #fff;
  color: #f8204f;
  border-radius: 20px;
  transform-style: 2s;

}
.blueBorderView {
      border-left: 4px solid #3a4d8f;
    background: #f2f5ff;
    padding: -1px 10px;
}
.navbar-top-links li:last-child {
  margin-right: 0;
}
a.dropdown-toggle {
      color: #3a4d8f;
    height: 97px;
    padding: 31px 20px !important;
    font-size: 20px;
}
.dropdown-toggle .fa.fa-user.fa-fw {
      background: #3a4d8f;
    color: #fff;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    padding: 8px;
}
.custom-search-form .btn.btn-default{
background: #3a4d8f;
color: #fff;
}
.showFileMain {
    display: inline-block;
    padding: 5px;
}
.qrCodebox {
    width: 92px;
    height: 92px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    margin: 0px 25px;
}
.fileInfoSec {
    max-width: 515px;
    display: inline-block;
    vertical-align: top;
    margin-top: -75px;
    width: 100%;
    font-size: 11px;
line-height: 1.1857143;
margin-left: 95px;
}
.fileInfo {
    max-width: 46%;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 10px;
    width: 46%;
}

.logoWrapper {
  padding: 18px 0;
  background-color: #ffffff;
}
.logoWrapper > .container {
  display: flex;
  justify-content: space-between;
}
.logoWrapper img {
  width: 300px;
}
.logoWrapper .dropdown {
  margin-top:15px
}
.dashboardCardWrapper {
  text-align: center;
  max-width: 1000px;
  margin: 30px auto 0;
  background-color: #fff;
  padding: 35px 50px;
  border-radius: 8px;
}
.dashboardCardWrapper h2 {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  color: #0E5696;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  float: left;
  padding: 6px 18px;
  background-color: #F6F7FB;
  width: auto;
  max-width: 740px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.dashboardCardWrapper h2 span {
  color: #626264;
}
.dashboardCardWrapper ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style-type: none;
}
.dashboardCardWrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  height: 230px;
  margin-right: 3%;
  opacity: 0;
}
.dashboardCardWrapper ul li:last-child {
  margin-right: 0;
}
.dashboardCardWrapper ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #626264;
  padding: 180px 28px 20px 28px;
  position: relative;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.2s all ease;
}
.dashboardCardWrapper ul li.viewJob a {
  background: #F6F7FB  url('../images/viewJob.png') top 38px center no-repeat;
  background-size: 80px;
}
.dashboardCardWrapper ul li.viewProfile a {
  background: #F6F7FB  url('../images/viewProfile.png') top 38px center no-repeat;
  background-size: 120px;
}
.dashboardCardWrapper ul li.editProfile a {
  background: #F6F7FB url(../images/editProfile.png) top 38px center no-repeat;
  background-size: 120px;
}
.dashboardCardWrapper ul li.logout a {
  background: #F6F7FB  url('../images/logout.png') top 38px center no-repeat;
  background-size: 120px;
}
.dashboardCardWrapper ul li a:hover {
  box-shadow: 3px 4px 17px 1px rgb(0 0 0 / 48%);
  -webkit-box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 48%);
  -moz-box-shadow: 3px 4px 17px 1px rgba(0,0,0,0.48);
  text-decoration: underline;
  color: #007bff;
}

.reponsiveLogo {
  display: none;
}

.greyBg {
  background-color: #f3f3f3;
}
.contentWrapper {
  position: relative;
}
.backToDashboardBtn2 {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 9;
  box-shadow: 0px 5px 15px 0px #0000001A;
}
.backToDashboardBtn2 a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  background-color: #CCE4FF;
  color: #0E5696;
  border-radius: 4px;
  text-align: center;
  padding: 9px 14px;
  text-decoration: none;
  transition: 0.2s all ease;
}
.backToDashboardBtn2 a:hover, .backToDashboardBtn2 a:focus {
  background-color: #0E5696;
  color: #ffffff;
}   
.changePassFloatingBtn2 {
  float: right;
  margin-right: 0px;
  margin-top: 7px;
  box-shadow: 0px 5px 15px 0px #0000001A;
}
.changePassFloatingBtn2 a {
  font-size: 14px;
  font-weight: 500;
  background-color: #CCE4FF;
  color: #0E5696;
  border-radius: 4px;
  text-align: center;
  padding: 9px 14px;
  text-decoration: none;
  transition: 0.2s all ease;
}
.changePassFloatingBtn2 a:hover, .changePassFloatingBtn2 a:focus {
  background-color: #0E5696;
  color: #ffffff;
}
.contentWrapper .card {
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  margin: 30px 0;
}
.contentWrapper .card .card-header {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 24px;
}
.contentWrapper .card .card-header h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 6px 18px;
  background-color: #F6F7FB;
  display: inline-block;
}
.contentWrapper .card .card-header p {
  font-size: 16px;
  color: #7c7a7a;
  margin-bottom: 0;
}
.contentWrapper .card .card-header.cardHeaderInner {
  padding: 0 0 24px 0;
}
.contentWrapper .card .card-body {
  padding: 0 24px;  
}
.contentWrapper .card .card-body label {
  color: #0E3655 !important;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
}
.contentWrapper .card .card-body label.badge {
  padding: 6px 8px;
  color: #fff;
}
.contentWrapper .card .card-body label.badge input[type=radio], 
.contentWrapper .card .card-body label.badge input[type=checkbox] {
  vertical-align: bottom;
}
.contentWrapper .card .card-body .form-control {
  border: 1px solid #D3E2FF !important;
  background: #fafafa;
  border-radius: 4px;
  color: #75787d;
  font-size: 14px;
  height: 40px !important;
  padding: 8px 12px !important;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  color: #75787d !important;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
}
.salutationSelect {
  border: 1px solid #a6a9ae;
  border-radius: 4px;
  color: #75787d;
  font-size: 14px;
  height: auto;
  padding: 1px 8px;
  margin-left: 4px;
}
.viewData p {
  background-color: #f5f5f5;
  border: 1px solid #a6a9ae;
  border-radius: 4px;
  color: #75787d;
  font-size: 14px;
  padding: 7px 12px;
  margin-bottom: 0;
}
.customTable tr th {
  font-size: 14px;
  color: #75787d;
}
.customTable tr td {
  font-size: 13.5px;
}
.picUploadInstructions {
  margin-top: 20px;
}
.picUploadInstructions ul {
  padding-left: 0;
  list-style-type: none;
}
.picUploadInstructions ul li {
  margin-bottom: 5px;
}
.picUploadInstructions ul li:last-child {
  margin-bottom: 0;
}
.picUploadInstructions ul li::before {
  display: inline-block;
  margin-right: 10px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun,sans-serif;
  line-height: 1;
  content: "*";
}
.contentWrapper .card .card-body .form-control.picUploadInput {
  height: 43px !important;
  padding: 8px 8px !important;
}
.contentWrapper.previewPage .card .card-header h3 {
  background-color: #17a2b8;
    padding: 14px 18px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
}
.contentWrapper.previewPage .card .card-header h3.card-title a {
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 15px;
  color: #ffffff;
  background: #fff;
  color: #17a2b8;
  padding: 6px 10px;
  border-radius: 3px;
}
#previewBody {
  width: auto;
  height: auto;
}
.previewPage h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #28a745;
}
.previewPage h5 span {
  display: block;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
}
.previewPage .card-body {
  position:relative;
}
.previewPage .hideOnFull {
  display: none;
}
.previewPage .downloadJobAppForm {
  position: absolute;
  top: 0px;
  right: 25px;
  width: 46px;
  height: 41px;
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding-top: 9px;
}
.previewPage .downloadJobAppForm:hover {
  opacity: 0.8;
}
.previewPage .downloadJobAppForm i {
  font-size: 18px;
}
.previewPage ul {
  padding-left: 20px;
}
.previewPage h6 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
  color: #75787d;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.previewPage .address p span, .previewPage .email p span {
  display: block;
}
.previewPage .address p, .previewPage .email p {
  margin-bottom: 10px;
}
.previewPage .email p {
  font-weight: 500;
}
.profilePhoto {
  width: 100px;
  height: 100px;
}
.copyRight {
  position: relative;
  /* bottom: 0;
  left: 0;
  right: 0;
  margin: auto; */
  text-align: center;
  padding: 0 0 30px;
}
.copyRight p {
  margin-bottom: 0;
  font-size: 14px;
}
.changePassFloatingBtn, .backToDashboardBtn {
  position: fixed;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #17a2b8;
  background-size: 38px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  transition: 0.3s all ease;
}
.changePassFloatingBtn {
  background-image: url(../images/changePassword.png); 
}
.backToDashboardBtn {
  background-image: url(../images/backToDashnoard.png); 
}
.changePassFloatingBtn:hover, .backToDashboardBtn:hover {
    opacity: 0.9;
}
.changePassFloatingBtn a, .backToDashboardBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.showIconsonHover .redIcon {
  color: red;
}
.showIconsonHover .blueIcon {
  color: blue;
}
.showIconsonHover {
  opacity: 0;
}
table tr:hover .showIconsonHover {
  opacity: 1;
} 

.showIconsonHover.redIcon {
  color: red;
}
.showIconsonHover.blueIcon {
  color: blue;
}

.formNavTabs {
  margin-top: 30px;
  margin-bottom: -30px;
}
.formNavTabs ul li a {
  font-size: 14px;
  background-color: #ffffff;
  color: #17a2b8;
  padding: 10px 16px;
  border-right: 1px solid #17a2b8 !important;
  border-radius: 0 !important;
}
.formNavTabs ul li:last-child a {
  border-right: none !important;
}
.formNavTabs ul li a:hover,.formNavTabs ul li a:focus {
  background-color: #17a2b8;
  color: #fff;
}
.nav-tabs .nav-link.active {
  border: none !important;
  color: #fff;
  background-color: #17a2b8;
}

/**** FCPS Css ****/

.headingWrapper {
  background-color: #ffffff;
  padding: 12px 20px;
  text-align: center;
  margin-top: 50px;
  border-radius: 8px;
}
.headingWrapper h1 {
  margin: 0;
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  color: #080808;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 4px;
}
.requiredAsterick {
  color: red;
}
.greyRadioBg {
  background: #fafafa;
  height: 40px;
  padding: 8px 12px;
  display: inline-block;
}
.formSubmitBtn {
  background-color: #71BA80;
  float: right;
}
.stepsWrapper {
  margin-top: 25px;
}
.stepsWrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.stepsWrapper ul::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #BFC0C0;
  left: 0;
  right: 0;
  top: 20px;
  z-index: -1;
}
.stepsWrapper ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 13px;
}
.stepsWrapper ul li span {
  display: block;
  border: 2px solid #ADADAD;
  background-color: #f3f3f3;
  color: #adadad;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  margin: auto auto 5px;
  font-weight: bold;
  font-size: 15px;
} 
.stepsWrapper ul li.active span {
  border: 2px solid #71BA80;
  background-color: #71BA80;
  color: #ffffff;
}

/* Define the tooltip styles */
.stepsWrapper .tooltip {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  white-space: pre-line;
  width: auto; 
  min-width: max-content;
  max-width: none;
  overflow: hidden;
}
.stepsWrapper ul li:hover .tooltip {
  opacity: 1;
  overflow: visible;
}
.custom-dropdown {
  position: relative;
  width: 200px;
  z-index: 9;
  background: #CCE4FF;
}
.selected-item {
  padding: 10px 25px 10px 40px;
  cursor: pointer;
  box-shadow: 0px 5px 15px 0px #0000001A;
  color: #0E5696;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.selected-item::before {
  content: "";
  background: url('../images/userIcon.png') no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 13px;
  background-size: 20px 20px;
}

.selected-item::after {
  content: "";
  background: url('../images/dropdownArrow.png') no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 46%;
}
.dropdown-list {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  width: 100%;
  box-shadow: 0px 5px 15px 0px #0000001A;
}
.dropdown-list li {
  cursor: pointer;
  transition: background-color 0.2s;
}
.dropdown-list li:hover {
  background-color: #f0f0f0;
}
.dropdown-list li a {
  padding: 10px 10px 10px 40px;
  display: block;
  background-color: #CCE4FF;
  color: #0E5696;
  font-size: 15px;
  font-weight: 500;
}
.dropdown-list li.headerchangePass a {
 background-image:url(../images/changePassIcon.png);
 background-position: left 10px top 13px;
 background-size: 17px; 
 background-repeat: no-repeat;
 border-top: 1px solid #0000001A;
 border-bottom: 1px solid #0000001A;
}
.dropdown-list li.headerLogout a {
  background-image:url(../images/logoutHeaderIcon.png);
  background-position: left 11px top 13px;
  background-size: 13px; 
  background-repeat: no-repeat;
 }

/**** Responsive Css ****/

@media (min-width: 768px) {
  .sidebar {
    margin-top: 98px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 1366px) {
  .loginHeadingWrapper {
    width: 350px;
    padding: 15px 50px 15px 35px;
  }
  .loginIntro h1 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38px;
  }
  .loginIntro h1 span {
    font-size: 26px;
  }
  .loginForm h2 {
    margin-bottom: 2px;
    font-size: 22px;
  }
  .loginForm p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .logoWrapper img {
    width: 280px;
  }
  .logoWrapper .dropdown {
    margin-top: 11px;
  }
  .headingWrapper h1 {
    font-size: 28px;
  }
  .dashboardCardWrapper h2 {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .loginHeadingWrapper {
    width: 310px;
    padding: 13px 50px 13px 35px;
  }
  .loginIntro h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .loginIntro h1 span {
    font-size: 24px;
  }
  .loginIntro p {
    font-size: 15px;
    width: 100%;
  }

  .logoWrapper img {
    width: 265px;
  }
  .selected-item {
    padding: 9px 25px 9px 40px;
    font-size: 15px;
  }
  .selected-item::before {
    top: 12px;
    background-size: 18px 18px;
  }
  .dropdown-list li a {
    padding: 9px 10px 9px 40px;
    font-size: 14px;
  }
  .dropdown-list li.headerchangePass a {
    background-position: left 10px top 12px;
    background-size: 16px;
  }
  .dropdown-list li.headerLogout a {
    background-position: left 11px top 12px;
    background-size: 12px;
  }
  .headingWrapper {
    padding: 10px 20px;
    margin-top: 40px;
  }
  .headingWrapper h1 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 1.5px;
    word-spacing: 2px;
  }
  .dashboardCardWrapper {
    padding: 30px 40px;
  }
  .dashboardCardWrapper h2 {
    max-width: 680px;
    font-size: 22px;
  }

  .dashboardCardWrapper ul li {
    height: 200px;
  }
  .dashboardCardWrapper ul li a {
    padding: 152px 28px 20px 28px;
  }
  .dashboardCardWrapper ul li.viewJob a {
    background:#F6F7FB url('../images/viewJob.png') top 35px center no-repeat;
    background-size: 80px;
  }
  .dashboardCardWrapper ul li.viewProfile a {
    background:#F6F7FB url('../images/viewProfile.png') top 35px center no-repeat;
    background-size: 80px;
  }
  .dashboardCardWrapper ul li.editProfile a {
    background:#F6F7FB url('../images/editProfile.png') top 35px center no-repeat;
    background-size: 80px;
  }
  .dashboardCardWrapper ul li.logout a {
    background:#F6F7FB url('../images/logout.png') top 35px center no-repeat;
    background-size: 80px;
  }
  .centerBtn1200 {
    text-align: center;
  }
  .centerBtn1200 .formSubmitBtn {
    float:none;
    margin-bottom: 10px;
  }
  .contentWrapper .card .card-header h4 {
    font-size: 19px;
  }
  .stepsWrapper ul {
    justify-content: space-evenly;
  }
}

@media (max-width: 992px) {
  .mobileBoxShadow {
    padding: 20px 28px;
    box-shadow: 3px 4px 17px 1px rgb(0 0 0 / 48%);
    -webkit-box-shadow: 0px 0px 12px -5px rgb(0 0 0 / 48%);
    -moz-box-shadow: 3px 4px 17px 1px rgba(0,0,0,0.48);
    border-radius: 12px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .logoWrapper {
    padding: 15px 0;
  }
  .logoWrapper img {
    width: 250px;
  }
  .logoWrapper h1 {
    padding-top: 12px;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }
  .logoWrapper .dropdown {
    margin-top: 9px;
  }
  .headingWrapper {
    margin-top: 30px;
  }
  .headingWrapper h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    word-spacing: 1px;
  }
  .changePassFloatingBtn2 {
    display: none;
  }
  .stepsWrapper {
    display: none;
  }
  .dashboardCardWrapper {
    max-width: none;
    margin: 30px auto 0;
    padding: 30px;
    width: 100%;
  }
  .dashboardCardWrapper h2 {
    width: 100%;
    max-width: none;
    text-align: center;
    font-size: 23px;
    margin-bottom: 20px;
  }
  .dashboardCardWrapper ul li {
    width: 32%;
    margin-right: 2%;
  }
  /* .dashboardCardWrapper ul li:nth-child(2) {
    margin-right: 0;
  } */
  /* .dashboardCardWrapper ul li:nth-child(1), .dashboardCardWrapper ul li:nth-child(2) {
    margin-bottom: 20px;
  } */
  .reponsiveLogo.visibleOn992 {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .reponsiveLogo.visibleOn992 img {
    width: 300px;
  }
  .backToDashboardBtn2.backToDashboardBtn2Responsive {
    width: 40px;
    height: 40px;
    top: 0;   
    bottom: 0;
    margin: auto;
    box-shadow: none;
  }
  .backToDashboardBtn2.backToDashboardBtn2Responsive a {
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url('../images/backIcon.png');
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .backToDashboardBtn2.backToDashboardBtn2Responsive a:hover, .backToDashboardBtn2.backToDashboardBtn2Responsive a:focus {
    background-image: url('../images/backIcon-hover.png');
  }
}

@media (max-width: 768px) {
.loginForm h2 {
  font-size: 22px;
  margin-bottom: 2px;
}
.loginForm p {
  margin-bottom: 20px;
  font-size: 15px;
}
.navbar-default .navbar-brand {
  color: #3a4d8f;
  font-weight: 600;
  width: 204px;
  padding: 5px;
  line-height: 1;
}
a.dropdown-toggle {
    color: #3a4d8f;
    height: unset;
    padding: unset !important;
    font-size: 20px;
}
ul.nav.navbar-top-links.navbar-right {
    text-align: right;
    padding: 15px 15px 0 0px;
    background: #eaeaea;
}
button.navbar-toggle {
    margin-top: 30px;
}
.logoWrapper {
  padding: 25px 0 18px !important;
}
.logoWrapper img {
  width: 220px;
}
.logoWrapper .dropdown {
  margin-top: 5px;
}
.logoWrapper h1 {
  padding-top: 8px;
  padding-bottom: 12px;
  font-size: 22px;
  line-height: 26px;
}
.changePassFloatingBtn2 a {
  font-size: 13px;
  padding: 9px 12px;
}
.headingWrapper h1 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  word-spacing: 0px;
}
.dashboardCardWrapper {
  width: 100%;
  max-width: none;
  margin: 30px auto 0;
}
.dashboardCardWrapper h2 {
  font-size: 18px;
  margin-bottom: 30px;
}
.dashboardCardWrapper ul li {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto 20px !important;
}
.contentWrapper .col {
  flex-basis: auto;
}
.contentWrapper .col.form-group {
  margin-bottom: 12px;
}
.contentWrapper .card .card-body label {
  margin-bottom: 6px;
}
.dnoneResponsive {
  display: none;
}
.mt-0-responsive {
  margin-top: 0;
}
.contentWrapper .btn {
  white-space:break-spaces;
}
.wrapOnResponsive {
  white-space: break-spaces;
  line-height: 1.5;
}
.contentWrapper.previewPage .card .card-header h3 {
  font-size: 21px;
  line-height: 34px;
}
.contentWrapper.previewPage .card .card-header h3.card-title a {
  font-size: 14px;
  padding: 0px 10px;
}
.previewPage h5 {
  font-size: 14.5px;
}
.previewPage h5 span {
  font-size: 14px;
  margin-bottom: 20px;
}
.previewRedirectBtn {
  font-size: 14px;
}
.previewPage h6 {
  margin-bottom: 25px;
}
.previewPage .address, .previewPage .email {
  float: none !important;
}
.previewPage .address {
  margin-bottom: 20px;
}
.previewPage .email p {
  text-align: left !important;
}
.centerBtn768 {
  text-align: center;
}
.centerBtn768 .col {
  flex-basis: auto;
}
.centerBtn768 .formSubmitBtn {
  float:none;
  margin-bottom: 10px;
}
}

@media (max-width: 575px) {
  .mobileBoxShadow {
    width: 85%;
  }
  /* .logoWrapper {
    text-align: center;
  } */
  .logoWrapper img {
    width: 200px;
  }
  .logoWrapper h1 {
    padding-top: 14px;
    padding-bottom: 18px;
    font-size: 26px;
    line-height: 26px;
    margin-top: 25px;
    float: none;
 }
  .logoWrapper h1:before {
    left: 0;
    margin: auto;
    width: 40px;
  }
  .logoWrapper h1:after {
    left: 0;
    margin: auto;
    max-width: 185px;
  }
  .changePassFloatingBtn2 {
    float: none;
    margin-top: 35px;
  }
  .headingWrapper h1 {
    font-size: 18px;
  }
  .dashboardCardWrapper {
    max-width: none;
    margin: 25px auto 0;
    width: 100%;
    padding: 25px 20px;
  }
  .dashboardCardWrapper h2 {
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
}
  .dashboardCardWrapper h2:after,.dashboardCardWrapper h2:before {
    display: none;
  }
}