@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  /*  font-size: 18px;*/
    color: #000;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;ca
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
}
.btn{
    font-size: 14px;
}
.text-royal{
    color: #001c4b;
}
h1{
    font-size: 28px;
}
p{
    font-size: 14px;
}
/*Fa-fa-icons*/
i.fas.fa-user-tie {
    color: #001C4B;
}
i.fas.fa-phone-volume {
    color: #001C4B;
}
i.fas.fa-envelop {
    color: #001C4B;
}
i.fas.fa-eye {
    color: #001C4B;
}
i.fas.fa-envelope {
    color: #001c4b;
}
i.far.fa-comment-alt {
    color: #001c4b;
    font-size: 2em;
}
i.far.fa-bell {
    color: #001c4b;
    font-size: 2em;
}
i.far.fa-user-circle {
    color: #001c4b;
}
i.far.fa-trash-alt {
    color: #001c4b;
}
i.fas.fa-download {
    color: #001c4b;
}
i.fas.fa-check {
    color: #001c4b;
}
i.fas.fa-pen-alt {
    color: #001c4b;
}
i.fas.fa-pen-alt {
    font-size: 14px;
}
i.fas.fa-times {
    color: #001c4b;
}
#hero{
    background-image: url('../images/banner.jpg');
    background-position: center;
    background-size: cover;
    min-height: 200px;
    text-align: center;
    color: #fff;
}
#hero h1{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.hero-container{
    transform: translateY(-20%);
}
#hero .form-control {
    display: block;
    width: 100%;
    padding: 40px 10px 20px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Poppins';
    font-weight: 200;
}
#hero .label-text{
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #1091DB;
    display: block;
    text-align: start;
    padding: 10px;
}
#hero .form-group{
    border-right: 2px solid #000c32;
}
.btn-outline-royal {
    color: #001C4B;
    border-color: #001C4B;
    border-radius: 40px;
    padding: 5px 25px;
}
.btn-outline-royal:hover {
    color: #fff;
    background-color: #001C4B;
    border-color: #001C4B;
}
.btn-outline-royal:hover, .active {
    color: #fff !important;
    background-color: #001C4B;
    border-color: #001C4B;
}
#hero .btn-transparent .btn-check:focus+.btn-transparent, .btn-transparent:focus {
    outline: 0;
    box-shadow: none !important;
    font-size: 14px;
}
/*--Section 1--*/
.popular-search h2{
    font-size: 28px;
    font-weight: 400;
    color: #001C4B;
}
.btn-outline-gray {
    font-size: 15px;
    font-weight: 400;
    color: #798291;
    border-color: #798291;
    border-radius: 40px;
    padding: 10px 30px;
}
.btn-outline-gray:hover {
    color: #fff;
    background-color: #798291;
    border-color: #798291;
}
footer{
    border-top: 1px solid #798291;
    text-align: center;
    color: #798291;
}
footer p{
    font-size: 17px;
    font-weight:; 
    color: #001C4B;
}
footer a {
    color: #798291;
    font-size: 15px;
    line-height: 2em;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
footer a:hover {
    color: #001C4B;
    font-size: 15px;
    line-height: 2em;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
footer li {
    color: #798291;
    font-size: 15px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    display: block;
    justify-content: center;
    text-align: center;
}

/* user candidate css */
.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.h-26{
height: 40% !important;
}

/*.accordion-item:nth-child(5) {
    border-bottom: 1px solid rgba(0,0,0,.125);
}*/

div#recents a {
    align-items: start;
    font-size: 15px;
    font-weight: 500;

}

.file-size{
    margin-bottom: 0;
    position: relative;
    top: 10px;
    left: 5px;
    font-size: 10px;
}


form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 540px;
    margin-left: 86px;
}

/* end of  user candidate css */
/*Search-Page*/
.btn-outline-royal-dropdown {
    color: #001C4B;
    border-color: #001C4B;
    border-radius: 5px;
    padding: 10px 18px;
    font-size: 15px;
}
.dropdown-item {
    font-size: 12px;
}
.btn-outline-royal-dropdown:hover {
    color: #fff;
    background-color: #001C4B;
    border-color: #001C4B;
}
.search-result-box{
    border: 1px solid #CACFD6;
    border-radius: 5px;
    box-shadow: 0 0 10px #cacfd6;
    padding: 20px;
    text-align: start;
    font-size: 18px;
    color: #798291;
}
.search-result-box h3{
    font-size: 23px;
    color: #001C4B;
}
.search-result-box h5{
    font-size: 18px;
    color: #001C4B;
}
.search-result-box p{
    font-size: 15px;
    color: #798291;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
/*Search-details*/
.search-detail-box {
    border: 1px solid #CACFD6;
    border-radius: 5px;
    box-shadow: 0 0 10px #cacfd6;
    padding: 20px;
    text-align: start;
    font-size: 18px;
    color: #798291;
    height: 100%;
    background-color: #fff;
}
.search-detail-box h3{
    font-size: 25px;
    color: #001C4B;
}
.search-detail-box p{
    font-size: 15px;
    color: #798291;
}
.search-detail-box ul li{
    font-size: 15px;
    color: #798291;
    list-style: circle;
}
.search-detail-box ul{
    padding-left: 20px !important;
}
.search-detail-box .card {
    border: 0px solid transparent;
}
.search-detail-box .card-body {
    padding: 0;
}
.search-detail-box .card-text{
    font-size: 16px;
    color: #798291;
}
.search-detail-box .card-text span{
    font-size: 16px;
    color: #798291;
}
.search-detail-box .card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border: 1px solid #C9D0DC;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding: 40px 20px !important;
    margin: 0 auto;
    align-items: center;
}
.search-detail-box .btn-blue{
    color: #fff;
    background-color: #001C4B;
    border-color: #001C4B;
}
.search-detail-box .btn-blue:hover{
    transform: scale(1.01);
}
.close-dropdown{
    position: absolute;
    right: -5px;
    top:-5px;
    fill: #0d6efd;
}
.close-dropdown-hover-color
{
     fill: red;
}
/*svg.close-dropdown:hover{
     fill: red;
}*/

/*Job-history*/
div#jobs {
    background-color: #001c4b;
    text-align: center;
}
#jobs h2.pt-5.text-uppercase {
    color: #fff;
}
.new-btn {
    text-align: end;
    position: relative;
    bottom: 178px;
    left: 32px;
}
.application {
    background-color: #d7f2e3;
    color: #000 !important;
    padding-right: 12px;
    font-size: 10px;
    font-weight: 600;
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.Sent-btn {
    text-align: end;
    margin-right: -10px;
   /* position: absolute;*/
    top: 40px;
}
.app-btn{
    text-align: end;
    margin-right: -10px;
}

.banner-img{
  vertical-align: middle;
    margin-right: 20px;
}

/*Login*/
#login {
    background-color: #e3effc;
}
#login .search-result-box {
    border: 1px solid #CACFD6;
    border-radius: 5px;
    box-shadow: 0 0 10px #cacfd6;
    padding: 40px 60px;
    text-align: start;
    font-size: 18px;
    color: #011d4c;
    background-color: #fff;
}
#login .form-group {
    border-right: 2px solid #000c32;
}
#login h1{
    color: #001C4B;
}
#login .label-text {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #1091DB;
    display: block;
    text-align: start;
    padding: 5px 8px;
    z-index: 99;
}
#login .form-control {
    display: block;
    width: 100%;
    padding: 45px 8px 16px 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Poppins';
    font-weight: 200;
    box-shadow: 0 0 10px #cacfd6;
}
#login .input-group-addon .input_icons {
    position: absolute;
    padding: 15px 20px;
    right: 0;
    width: 7.5%;
}
#login .btn-blue {
    color: #fff;
    background-color: #001C4B;
    border-color: #001C4B;
    width: 50%;
    padding: 12px 20px;
    font-size: 16px;
}
#login .btn-blue:hover {
    transform: scale(1.01);
}
#login .signup_bg {
    background-image: url('../images/login-right.jpg');
    background-position: center;
    background-size: cover; 
    align-content: center;
    color: #fff;
}
#login .login-text-container {
    transform: translateY(14%);
    color: #fff;
    font-weight: 100;
}
#login .login-text-container h1{
    color: #fff;
    font-weight: 100;
    line-height: 1.5em;
}
#login .login-text-container h4{
    color: #fff;
    font-weight: 100;
    line-height: 1.5em;
}
#login .btn-border-box {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    width: 40%;
    font-weight: 200;
}
#login .btn-border-box:hover {
    transform: scale(1.01);
}
#login a{
    color: #fff;
    font-weight: 300;
}
#login p {
    font-size: 18px;
    font-weight: 500 !important;
}
button.btn.btn-lightblue img {
    width: 13%;
    margin-right: 10px;
}
button.btn.btn-outline-greys img {
    width: 24%;
    margin-right: 10px;
}
#login .links_text{
    font-size: 14px;
}
#login .links_text a{
   color: #001C4B;
   font-size: 14px;
}
#login .btn_center{
    text-align: center;
    position: relative;
    left: 20%;
}
#login .signin-tag{
    background-color: #001C4B;
    color: #fff;
    padding: 16px 30px;
    position: absolute;
    border-radius: 30px 0px 0px 30px;
    right: 0;
    top: 30px;
}
#login .signup-tag{
    background-color: #fff;
    color: #001C4B;
    padding: 16px 30px;
    position: absolute;
    border-radius: 0px 30px 30px 0px;
    left: 0;
    top: 30px;
}
#login .btn-lightblue {
    color: #fff;
    background-color: #007ab6;
    border-color: #007ab6;
}
#login .btn-lightblue:hover {
    color: #fff;
    background-color: #058ed2;
    border-color: #007ab6;
    transform: scale(1.01);
}
#login .btn-outline-greys {
    color: #9c9a97;
    background-color: #fff;
    border-color: #ddd;
}
#login .btn-outline-greys:hover {
    color: #9c9a97;
    background-color: #eeeff0;
    border-color: #eeeff0;
    transform: scale(1.01);
}

/*Forget-Password*/
.btn-forget-pw{
    background-color: transparent;
    color: #001C4B;
    font-size: 15px;
    text-decoration: underline;
    border: none;
}
.btn-forget-pw:hover {
   text-decoration: underline;
}
.btn-forget {
    color: #fff;
    background-color: #05204e;
    border-color: #05204e;
}
.btn-forget:hover {
    color: #05204e;
    background-color: #fff;
    border-color: #fff;
    transform: scale(1.01);
}
.forget-pw-custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.forget-pw-custom-model-main2 {
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.forget-pw-model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.forget-pw-model-open2 {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.forget-pw-custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 50px auto;
  max-width: 97%;
}
.forget-pw-custom-model-inner2 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 84px auto;
  max-width: 97%;
}
.forget-pw-pop-up-content-wrap-inner{
    background-color: #dadada;
    padding: 50px;
}
.forget-pw-pop-up-content-wrap-inner2{
    background-color: #dadada;
    padding: 30px 50px;
}
.forget-pw-custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 30px 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: hidden;
}
.forget-pw-pop-up-content-wrap h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4em;
    color: #05204e;
}
.forget-pw-pop-up-content-wrap p{
  font-size: 20px;
  color: #05204e; 
  font-weight: 300 !important;
}
.forget-pw-custom-model-wrap span{
  font-size: 12px;
}
.form-check-label{
  font-size: 14px;
  color: #979797;
}
.form-check-input {
    border: 1px solid #1E90FF;
}
.forget-pw-model-open .forget-pw-custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.forget-pw-model-open .forget-pw-bg-overlay {
  background: rgba(22, 49, 92, 0.8);
  z-index: 99;
}
.forget-pw-bg-overlay {
  background: rgba(22, 49, 92, 0.8);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.forget-pw-bg-overlay2 {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.forget-pw-model-open2 .forget-pw-bg-overlay2 {
  background: rgba(22, 49, 92, 0.8);
  z-index: 99;
}
.forget-pw-model-open2 .forget-pw-custom-model-inner2 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.forget-pw-close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.forget-pw-close-btn2 {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
.btn-blue-round {
    color: #fff;
    background-color: #1E90FF;
    border-color:#1E90FF;
    border-radius: 30px;
}
.btn-blue-round:hover {
    color: #fff;
    background-color: #1E90FF;
    border-color: #1E90FF;
    transform: scale(1.05);
}




/*signup*/
#Signup .search-result-box {
    border: 1px solid #CACFD6;
    border-radius: 5px;
    box-shadow: 0 0 10px #cacfd6;
    padding: 50px 100px;
    text-align: start;
    font-size: 18px;
    color: #011d4c;
    background-color: #fff;
}
#Signup .btn-blue {
    color: #fff;
    background-color: #001C4B;
    border-color: #001C4B;
    width: 62%;
    font-size: 16px;
    padding: 12px 20px;
}
#Signup .btn-blue:hover {
    transform: scale(1.01);
}
.createaccount{
        background-color: #001c4b;
        color: #fff;
        width: 40%

}
ul.footer-menu.d-xl-flex.d-lg-flex.d-md-block.d-block.justify-content-between.my-4 a{
        text-decoration: none !important;
}
    .footer-menu {
    list-style: none;
}
.welcome{
    position: absolute;
    top: 55%;
    left: 22%;

}
.keep {
    position: absolute;
    top: 70%;
    left: 28%;
    transform: translate(-50%, -50%);
}
.personal{
     position: absolute;
    top: 75%;
    left: 28%;
    transform: translate(-50%, -50%);
}
.sign{
    top: 80%;
    left: 21%;
    background-color: transparent;
    color: #fff;
    border: 1px solid;
    border-radius: 4px;
    width: 15%;
    padding: 5px;
}
/*.imgs{
    position: relative;
    bottom: 33px;
    float: right;
    right: 10px;
}*/
.user-icons {
    position: absolute;
    top: 21px;
    right: 16px;
    width: 2.5%;
}
.mail-icons {
    position: absolute;
    top: 24px;
    right: 14px;
    width: 2.9%;
}
.imgs {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 2.9%;
}
.key-icons {
    position: absolute;
    top: 20px;
    right: 14px;
    width: 2.9%;
}
.form-label {
    margin-bottom: .5rem;
    color: #219ade;
    font-weight: bold;
}
.signin{
    border: 1px solid #000;
    width: 8%;
    position: absolute;   
    top: 20%;
    left: 42%;
    color: #3a5074;
    border-radius: 30px 0px 0px 30px;
    background-color: #fff;
    text-align: center;
    padding: 14px;
}
.signup {
    border: 1px solid #000;
    width: 8%;
    position: absolute;
    top: 20%;
    right: 42%;
    color: #fff;
    border-radius: 0px 30px 30px 0px;
    background-color: #001c4b;
    text-align: center;
    padding: 14px;
}
#Signup .form-group {
    border-right: 2px solid #000c32;
}
#Signup .label-text {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #1091DB;
    display: block;
    text-align: start;
    padding: 5px 10px;
    z-index: 99;
}
#Signup .form-control {
    display: block;
    width: 100%;
    padding: 43px 10px 16px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Poppins';
    font-weight: 200;
    box-shadow: 0 0 10px #cacfd6;
}
#Signup .input-group-addon .input_icons {
    position: absolute;
    padding: 20px 20px;
    right: 0;
}
.imgs{
    position: relative;
    top: 10px;
    right: 33px;
    width: 80%;
}
.imga{
    position: relative;
    top: 20px;
    right: 33px;
}
button.btn.mx-auto {
    width: 50%;
    text-align: center;
    position: relative;
    left: 135px;
}
#Signup .signup_bg {
    background-image: url('../images/login-right.jpg');
    background-position: center;
    background-size: cover; 
    align-content: center;
    color: #fff;
}
#Signup .signup-text-container {
    transform: translateY(36%);
    color: #fff;
    font-weight: 100;
}
#Signup .signup-text-container h1{
    color: #fff;
    font-weight: 100;
    line-height: 1.5em;
}
#Signup .signup-text-container h4{
    color: #fff;
    font-weight: 100;
    line-height: 1.5em;
}
#Signup .btn_center{
    text-align: center;
    position: relative;
    left: 20%;
}
#Signup .btn-border-box:hover {
    transform: scale(1.01);
}
#Signup .btn-border-box {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    width: 40%;
    font-weight: 200;
}
#Signup .btn:hover {
    transform: scale(1.01);
}
/*profile-creation*/
#profile-creation{
    background-color: #eff5ff;
    overflow: hidden;
}
#profile-creation .profile-form{
    background-color: #fff;
    text-align: start;
    color: 001c4b;
}
#profile-creation .profile-form select#inputState {
    font-weight: 400;
    color: #6c757d;
    text-overflow: ellipsis;
    font-size: 14px !important;
}
#profile-creation .btn-blue{
    color: #fff;
    background-color: #001C4B;
    border-color: #001C4B;
    padding: 16px 100px;
}
#profile-creation .btn-blue:hover{
    transform: scale(1.01);
}
#profile-creation h1 {
    color: #001c4b;
}
#profile-creation label {
    display: inline-block;
    color: #001c4b;
    font-weight: 600;
    font-size: 14px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
}
#profile-creation select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#profile-creation select {
background: url(../images/down-arrow.png) no-repeat right 14px top 10px;
}
#profile-creation select:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border-top: 6px solid #f99300;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}
#profile-creation .text-tags {
    width: 100%;
    height: 35px;
    text-align: center;
    margin: 10px 0px 0px 0px !important;
}
#profile-creation select {
    height: 35px !important;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: 2px solid #ccc;
    font-size: 14px;
    color: #757575;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #757575;
    line-height: calc(1.5em + .75rem);
    font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding: 3px 10px;
    width: 100%;
    font-size: 14px;
}
.select2-container {
    border: 1px solid #ccc;
    border-radius: .25rem;
    height: 35px;
}
.select2-container--bootstrap4 .select2-selection {
     background-color: transparent !important; 
     border: none !important; 
}
.select2-container {
    border: 2px solid #ccc !important;
}
/*.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none !important;
    height: 28px !important;
    width: 26px !important;
    margin: auto !important;
    top: -12px !important;
    left: auto !important;
    right: 6px;
}*/
.select2-container--bootstrap4 .select2-selection--single {
     height: 35px !important;
}
.select2-container--bootstrap4 .select2-selection--single {
    height: 35px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000transparent !important;
  }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
  }
  select {
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down-arrow.png) no-repeat right 14px top 10px;
  /*background: url(https://stackoverflow.com/favicon.ico) 96% / 15% no-repeat #eee;*/
}

/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */

.btn-check:active+.yes-button:focus, .btn-check:checked+.yes-button:focus, .yes-button.active:focus, .yes-button.dropdown-toggle.show:focus, .yes-button:active:focus {
     box-shadow: none !important;
}
.btn-check:active+.yes-button, .btn-check:checked+.yes-button, .yes-button.active, .yes-button.dropdown-toggle.show, .yes-button:active {
    color: #000;
    background-color: #c9d8f2;
    border-color: #e1e3e7;
}
.yes-button:hover {
    color: #000;
    background-color: #c9d8f2;
    border-color: #e1e3e7;
}
.btn-check:focus+.yes-button, .yes-button:focus {
    box-shadow: none !important;
}
.yes-button {
    color: #000;
    background-color: #fff;
    border-color: #e1e3e7;
    padding: 8px 20px;
}
.btn-check:focus+.yes-button, .yes-button:focus {
     box-shadow: none !important;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}


/*Resume-Creation*/
#personal{
  background-color: #eff5ff;
}
#personal .form_head
{
  font-size:28px;
  font-weight:bold;
  color: #001c4b;
}
#wrapper {
    padding: 25px;
    margin: 0px auto;
    position: relative;
    background-color: #fff;
}
/*#wrapper .baricon {
    display: inline-block;
    border: 2px solid #001c4b;
    border-radius: 40px;
    padding: 12px;
    background-color: #001c4b;
    color: white;
}*/
#wrapper #baricon {
    display: inline-block;
    border: 2px solid #001c4b;
    border-radius: 40px;
    padding: 5px 16px;
    background-color: #fff;
    color: #001c4b;
    font-size: 15px;
}
#wrapper .progress_bar{
  width:50px;
  height:5px;
  border-radius:20px;
  background-color:#001c4b;
  display:inline-block;
  margin: 0 10px;
}
#wrapper .progress_bar2{
  width:50px;
  height:5px;
  border-radius:20px;
  background-color:#001c4b;
  display:inline-block;
  margin: 0 10px;
}
#wrapper form div {
  /*  padding: 10px;*/
    box-sizing: border-box;
/*    margin-top: 50px;*/
    background-color: #fff;
    color: #001c4b !important;
    text-align: start;
}
#wrapper form div p {
    color: #001c4b;
    margin: 0px;
    margin-top: 10px;
    font-weight: bold;
}
#wrapper form div .form_head
{
  font-size:38px;
  font-weight:bold;
  margin-bottom:30px;
}
#wrapper form div input[type="text"] {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 2px solid #ddd;
}
#wrapper form div input[type="button"], input[type="submit"] {
    border-radius: 5px;
    border: 2px solid #001c4b;
    background-color: #001c4b;
    color: #fff;
    margin: 5px;
   
    padding: 10px 80px;
}
#user_details,#qualification
{
  display:none;
}
/* Start date dropdown css*/
h3.fw-bold {
    color: #001c4b;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #001c4b;
    border-color: #565e64;
}
.datebtn{
   width: 100%;
    color: #000;
    background-color: transparent;
    border: 2px solid #ccc;
}
/*.dropdown-toggle::after {
    margin-left: 7.255em;
}*/
textarea#inputdsecription {
    width: 100% !important;
    padding: 40px 10px;
    border: 2px solid #ccc;
     border-radius: 5px;
}
/* experience css */
textarea#inputDescription {
    width: 100% !important;
    padding: 40px 0px;
    border: 2px solid #ccc;
    border-radius: 5px;
}
.floppy-icon img {
    width: 20px;
}

/* progreaabar line touch with text css */
span#bar1 {
    position: relative !important;
    /*left: 20px !important;*/
}
span#bar2 {
    position: relative;
    left: 6px !important;
}
span#baricon:nth-child(1) {
    position: relative;
    /*left: 27px !important;*/
}
span#baricon:nth-child(3) {
    position: relative;
    /*left: 13px !important;*/
}




/*
#wrapper input {
    padding: 26px 10px;
}*/

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 14px 10px;
    border: 2px solid #ccc;
}

.btnsign{
    border: 2px solid #001c4b;
    border-radius: 20px;
    width: 100%;
    color: #001c4b;
    font-weight: 600;
    font-size: 14px;
    }
.resumeform{
    background-color: #fff;
    margin-top: 30px;
    padding: 60px;
    color: #001c4b;
    margin-bottom: 50px;
    }
.addbtn {
    color: #001c4b;
    margin-top: 10px;
    background-color: #d8e4fa;
    border: 1px solid #d8e4fa;
    width: 100%;
    border-radius: 7px;
    font-weight: 500;
    padding: 7px;
}
.infobtn{
        text-align: center;
        margin-top: 20px;
    }
.nextbtn {
    color: #fff;
    margin-top: 10px;
    background-color: #001c4b;
    border: 1px solid #d8e4fa;
    width: 21%;
    border-radius: 10px;
    font-weight: 500;
    padding: 14px;
}

/*Candidate-Dashboard*/
#candidate-dashboard-creation {
    background-color: #eff5ff;
    overflow: hidden;
}
#candidate-dashboard-creation h2{
    font-size: 18px;
    font-weight: 400;
    color: #001C4B;
}
#candidate-dashboard-creation h4{
    font-size: 15px;
    font-weight: 400;
    color: #001C4B;
}
#candidate-dashboard-creation h6{
    font-size: 14px;
    font-weight: 400;
    color: #949494;
}

#candidate-dashboard-creation .user-profile-pic-container {
    width: 150px;
    height: 150px;
    text-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100%;
}
.sm-user-profile-pic-container {
    width: 40px;
    height: 36px;
    text-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100%;
}
#candidate-dashboard-creation .btn-outline-gray {
    font-size: 15px;
    font-weight: 400;
    color: #798291;
    border-color: #798291;
    border-radius: 5px;
    padding: 10px 24px;
}
#candidate-dashboard-creation .btn-outline-gray:hover {
    color: #fff;
    background-color: #798291;
    border-color: #798291;
}
#candidate-dashboard-creation .btn-outline-skyblue {
    font-size: 18px;
    font-weight: 600;
    color: #1192db;
    border-color: #1192db;
    border-radius: 5px;
    padding: 6px 24px;
}
#candidate-dashboard-creation .btn-outline-skyblue:hover {
    color: #fff;
    background-color: #1192db;
    border-color: #1192db;
}
#candidate-dashboard-creation .btn-skyblue {
    font-size: 18px;
    font-weight: 600;
    color: #1192db;
    border-color: #1192db;
    border-radius: 40px;
    padding: 6px 24px;
}
#candidate-dashboard-creation .btn-skyblue-display{
display: none;
}
#candidate-dashboard-creation .btn-skyblue-display1{
display: none;
}
#candidate-dashboard-creation .btn-skyblue-display2{
display: none;
}
#candidate-dashboard-creation .btn-skyblue-display3{
display: none;
}
#candidate-dashboard-creation .btn-skyblue-display4{
display: none;
}
#candidate-dashboard-creation .btn-skyblue-display-block{
display: block;
}
#candidate-dashboard-creation .btn-skyblue:hover {
    color: #fff;
    background-color: #1192db;
    border-color: #1192db;
}
#candidate-dashboard-creation .accordion-button {
    position: relative;
    display: flex;
    align-items: start;
    width: 100%;
    padding: 1rem 0rem;
    font-size: 15px;
    color: #001c4b;
    font-weight: 500;
    background-color: transparent;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
#candidate-dashboard-creation .accordion-button::before {
    flex-shrink: 0;
/*    width: 24px;
    height: 16px;*/
    margin-right: 7px;
    content: "";
/*    background-image: url(../images/tick-icon.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;*/
    transition: transform .2s ease-in-out;
}
#candidate-dashboard-creation .accordion-button::after {
    flex-shrink: 0;
    width: 0;
    height: 0;
    margin-left: auto;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
}
#notify-value .dropdown-toggle::after {
    display: none;
   /* margin-left: -10px;
    vertical-align: 10px;
    content: "0";
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    border: 2px solid #1192db;
    border-radius: 100%;
    padding: 2px 8px;
    background-color: #1192db;*/
}
.notification-countdown {
    display: inline-block;
    margin-left: -10px;
    vertical-align: 19px;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    border: 2px solid #1192db;
    border-radius: 100%;
    padding: 4px 6px;
    background-color: #1192db;
    width: 22px;
    height: 22px;
    text-align: center;
}

#candidate-dashboard-creation input[type=text]
{
    padding: 0px 13.5px !important;
    margin-top:8px;
    font-size:15px;
    color:#001C4B;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -border-radius: 0px;
    display:block;
    width:280px;
    
}

#candidate-dashboard-creation label
{
    margin-top:8px;
    font-size:14px;
    color:#001C4B;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -border-radius: 2px;
     display:block;
}

#candidate-dashboard-creation .edit
{
    float:right;
    /*background:url(../images/edit-icon.png) no-repeat;*/
    width:40px;
    height:40px;
    display:block;
    cursor: pointer;
    margin-top: -4px;
/*    margin-left:10px;*/
}
.leftbar_dashboard
{
    border:none;
}

.editnew
{
    border:1px solid;
}
#candidate-dashboard-creation p{
    font-size: 12px;
    color: #949494;
    font-weight: 400;
}
#candidate-dashboard-creation .table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #949494;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #949494;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #949494;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #949494;
    vertical-align: top;
    border-color: #dee2e6;
}
#candidate-dashboard-creation tbody, td, tfoot, th, thead, tr {
    border-color: #dee2e6 !important;
    border-style: solid;
    border-width: 0;
    color: #949494; 
    font-size: 14px;
}
#candidate-dashboard-creation table input[type=text] {
    padding: 0px 0px !important;
    margin-top: 8px;
    font-size: 14px;
    color: #949494;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -border-radius: 0px;
    display: block;
    width: 150px;
}
#candidate-dashboard-creation input[type=text] {
    padding: 0px 5.5px !important;
    margin-top: 5px;
    font-size: 12px;
    color: #949494;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -border-radius: 0px;
    display: block;
    padding-right: calc(var(--bs-gutter-x)/ 2) !important;
    padding-left: calc(var(--bs-gutter-x)/ 2) !important;
}
#candidate-dashboard-creation a{
    text-decoration: none;
}
#candidate-dashboard-creation #update-resume .padding-0{
    padding: 0px 0px !important;
}
/*#candidate-dashboard-creation .clear
{
    clear:both;
    height:20px;
}
.tb_button {padding:1px;cursor:pointer;border-right: 1px solid #8b8b8b;border-left: 1px solid #FFF;border-bottom: 1px solid #fff;}
.tb_button.hover {border:2px outset #def; background-color: #f8f8f8 !important;}
.ws_toolbar {z-index:100000}
.ws_toolbar .ws_tb_btn {cursor:pointer;border:1px solid #555;padding:3px}
.tb_highlight{background-color:yellow} 
.tb_hide {visibility:hidden} 
.ws_toolbar img {padding:2px;margin:0px}*/

/*Apply-Job*/
 /* The Modal (background) */
#job-applying .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Submit butt
on in Popup */
.submit-btn{
  width: 20%;
    background-color: #001c4b;
    color: #fff;
    border: 0px;
    padding: 5px;
    font-weight: 500;
}
/ dropdown menu centre /
ul.dropdown-menu.dropdown-menu-light.show {
    transform: translate(85px, 726.4px) !important;
}
/*  pagination  */
.page-link {
    padding: .375rem .75rem;
    font-size: 15px;
}



/* DropdownButton */

/*.dropdown-menu{
  min-width: 1% !important;
}*/


.menu-btn1 {
    width: 9.5% !important;
}

.menu-btn2 {
    width: 7.4% !important;
}

.menu-btn3 {
    width: 11% !important;
} 

.menu-btn4 {
    width: 8% !important;
} 

.menu-btn5 {
    width: 7% !important;
} 

.menu-btn6 {
    width: 8.5% !important;
} 

.menu-btn7 {
    width: 11.7% !important;
}

/* Modal Content */
#job-applying .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50% !important;
}

/* The Close Button */
#job-applying .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: end;
}

#job-applying .close:hover,
#job-applying .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* The Close Button */
#job-applying .close2 {
  color: #aaaaaa;
  float: right;
  font-size: 22px;
  font-weight: bold;
  text-align: end;
}

#job-applying .close2:hover,
#job-applying .close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The Close Button */
#job-applying .close3 {
  color: #aaaaaa;
  float: right;
  font-size: 22px;
  font-weight: bold;
  text-align: end;
}

#job-applying .close3:hover,
#job-applying .close3:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#job-applying input {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d9dce1;
    font-size: 15px;
}
#job-applying .job-form{
  margin-top: 25px;
}
#job-applying #information{
  width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #d9dce1;
    font-size: 15px;
}
#job-applying .cover-letter{
  padding: 8px;
    width: 40%;
    border: 1px;
    background-color: #dadada;
}
#job-applying .job-label {
    color: #001c4b;
    font-size: 15px;
    font-weight: 600;
}
#job-applying .instruct{
  margin-top: 25px;
}
#job-applying .portal{
    color: #001c4b;
    font-size: 16px;
    font-weight: 500;
}
#job-applying .div-camera{
        height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: bottom;
    text-align: center;
    padding: 17px 0px;

}
#job-applying .div-box{
  border: 1px;
  background-color: #dadada;
  padding: 70px;
  margin-top: 20px;
}
.create-video{
  text-align: center;
  font-size: 18px;
}
#job-applying .upload-video {
    padding: 5px;
    width: 25%;
    background-color: #fff;
    border: 1px;
    font-size: 16px;
    font-weight: 500;
}
#job-applying .apply{
    width: 30%;
    margin-top: 15px;
    padding: 10px;
    background-color: #001c4b;
    color: #fff;
    border: 1px;
    border-radius: 5px;
}
#job-applying .btn-image{
  margin-right: 10px;
}
#job-applying .cover-letter:hover {
    background-color: #001c4b;
    color: #fff;
    background-image: url(../images/upload-white-18.png);
    background-repeat: no-repeat;
    vertical-align: middle !important;
    text-align: center;
    background-position-y: center;
    background-position-x: 10px;
}
#job-applying .cover-letter {
    padding: 10px;
    width: 40%;
    border: 1px;
    background-color: #dadada;
    background-image: url(../images/upload-black-18.png);
    background-repeat: no-repeat;
    vertical-align: middle !important;
    text-align: center;
    background-position-y: center;
    background-position-x: 10px;
}
#job-applying .div-camera {
 
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: bottom;
    text-align: center;
    padding: 17px 0px;
    margin-bottom: 30px;
}
#job-applying .select{
  width: 25%;
    text-align: center;
    background-color: #001c4b;
    border: 1px;
    color: #fff;
    padding: 5px;
    font-weight: 600;
}
#job-applying .content{
  background-color: #dadada;
    padding: 50px;
}
#job-applying .div-arrow {
    height: 90px;
    width: 90px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: bottom;
    text-align: center;
    padding: 17px 0px;
    margin-bottom: 30px;
}
#job-applying .div-size{
display: inline-block;
margin-right: 15px;
}

#job-applying .div-file{
display: inline-block;

}
#job-applying .main{
  text-align: center;
  margin-top: 15px;
}
#job-applying #myModal2{
overflow: hidden;
}
#job-applying .resume-span{
    font-size: 20px;
    font-weight: 700;
    color: #001c4b;
}
#job-applying .resume-div{
  text-align: center;
}
#job-applying .cancel-div{
  text-align: center;
  padding: 10px;
}



/*404-Error-Page*/
#error404{
    background-color: #001c4b;
    height: 100vh;
}
#error404 .mainbox {
  background-color: #001c4b;
  margin: auto;
  height: 600px;
  width: 600px;
  position: relative;
  top: 100px;
}

  #error404 .err {
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11rem;
    position:absolute;
    left: 20%;
    top: 8%;
  }

#error404 .far {
  position: absolute;
  font-size: 8.5rem;
  left: 42%;
  top: 15%;
  color: #ffffff;
}

 #error404 .err2 {
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11rem;
    position:absolute;
    left: 68%;
    top: 8%;
  }

#error404 .msg {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.8rem;
    position:absolute;
    left: 16%;
    top: 45%;
    width: 75%;
    color: #fff;
  }
  #error404 .home-div {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    position:absolute;
    left: 16%;
    top: 60%;
    width: 75%;
  }
#error404 .home-btn{
    padding: 10px;
    width: 40%;
    font-size: 15px;
    font-weight: 600;
    color: #001c4b;
    background-color: #fff;
}

#error404 a {
  text-decoration: none;
  color: white;
}

#error404 a:hover {
  text-decoration: underline;
}

 /*About-us-Page*/
.about-list{
  font-size: 14px;
  line-height: 1.8em;
}
#about-info .search-result-box p {
    font-size: 14px;
    margin-bottom: 2px;
}
#about-info .search-result-box a {
    color: #798494;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 2px;
}



/*Footer*/

.footer-menu {
    list-style: none;
}
ul.footer-menu.d-xl-flex.d-lg-flex.d-md-block.d-block.justify-content-between.my-4 a{
        text-decoration: none !important;
    }
    .text-label{
    color: #001c4b;
    font-weight: 500;
    font-family: poppins;
    font-size: 15px;
    }
    .profile{
    border: 1px solid #ced4da;
    padding: 40px 20px !important;
    text-align: center !important;
    }
    .boximg {
    position: relative;
    bottom: 9px;
    right: 17px;
}
    .boxtext{
    position: relative;
    bottom: 50px;
    left: 30px;
}
.add-sign{
    position: relative;
    right: 10px;
}
.floppy-icon{
  text-align: end !important;
  margin-top: 20px;
}
.delete-img{
  margin-right: 10px;
}

/* The Close 4 Button */
#job-applying .close5 {
  color: #aaaaaa;
  float: right;
  font-size: 22px;
  font-weight: bold;
  text-align: end;
}

#job-applying .close5:hover,
#job-applying .close5:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* The Close 4 Button */
#job-applying .close4 {
  color: #aaaaaa;
  float: right;
  font-size: 22px;
  font-weight: bold;
  text-align: end;
}

#job-applying .close4:hover,
#job-applying .close4:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}





/*------------------------------------Responsive---------------------------------------*/

/*-------------Media Queries------------------
/* Extra large devices (big landscape large laptops and desktops, 1920px and up) */
@media (min-width: 1920px){
#Signup .btn-blue {
    width: 46%;
    font-size: 14px;
}

.menu-btn1 {
    width: 7.6% !important;
}
.menu-btn2 {
    width: 6% !important;
}
.menu-btn3 {
    width: 9% !important;
}
.menu-btn4 {
    width: 6.5% !important;
}
.menu-btn5 {
    width: 6.2% !important;
}
.menu-btn6 {
    width: 6.8% !important;
}
.menu-btn7 {
    width: 9.3% !important;
}
form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 550px;
    margin-left: 90px;
}
}

/* Extra large devices (big landscape large laptops and desktops, 1200px and up) */
@media (min-width: 1440px) and (max-width: 1919px) {
#login .input-group-addon .input_icons {
    padding: 18px 20px;
}
button.btn.btn-lightblue img {
    width: 13%;
    margin-right: 10px;
}
button.btn.btn-outline-greys img {
    width: 24%;
    margin-right: 10px;
}
}
@media screen and (min-width: 1366px) and (max-width: 1439px){

  .btn-outline-royal-dropdown { 
    padding: 9px 18px;
    font-size: 12px;
}
}

/* Extra large devices (big landscape large laptops and desktops, 1200px and up) */
@media (min-width: 1025px) and (max-width: 1366px)  {
/*search-details*/
h1 {
    font-size: 22px;
}
h2{
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
.pd-left{
    padding-left: 1.5rem !important;
}
.btn{
    font-size: 12px;
}
.btn-outline-royal-dropdown {
    color: #001C4B;
    border-color: #001C4B;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 14px;
}
#signupForm label.error {
    top: 48px;
    font-size: 10px;
}
label.error {
    top: 48px;
    font-size: 10px;
}
/*Job-history*/
.new-btn {
    text-align: end;
    position: relative;
    bottom: 150px;
    left: 32px;
}
.banner-img {
    vertical-align: middle;
    margin-right: 20px;
    width: 3.5%;
}
/*Login*/
.popular-search h2 {
    font-size: 22px;
}
#login p {
    font-size: 14px;
    font-weight: 500 !important;
}
#login .search-result-box {
    padding: 60px 40px;
}
#login .label-text {
    font-size: 12px;
    padding: 5px 8px;
}
#login .form-control {
    padding: 32px 8px 12px 8px;
    font-size: 12px;
}
button.btn.btn-lightblue img {
    width: 12%;
    margin-right: 10px;
}
#login .btn-blue {
    font-size: 13px;
}
button.btn.btn-outline-greys img {
    width: 25%;
    margin-right: 10px;
}
/*Forget Password*/
.forget-pw-pop-up-content-wrap h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    color: #05204e;
}
.btn-forget-pw {
    font-size: 12px;
}
.forget-pw-custom-model-inner {
    width: 486px;
    margin: 50px auto;
    max-width: 97%;
}
.forget-pw-custom-model-inner2 {
    width: 486px;
    max-width: 97%;
}
.forget-pw-pop-up-content-wrap h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    color: #05204e;
}
label.error {
    top: 48px;
    font-size: 10px;
}
/*Signup*/
#Signup .search-result-box {
    padding: 40px 80px;
}
#profile-creation .profile-form {
    background-color: #fff;
    text-align: start;
    color: #001c4b;
    padding: 25px 30px !important;
}
#Signup .label-text {
    font-size: 12px;
    padding: 5px 10px;
}
#Signup .form-control {
    padding: 32px 10px 12px 10px;
    font-size: 12px;
}
.user-icons {
    position: absolute;
    top: 11px;
    right: 16px;
    width: 2.5%;
}
.mail-icons {
    position: absolute;
    top: 9px;
    right: 16px;
    width: 2.9%;
}
.key-icons {
    position: absolute;
    top: 9px;
    right: 17px;
    width: 2.9%;
}
#Signup .btn-blue {
    width: 50%;
    font-size: 13px;
}
.btnsign {
    font-size: 12px;
}
/*Candidate-Dashboard*/
.notification-countdown {
    margin-left: -10px;
    vertical-align: 20px;
    font-size: 8px;
    padding: 2px 4px;
    background-color: #1192db;
    width: 18px;
    height: 18px;
}
form.example input[type=text] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid grey;
    float: left;
    width: 460px;
    margin-left: 78px;
}
#candidate-dashboard-creation .btn-outline-gray {
    font-size: 13px;
}
#candidate-dashboard-creation .btn-outline-skyblue {
    font-size: 13px;
}
#candidate-dashboard-creation .btn-skyblue {
    font-size: 13px;
}
#candidate-dashboard-creation h2 {
    font-size: 17px;
    font-weight: 400;
    color: #001C4B;
}
#candidate-dashboard-creation tbody, td, tfoot, th, thead, tr {
    font-size: 13px;
}
#candidate-dashboard-creation table input[type=text] {
    padding: 0px 0px !important;
    margin-top: 8px;
    font-size: 13px;
}
#candidate-dashboard-creation label {
    margin-top: 8px;
    font-size: 11px;
}
#candidate-dashboard-creation .accordion-button {
    padding: 12px 0px;
    font-size: 14px;
    color: #001c4b;
}
#candidate-dashboard-creation .accordion-body {
    padding: 12px 0px;
    font-size: 9px;
}
span.leftbar_dashboard3 {
    font-size: 10px;
}
#candidate-dashboard-creation .accordion-button::before {
    flex-shrink: 0;
/*    width: 24px;
    height: 16px;*/
    margin-right: 0px;
    content: "";
/*    background-image: url(../images/tick-icon-sm.png);
    background-repeat: no-repeat;
    background-size: 14px;*/
    transition: transform .2s ease-in-out;
}
#candidate-dashboard-creation input[type=text] {
    padding: 0px 13.5px !important;
    margin-top: 8px;
    font-size: 12px;
    color: #001C4B;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -border-radius: 0px;
    display: block;
    overflow: hidden;
    width: 100%;
}
#candidate-dashboard-creation .edit
{
    float:right;
   /* background:url(../images/edit-icon-sm.png) no-repeat;*/
    width:26px;
    height:26px;
    display:block;
    cursor: pointer;
    margin-top: -4px;
/*    margin-left:10px;*/
}
.table>:not(caption)>*>* {
    padding: 2px .5rem 10px .5rem;
}
ul.dropdown-menu.dropdown-menu-light.show.header-dropdown {
    left: -70px;
}
/*Profile Creation*/
.navbar ul.dropdown-menu.dropdown-menu-light.show {
    left: -14px;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 4px 10px;
    border: 2px solid #ccc;
    font-size: 12px;
}
#profile-creation .profile-form select#inputState {
    font-weight: 400;
    color: #6c757d;
    text-overflow: ellipsis;
    font-size: 12px !important;
}
/*Resume Creation*/
#personal .form_head {
    font-size: 22px;
    font-weight: 500;
    color: #001c4b;
}
#wrapper #baricon {
    border-radius: 30px;
    font-size: 14px;
}
.text-label {
    font-size: 12px;
}
/*Resume Creation*/
#wrapper .progress_bar {
    width: 70px;
}

/*Sai*/
#hero h1{
  font-size: 22px;
}
input#search-what {
    font-size: 12px !important;
}
input#search-where {
    font-size: 12px !important;
}
#hero .form-control{
  padding: 37px 8px 16px 8px;
}
#hero .label-text{
  font-size: 14px;
}
.popular-search h2 {
  font-size: 22px;
}
.search-detail-box h3{
  font-size: 18px;
}
.search-result-box h3 {
  font-size: 18px;
}
span.fleft.grey-text.mr-5.fs12 {
    position: relative;
    font-size: 13px;
}
.btn-outline-royal-dropdown {
  font-size: 13px;
  padding: 10px 7px;
}
.search-detail-box .card-text span{
  font-size: 14px;
}
.search-detail-box p{
  font-size: 12px;
}
.search-result-box p{
  font-size: 12px;
}
.search-detail-box ul li {
  font-size: 12px;
}
.modal-content h3 {
    font-size: 22px;
    font-weight: 600;
}
#job-applying input {
  font-size: 12px;
}
#job-applying .job-label{
  font-size: 14px;
}
.btn{
  font-size: 14px;
}
#job-applying .portal{
  font-size: 14px;
}
.create-video{
  font-size: 14px;
}
#job-applying .upload-video{
  width: 50%;
  font-size: 14px;
}
button.apply {
    font-size: 14px;
}
.search-result-box h5{
  font-size: 14px;
}
#job-applying .select{
  width: 50%;
  font-size: 14px;

}
.div-size span {
    font-size: 14px;
}
.div-file span {
    font-size: 14px;
}
.cancel-div span {
    font-size: 14px;
}
button#dropdownMenuButton2 {
    font-size: 12px !important;
}

#job-applying .cover-letter{
  width: 48%;
}

/*  Apply Job */


/*.dropdown-menu{
  min-width: 1% !important;
}
*/

.menu-btn1 {
    width: 9.9% !important;
}

.menu-btn2 {
    width: 7.8% !important;
}

.menu-btn3 {
    width: 12% !important;
} 

.menu-btn4 {
    width: 8% !important;
} 

.menu-btn5 {
    width: 8% !important;
} 

.menu-btn6 {
    width: 8.5% !important;
} 

.menu-btn7 {
    width: 12.4% !important;
}

.submit-btn {
  width: 25%;
}

/* End css of dropdown */

footer a {
    font-size: 10px;
}
footer a:hover {
    font-size: 10px;
}
}

/*large devices (big landscape large laptops and desktops, 1200px and up) */
@media (min-width : 1024px) and (min-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  {
    .btn-outline-royal-dropdown {
    color: #001C4B;
    border-color: #001C4B;
    border-radius: 5px;
    padding: 9px 7px;
    font-size: 12px;
}
.popular-search h2 {
    font-size: 22px;
}
#login .label-text {
    font-size: 10px;
    padding: 5px 8px;
}
#login .form-control {
    padding: 28px 8px 12px 8px;
    font-size: 10px;
}
button.btn.btn-lightblue img {
    width: 12%;
    margin-right: 10px;
}
button.btn.btn-outline-greys img {
    width: 25%;
    margin-right: 10px;
}
}
/* media query for 1280 */

@media only screen and (max-height: 768px) and (max-width: 1280px) and (min-width: 1279px) {
label.error {
    top: 48px;
    font-size: 10px;
}
.menu-btn1 {
    width: 7.9% !important;
}
.menu-btn2 {
    width: 6.3% !important;
}
.menu-btn3 {
    width: 9.7% !important;
}
.menu-btn4 {
    width: 6.7% !important;
}
.menu-btn5 {
    width: 6.5% !important;
}
.menu-btn6 {
    width: 7.2% !important;
}
.menu-btn7 {
    width: 10.4% !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
/*Job-History*/
.banner-img {
    vertical-align: middle;
    margin-right: 20px;
    width: 3.5%;
}
.btn-outline-royal-dropdown {
    color: #001C4B;
    border-color: #001C4B;
    border-radius: 40px;
    padding: 10px 6px;
    font-size: 12px;
}
#login .label-text {
    font-size: 10px;
    padding: 5px 8px;
}
#login .form-control {
    padding: 28px 8px 12px 8px;
    font-size: 10px;
}
button.btn.btn-lightblue img {
    width: 12%;
    margin-right: 10px;
}
button.btn.btn-outline-greys img {
    width: 25%;
    margin-right: 10px;
}
/*Candidate dashboard*/
#candidate-dashboard-creation .edit{
    float:right;
    /*background:url(../images/edit-icon-sm.png) no-repeat;*/
    width:26px;
    height:26px;
    display:block;
    cursor: pointer;
}
#candidate-dashboard-creation .accordion-button::before {
    flex-shrink: 0;
/*    width: 24px;
    height: 16px;*/
    margin-right: 0px;
    content: "";
/*    background-image: url(../images/tick-icon-sm.png);
    background-repeat: no-repeat;
    background-size: 15px;*/
    transition: transform .2s ease-in-out;
}
/*Forget Password*/
.forget-pw-pop-up-content-wrap h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    color: #05204e;
}
.btn-forget-pw {
    font-size: 12px;
}
.forget-pw-custom-model-inner {
    width: 486px;
    margin: 50px auto;
    max-width: 97%;
}
.forget-pw-custom-model-inner2 {
    width: 486px;
    max-width: 97%;
}
.forget-pw-pop-up-content-wrap h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    color: #05204e;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1023px)  {
h1{
    font-size: 22px;
}
.btn{
    font-size: 12px;
}
/*Search-Page    */
div#recent a {
    align-items: start;
    font-size: 12px;
    font-weight: 500;
    color: #001c4b;
}
.search-result-box h3 {
    font-size: 18px;
    color: #001C4B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-box-orient: vertical;
   white-space: nowrap;
}
/*Job-History*/
.banner-img {
    vertical-align: middle;
    margin-right: 20px;
    width: 4.2%;
}
/*Login*/
.btn {
    font-size: 12px;
}
.popular-search h2 {
    font-size: 22px;
}
#login p {
    font-size: 14px;
    font-weight: 500 !important;
}
#login .links_text {
    font-size: 12px;
}
.form-check-input {
    width: 14px;
    height: 14px;
    margin-top: 0.50em;
}
#login .links_text a {
    color: #001C4B;
    font-size: 12px;
        line-height: 28px;
}
#login .search-result-box {
    padding: 60px 40px;
}
#login .label-text {
    font-size: 10px;
    padding: 5px 8px;
}
#login .form-control {
    padding: 28px 8px 12px 8px;
    font-size: 10px;
}
button.btn.btn-lightblue img {
    width: 12%;
    margin-right: 10px;
}
button.btn.btn-outline-greys img {
    width: 25%;
    margin-right: 10px;
}
/*Forget Password*/
.forget-pw-pop-up-content-wrap h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    color: #05204e;
}
.btn-forget-pw {
    font-size: 12px;
}
.forget-pw-custom-model-inner {
    width: 486px;
    margin: 86px auto 0px auto;
    max-width: 97%;
}
.forget-pw-custom-model-inner2 {
    width: 486px;
    max-width: 97%;
}
.forget-pw-pop-up-content-wrap h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    color: #05204e;
}
/*Signup*/
#Signup .search-result-box {
    padding: 40px 80px;
}
#profile-creation .profile-form {
    background-color: #fff;
    text-align: start;
    color: 001c4b;
    padding: 60px 30px !important;
}
#Signup .btn-blue {
    width: 50%;
    font-size: 12px;
}
/*Create-Resume*/
#wrapper .progress_bar {
    width: 20px;
    height: 5px;
    border-radius: 20px;
    background-color: #001c4b;
    display: inline-block;
    position: relative;
    bottom: 20px;
}
#wrapper #baricon {
    display: inline-block;
    border: 2px solid #001c4b;
    border-radius: 40px;
    padding: 12px;
    background-color: #fff;
    color: #001c4b;
    width: auto;
    /*width: 100px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#personal .form_head {
    font-size: 22px;
    font-weight: 500;
    color: #001c4b;
}
.text-label {
    color: #001c4b;
    font-weight: 500;
    font-family: poppins;
    font-size: 12px;
}
.heading-tag h3 {
    font-size: 26px;
}
/*Candidate-Dashboard*/
#candidate-dashboard-creation .btn-outline-gray {
    font-size: 10px;
    border-radius: 5px;
    padding: 8px 10px;
    margin: 5px;
    width: 100%;
}
#candidate-dashboard-creation .btn-outline-skyblue {
    font-size: 12px;
    padding: 6px 20px;
}
#candidate-dashboard-creation h2 {
    font-size: 14px;
}
#candidate-dashboard-creation .accordion-button::before {
/*    width: 24px;
    height: 15px;*/
    margin-right: 1px;
    background-size: 12px;
}
#candidate-dashboard-creation table input[type=text] {
    padding: 0px 0px !important;
    margin-top: 8px;
    font-size: 10px;
    width: 120px;
}
#candidate-dashboard-creation .accordion-button {
    font-size: 9px;
    padding: 14px 0px;
}
#candidate-dashboard-creation .user-profile-pic-container {
    width: 100px;
    height: 100px;
}
#candidate-dashboard-creation .edit{
   /* background:url(../images/edit-icon-sm.png) no-repeat;*/
    width:26px;
    height:26px;
}
#candidate-dashboard-creation .accordion-button::before {
    flex-shrink: 0;
/*    width: 24px;
    height: 16px;
    background-image: url(../images/tick-icon-sm.png);*/
}
#candidate-dashboard-creation .btn-skyblue {
    font-size: 12px;
}
#candidate-dashboard-creation input[type=text] {
      font-size: 10px;
    width: 100%;
     padding: 0px 0px !important;
     text-overflow: ellipsis;
     padding-right: calc(var(--bs-gutter-x)/ 2) !important;
    padding-left: calc(var(--bs-gutter-x)/ 2) !important;
}
#candidate-dashboard-creation label {
    margin-top: 8px;
    font-size: 12px;
}
#candidate-dashboard-creation tbody, td, tfoot, th, thead, tr {
    font-size: 12px;
}
.table>:not(caption)>*>* {
    padding: 2px .5rem 10px .5rem;
}
ul.dropdown-menu.dropdown-menu-light.show.header-dropdown {
    left: -65px;
}
/*Profile Creation*/
#profile-creation label {
    display: inline-block;
    color: #001c4b;
    font-weight: 600;
    font-size: 12px;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px 10px;
    border: 2px solid #ccc;
    font-size: 10px;
}
#profile-creation .profile-form select#inputState {
    font-weight: 400;
    color: #6c757d;
    text-overflow: ellipsis;
    font-size: 10px !important;
}
/*Error404*/
#error404 .mainbox {
   
    position: relative;
    top: 200px;
}

/*Apply-job*/
#job-applying .select{
  width: 100%;
}
  #job-applying .cover-letter{
    width: 100%;
  }
  #job-applying .portal {
    color: #001c4b;
    font-size: 10px;
    font-weight: 500;
}
#job-applying .upload-video{
  width: 80%;
}




footer ul{
    padding-left: 0;
    text-align: center;
}
footer a {
    display: inline-block;
}
footer a:hover {
    display: inline-block;
}
footer li {
    display: inline-block;
}

}

/* Extra small devices (phones, landscape Iphone, 600px and down) */
@media (min-width: 760px) and (orientation: landscape) {...}
/* mobile */

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (max-width: 500px){
h1{
  font-size: 20px;
}
a.navbar-brand img {
    width: 75px;
}
#candidate-dashboard-creation .btn-outline-gray {
    padding: 8px 6px;
}
#candidate-dashboard-creation .btn-outline-gray {
    font-size: 10px;
}
ul.dropdown-menu.dropdown-menu-light.show.header-dropdown {
    left: -88px;
}
form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 230px;
}
#hero .container {
    display: flex;
    flex-wrap: initial !important;
    align-items: center;
    justify-content: space-between;
}
.hero-container {
    transform: translateY(0);
}
.btn-outline-gray {
    padding: 10px 20px;
}

/*search-page*/
.search-result-box{
    padding: 30px 20px;
}
.filter-mb-text{
    font-size: 16px;
    font-weight: 600;
    color: #001C4B;
}
.search-result-box p {
    font-size: 14px;
    color: #798291;
    overflow: hidden;
    text-overflow: initial;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
}
/*Search-details*/
.search-detail-box .card {
    text-align: center;
}
.search-detail-box .card-img, .card-img-top {
    width: 50%;
    height: 100%;
}
.container-top{
    position: relative;
    margin-top: -110% !important;
}
.card-body-text{
    display: flex;
    justify-content: space-between;
}
button#dropdownMenuButton2\ notify-value.btn-transparent {
    padding: 0px !important;
}
button#dropdownMenuButton2.btn-transparent {
    padding: 10px !important;
}
/*Job-history*/
.new-btn {
    text-align: end;
    position: relative;
    bottom: 245px;
    left: 32px;
}
#jobs h2.pt-5.text-uppercase {
    color: #fff;
    font-size: 18px;
}
.search-result-box h3 {
    font-size: 18px;
}
.search-result-box h5 {
    font-size: 16px;
}
/*Login*/
#login .login-text-container {
    transform: translateY(4%);
    color: #fff;
    font-weight: 100;
}
#login .signin-tag {
    background-color: #001C4B;
    color: #fff;
    padding: 16px 16px;
    position: absolute;
    border-radius: 30px 0px 0px 30px;
    right: 0;
    top: 10px;
}
#login .signup-tag {
    background-color: #fff;
    color: #001C4B;
    padding: 16px 16px;
    position: absolute;
    border-radius: 0px 30px 30px 0px;
    left:0;
    top: 10px;
}
#login .search-result-box {
    padding: 20px 25px;
}
#login .label-text {
    padding: 15px 8px;
}
#login .form-control {
    padding: 37px 8px 16px 8px;
}
/*Signup*/
#Signup .search-result-box {
    padding: 20px 10px;
}
#Signup .signup-text-container {
    transform: translateY(6%);
    color: #fff;
    font-weight: 100;
}
#Signup .label-text {
    padding: 15px 10px;
}
button.btn.mx-auto {
    width: 57%;
    text-align: center;
    position: relative;
    left: 64px;
}
.user-icons {
    position: absolute;
    top: 28px;
    right: 16px;
    width: 4%;
}
.mail-icons {
    position: absolute;
    top: 31px;
    right: 14px;
    width: 5%;
}
.key-icons {
    position: absolute;
    top: 30px;
    right: 14px;
    width: 4%;
}
.signin {
    border: 1px solid #000;
    position: absolute;
    top: 18%;
    left: 75%;
    color: #000;
    border-radius: 30px 0px 0px 30px;
    background-color: #fff;
    text-align: center;
    padding: 8px;
    width: 21%;
}
.signup {
    border: 1px solid #000;
    position: absolute;
    top: 76%;
    right: 72%;
    color: #fff;
    border-radius: 0px 30px 30px 0px;
    background-color: #001c4b;
    text-align: center;
    padding: 8px;
    width: 24%;
}
.welcome {
    position: absolute;
    top: 29%;
    left: 22%;
}
.keep {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}
.keep span {
    font-size: 20px !important;
}
.personal {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.personal span {
    font-size: 20px !important;
}
.round {
    margin-left: 5px;
}
/*Profile-creation*/
#profile-creation .profile-form {
    background-color: #fff;
    text-align: start;
    color: #001c4b;
    padding: 20px 30px !important;
}
/*Create-Resume*/
#wrapper {
    padding: 20px 10px;
    margin: 0px auto;
    position: relative;
    background-color: #fff;
}
#wrapper .mt-less {
margin-left: -12% !important;
}
#personal .form_head {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #001c4b;
}
#wrapper .progress_bar {
    width: 8px;
    height: 5px;
    border-radius: 20px;
    background-color: #001c4b;
    display: inline-block;
    position: relative;
    bottom: 16px;
}
#wrapper .progress_bar2 {
    width: 8px;
    height: 5px;
    border-radius: 20px;
    background-color: #001c4b;
    display: inline-block;
    position: relative;
    bottom: 16px;
}
#wrapper #baricon {
    display: inline-block;
    border: 2px solid #001c4b;
    border-radius: 30px;
    padding: 8px;
    background-color: #fff;
    color: #001c4b;
    width: 74px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
}
.heading-tag h3 {
    font-size: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 8px 10px;
    border: 2px solid #ccc;
    margin-top: 10px;
}
/*Candidate-Dashboard*/
.notification-countdown {
    vertical-align: 19px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -74px;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
#candidate-dashboard-creation .btn-skyblue {
    font-size: 12px;
}
#candidate-dashboard-creation label {
    margin-top: 0px;
    font-size: 13px;
    color: #949494;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -border-radius: 2px;
    display: block;
}
#candidate-dashboard-creation input[type=text] {
    padding: 0px 13.5px !important;
    margin-top: 0px;
    font-size: 12px;
    color: #001C4B;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -border-radius: 0px;
    display: block;
    width: auto !important;
}
#candidate-dashboard-creation table input[type=text] {
    padding: 0px 0px !important;
    margin-top: 2px;
    font-size: 11px;
    color: #949494;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -border-radius: 0px;
    display: block;
    width: auto;
}
#candidate-dashboard-creation .edit{
    float:right;
    /*background:url(../images/edit-icon-sm.png) no-repeat;*/
    width:26px;
    height:26px;
    display:block;
    cursor: pointer;
}
#candidate-dashboard-creation .accordion-button::before {
    flex-shrink: 0;
/*    width: 24px;
    height: 16px;
    margin-right: 0px;
    content: "";
    background-image: url(../images/tick-icon-sm.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position-y: 50%;*/
    transition: transform .2s ease-in-out;
}
#candidate-dashboard-creation .accordion-button {
    width: 100%;
    padding: 14px 0px;
    font-size: 12px;
}
.file-size {
    top: 0px;
    left: 5px;
    font-size: 12px;
}
#candidate-dashboard-creation .btn-outline-skyblue {
    font-size: 12px;
}
.accordion-body {
    padding: 14px 0px;
    font-size: 12px;
}


/*Apply-Job*/
#job-applying .cover-letter {
  width: 100%;
}
#job-applying .portal {
    color: #001c4b;
    font-size: 10px;
    font-weight: 500;
}
#job-applying .upload-video {
  width: 100%;
}
#job-applying .modal-content{
  width: 100% !important;
}
#job-applying .select{
  width: 100% !important;
}
#job-applying .div-size{
  font-size: 12px;
}
#job-applying .div-file{
  font-size: 12px;
}


/*footer li:nth-child( even ) {
    display: none;
}*/
footer ul{
    padding-left: 0;
    text-align: center;
}
footer a {
    display: inline-block;
    font-size: 12px;
}
footer a:hover {
    display: inline-block;
}
footer li {
    display: inline-block;
}

}

@media screen and (min-width:0\0) {
select {
  background:none\9;
  padding: 5px\9;
} 
}

@media screen and (min-width:800px){
  .forget-pw-custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width:799px){
  .forget-pw-custom-model-inner{margin-top: 45px;}
}

@media (min-width: 1360px) and (max-width: 1366px)  {

.menu-btn1 {
    width: 7.5% !important;
}
.menu-btn2 {
    width: 5.9% !important;
}
.menu-btn3 {
    width: 9% !important;
}
.menu-btn4 {
    width: 6.2% !important;
}
.menu-btn5 {
    width: 6% !important;
}
.menu-btn6 {
    width: 6.5% !important;
}
.menu-btn7 {
    width: 9.4% !important;
}


}