body {
  font-family: "Poppins", sans-serif;
  min-width: 430px;
  overflow-x: hidden;
  box-sizing: border-box;
}
/* width */
::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e2e0dd49;
  border-radius: 13px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 13px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #dad7d7;
}
section {
  overflow: hidden;
}
a {
  text-decoration: none;
  cursor: pointer;
}
input:focus-visible {
  outline: none;
}
.container {
  padding-left: 40px;
  padding-right: 40px;
}
nav {
  height: 64px;
}
header {
  background: #fdfdfd;
}

header .container {
  padding-left: 25px;
  padding-right: 25px;
}
nav a {
  font-size: 11px;
  color: #004052;
}
.title-lg {
  font-size: 41px;
  font-weight: 700;
  color: #004052;
}
.title-md {
  font-size: 33px;
  font-weight: 700;
  color: #004052;
}
.title {
  font-size: 24px;
  font-weight: 700;
  color: #004052;
}
.text-lg {
  font-size: 17px;
  font-weight: normal;
  color: #172b4d;
}
.text {
  font-size: 15px;
  color: #004052;
  font-weight: 300;
}
.text-md {
  font-size: 12px;
  color: #004052;
  font-weight: 300;
}
.text-sm {
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
}

.subtitle {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  font-style: normal;
  text-align: left;
  color: #004052;
}
.subtitle-sm {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}
.violet-text {
  color: #c294ff;
}
.pink-text {
  color: #fe4773;
}
.light-pink-text {
  color: #ea5675;
}
.text-blue {
  color: #1445e8;
}
.text-yellow {
  color: #f5c248;
}
.text-darkblue {
  color: #004052;
}
.text-dblue {
  color: #172b4d;
}
.submitbtn {
  padding: 10px 26px;
  background: #1445e8;
  color: #fff;
  border: 1px solid #1445e8;
  border-radius: 30px;
  font-size: 12px;
  font-weight: normal;
}
.orange-btn,
.violet-btn,
.grey-btn,
.pink-btn {
  font-size: 17px;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 3px #2c28281c;
  border: 2px solid black;
  min-width: 210px;
  padding: 13px 15px;
  transition: background 0.4s;
}
.grey-btn {
  background: #e2e0dd;
  border-color: #e2e0dd;
}
.grey-btn:hover {
  background: transparent;
  color: #e2e0dd;
}
.pink-btn {
  background: #fe4773;
  border-color: #fe4773;
}
.pink-btn:hover {
  background: transparent;
  color: #fe4773;
}
.orange-btn {
  background: #fe6e4b;
  border-color: #fe6e4b;
}
.orange-btn:hover {
  background: transparent;
  color: #fe6e4b;
}
.violet-btn {
  background: #c294ff;
  border-color: #c294ff;
}
.violet-btn:hover {
  background: transparent;
  color: #c294ff;
}
.brown-bg {
  background-color: #690030;
}
.input-reg-box {
  /* flex-direction: column; */
  gap: 37px;
  margin-top: 4rem;
}
.input-reg-box input {
  max-width: 278px;
  width: 100%;
  height: 43px;
}
.input-reg-box  .input-mail-box.input {
  max-width: 500px !important;
}
.input-reg-box input::placeholder {
  font-size: 22px;
  font-weight: 500;
  color: #172b4d;
  opacity: 32%;
}
.input-reg-box>img,
.input-reg-box2>img {
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
}
.input-reg-box2 img {
  top: 355px !important;
}
.input-reg-box2 textarea {
  width: 100%;
  min-width: 271px;
  min-height: 317px;
  padding: 10px;
  resize: none;
  text-align: center;
  border-radius: 23px;
  border: 1px solid #9f9f9f;
  font-size: 16px;
  color: #e2e0dd;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.select2-selection__choice__remove span {
  color:black !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-weight: 600;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  /*background-color: #fe4773 !important;*/
}
@media screen and (max-width: 767px) {
  .input-reg-box2 textarea{

    min-height: 250px;
  }
}
.input-reg-box2 textarea::placeholder {
  font-size: 16px;
  color: #e2e0dd;
}
.input-reg-box2 textarea:focus-visible {
  outline: none;
}
.phonebox input {
  border: none;
  width: 220px;
  letter-spacing: 1px;
  text-align: left;
  box-sizing: unset;
  height: 4rem;
  font-size: 25px;
  color: #b3bac5;
  padding-bottom:5%;
}

#phone-flag{
  /* padding-left: 92px !important; */
}
.pt-100 {
  padding-top: 100px;
}

.phonebox input:focus-visible {
  outline: none;
}
.iti__arrow {
  margin-left: 3px !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 11px !important;
  font-weight: 500;
  font-size: 22px;
}

.progress-bar {
  max-width: 700px;
  width: 100%;
  border-radius: 40px;
  background-color: #e2e0dd;
}
.progress {
  border-radius: 40px;
  background-color: #1445e8;
}
.orange-bar .progress {
  background-color: #fe6e4b;
}
.bg-grey {
  background: #f7f7f7;
}
.bg-blue {
  background: #183f50;
}
.bg-grey {
  background: #f7f7f7;
}

@media screen and (min-width: 676px) {
  .subtitle {
    font-style: 28px;
  }
  .input-reg-box2 img {
    top: 200px !important;
  }
  .file-upload {
    min-width: 663px !important;
    min-height: 175px !important;
  }
  .input-reg-box2 textarea {
    min-width: 663px !important;
    min-height: 135px !important;
  }
  .checkbox p {
    font-size: 15px !important;
  }
  .radio-label-n {
    font-size: 22px !important;
    font-weight: 500 !important;
  }
  .input-reg-box {
    flex-direction: row;
    gap: 0;
    margin-left: 4rem;
    font-size: 23px;
  }
}
@media screen and (min-width: 991px) {
  .title {
    font-size: 36px;
  }
  .text {
    font-size: 18px;
  }
  .subtitle-sm {
    font-style: 23px;
  }
}

.hero-section .sec-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/woman.png);
  background-repeat: no-repeat;
  max-width: 420px;
  background-size: contain;
  transform: translate(-30%, 25%);
  background-position: right;
  z-index: -1;
}
.hero-section .sec-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/man.png);
  background-repeat: no-repeat;
  max-width: 420px;
  background-size: contain;
  transform: translate(20%, 31%);
  background-position: right;
  z-index: -1;
}

/* job hire page */
.nurses-hero-sec img {
  width: 350px;
}
.nurses-hero-sec .img {
  width: fit-content;
}
.nurses-hero-sec .img::after {
  content: "";
  display: block;
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/job-hire-bg1.png);
  background-repeat: no-repeat;
  max-width: 300px;
  background-size: contain;
  transform: translate(28%, 29%);
  background-position: right;
  z-index: -1;
}
.nurses-hero-sec .img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/job-hire-bg2.png);
  background-repeat: no-repeat;
  max-width: 280px;
  background-size: contain;
  transform: translate(-62%, 0%);
  background-position: right;
  z-index: -1;
}
.w-md-50 {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .w-md-50 {
    width: 50%;
  }
  .radio-box {
    font-size: 32px !important;
  }
  .border-desktop {
    border-top: 0.5px solid #e2e0dd;
  }
  .nurses-hero-sec img {
    width: 700px;
  }
  .nurses-hero-sec .img::before {
    max-width: 650px;

    transform: translate(-67%, -9%);
  }
  .nurses-hero-sec .img::after {
    max-width: 700px;

    transform: translate(35%, 4%);
  }
  .job-box {
    max-width: 100% !important;
  }
}

/* icon boxes */
.icon-box-sec {
  border-radius: 20px 20px 0px 0px;
}
.icon-box {
  max-width: 220px;
  padding-left: 10px;
}
.icon-box img {
  height: 214px;
}
.process-sec .icon-box img {
  height: 150px;
}
@media screen and (min-width: 767px) {
  .icon-box {
    max-width: 320px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .border-mobile {
        border-top: 0.5px solid #e2e0dd;
    }
    .multistep-tab.phonebox,
    .multistep-tab.org-name-tab,
    .multistep-tab.org-url-tab {

        margin-top: 30%;
        margin-bottom: 20%;
    }
}
/* job boxes  */
.job-box {
  max-width: 230px;
  border-top: 3px solid #172b4d3b;
}
.job-box:last-child {
  border-bottom: 1px solid #172b4d3b;
}

@media screen and (min-width: 767px) {
  .job-box {
    border-top: 1.5px solid #172b4d3b;
  }
  .job-box:first-child {
    border-top: 0;
  }
}

/* masterclass video section  */
.masterclass-video-sec {
  overflow: visible;
}

/* registration-hire  */
.form-box .bluelogo {
  max-width: 105px;
}
.form-box {
  border: 0.5px solid #e2e0dd;
  border-radius: 10px;
}
.form-box .inputbox {
  margin-bottom: 20px;
}
.form-box .inputbox img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.form-box .inputbox input {
  padding: 12px 12px 12px 40px;
  border: 0.5px solid #e2e0ddcc;
  border-radius: 5px;
  font-size: 10px;
  color: #172b4d;
}

/* custon checkbox  */
/* Hide the default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background: #fff;
  border: 0.5px solid #e2e0dd;
  border-radius: 6px;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-image: linear-gradient(#255cd2, #1d52c1);
}

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

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 0.3em;
  top: 0.1em;
  width: 0.34em;
  height: 0.6em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
.inputlabel {
  font-size: 9px;
  margin-left: 11px;
}
.inputlabel a {
  color: #11cdef;
}

/* sidebar  */
.sidebar {
  min-width: 225px;
  background: #ededed;
  transition: 0.2s ease-in;
  max-width: 225px;
  float: left;
}
.sidebarhide {
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
  max-width: 0 !important;
}
.profile-edit .edit {
  right: 2px;
  top: 6px;
  cursor: pointer;
}
.sidebar-nav {
  list-style: none;
  width: 100%;
}
.sidebar-nav li {
  width: 100%;
  border-radius: 5px;
  font-size: 9px;
  color: #172b4d;
  cursor: pointer;
}
.sidebar-nav li:hover {
  background: #e2e2e2;
}
.sidebar-nav li.active {
  background: #e2e2e2;
}

/* sidebar content side  */
.content-side {
  width: calc(100% - 225px);
  float: left;
}
.content-side-nav .searchbox input {
  border-radius: 25px;
  border: 1px solid #e2e0dd;
  padding: 9px 12px 9px 30px;
  font-size: 9px;
  color: #172b4d;
}
.content-side-nav .searchbox img {
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}
img.new-logo-img{
  margin-top: 19%;
}
@media screen and (max-width: 991px) {
  .sidebar {
    position: fixed;
    left: 0;
    z-index: 1;
    max-height: 100vh;
    overflow-y: auto;
  }
  .content-side {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .sidebar {
    width: 100vw;

    max-width: 100vw;
  }
  .content-side {
    width: 100vw;
  }
  .sidebar-nav {
    max-width: 180px;
    margin: auto;
  }
.user-email-button-col {
  margin-left:3%;
}
}
.second-nav {
  border: 0.5px solid #e2e0dd;
  border-radius: 8px;
}
.jobbox-div {
  display: flex;
  overflow-x: auto;
  width: 100%;
  gap: 28px;
  height: auto;
  min-height: 100px;
  display: flex;
  align-items: stretch;
  /* min-width: 1148px; */
}
.jobbox {
  min-width: 360px;
  width: 360px;
  border: 0.5px solid #e2e0dd;
  border-radius: 10px;
}

.jobboxbtn {
  min-width: 112px;
  height: 34px;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  border: none;
}
.job-input {
  border: 1px solid #e2e0dd;
  border-radius: 5px;
}

.radio-wrapper {
  margin-bottom: 12px;
  width: 50%;
}

.radio-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.radio-button:hover {
  transform: translateY(-2px);
}

.radio-button input[type="radio"] {
  display: none;
}

.radio-checkmark {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border: 0.5px solid #e2e0dd;
  border-radius: 50%;
}

.radio-checkmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #172b4d;
  transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"]:checked ~ .radio-checkmark:before {
  transform: translate(-50%, -50%) scale(1);
}

.radio-label {
  font-size: 10px;
  font-weight: 400;
}

.date-input {
  color: #172b4d;
  font-size: 10px;
}
.date-input input {
  max-width: 209px;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e2e0dd;
  border-radius: 5px;
}
.textarea-box textarea {
  max-height: 164px;
  width: 100%;
  border: 1px solid #e2e0dd;
  font-size: 10px;
  color: #172b4d;
  padding: 10px 23px;
  border-radius: 5px;
  resize: none;
}
.textarea-box textarea:focus-visible {
  outline: none;
}

/* job posts  */
.table-box {
  border: 0.5px solid #e2e0dd;
  border-radius: 10px;
  overflow-x: auto;
}
.table-box table {
  min-width: 755px;
}
.table-box tr {
  border-bottom: 0.25px solid #c6c6c6;
}
.table-box td {
  padding-top: 12px;
}
.table-box th {
  font-size: 9px;
  font-weight: normal;
  color: #223e4e;
}
.table-box td {
  font-size: 13px;
  color: #223e4e;
}
.table-box th,
.table-box td {
  padding-bottom: 12px;
}

.text-box {
  padding: 13px 35px 0px 21px;
  border: 0.5px solid #e2e0dd;
  border-radius: 15px;
  font-size: 13px;
  min-height: 185px;
}
.text-box h6 {
  color: #223e4e;
  border-bottom: 0.25px solid #c6c6c6;
  padding-bottom: 12px;
  font-weight: normal;
  margin-bottom: 12px;
}
.text-box p {
  font-size: 9px;
  margin-bottom: 10px;
}
.iti__arrow {
  border: 0 !important;
}
.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
}
.otp-input .iti__flag-container {
  display: none !important;
}
.otp-input input {
  padding-left: 0 !important;
  max-width: 152px !important;
}
/* custom checkbox  */
.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}
.checkbox p {
  color: #172b4d;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  width: fit-content;
  opacity: 32%;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.tick {
  position: absolute;
  top: 2px;
  left: -32px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: solid #b5bcc6 1px;
}

.checkbox input:checked ~ .tick {
  background-color: #fe4773;
}

.tick:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .tick:after {
  display: block;
}

.checkbox .tick:after {
  left: 0.28rem;
  top: 0.1rem;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* custom radio */
.radio-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  color: #172b4d49;
}
.ieltsbox .radio-box {
  font-size: 15px;
  justify-content: center;
  margin-bottom: 30px;
}
.radio-input {
  opacity: 0;
  position: absolute;
}

.radio-label-n {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
}

/* .radio-label-n::after {
  content: "";
  position: absolute;
  background-image: url(/assets/images/arrow.png);
  background-position: center center;
  width: 35px;
  height: 35px;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
} */

.radio-input:checked + .radio-label-n::before {
  border-color: #f00;
}
.radio-input:checked + .radio-label-n {
  color: #fe4773;
  opacity: 1.00;
  font-family: "Poppins";
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  font-style: normal;
  text-align: center;
}

/* .radio-input:checked + .radio-label-n::after {
  opacity: 1;
} */
.radio-input + .radio-label-n button{
  max-width: 0;
  padding: 0;
  overflow: hidden;
  /*transition: all 0.5s;*/
}
.radio-input:checked + .radio-label-n button{

  max-width: 100vw;

  padding: 2px;
}
.exp-input {
  /*width:auto;*/
}
.exp-input input {
  padding: 10px 22px 10px 22px;
  border: 1px solid #9f9f9f;
  border-radius: 15px;
  /*width: auto;*/
}
.exp-input input::placeholder,
.exp-input input {
  font-size: 15px;
  color: #172b4d81;
}
.input-reg-box.exp-input input::placeholder{
  font-size: 20px !important;
  color: #172b4d81 !important;
}
.input-reg-box.exp-input input {
  color:#000 !important;
}
.exp-input input[type="date"]::-webkit-inner-spin-button,
.exp-input input[type="date"]::-webkit-calendar-picker-indicator {
  /*width: auto;*/
  /*position: absolute;*/
  /*background: transparent;*/
}

/* custom file upload  */
.file-upload {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed #9f9f9f;
  background-color: #e2e0dd49;
  border-radius: 23px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  min-width: 359px;
  min-height: 381px;
  max-width: 663px;
  margin: auto;
}

.file-upload label {
  font-size: 15px;
  color: #172b4d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.file-upload label i {
  margin-right: 5px;
}

.file-upload input {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* footer  */
footer .footer-top {
  border-bottom: 1px solid #fe47724b;
}
footer .footer-main ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-main ul li {
  font-size: 9px;
}

#rightsidetopnav {
  display: flex !important;
}

.multistep-tab{
  display: none;
//width: 85%;
  text-align: center;
  padding-top: 3rem;
}

.hiring_loc_col .input-reg-box2 textarea {
  width: 100%;
  min-width: 350px !important;
  min-height: 30px !important;
  padding: 10px;
  resize: none;
  text-align: center;
  border-radius: 23px;
  border: 1px solid #9f9f9f;
  font-size: 16px;
  color: #e2e0dd;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  background-color: #FFFFFF !important;
  color: black !important;
}
.select2-selection__choice__remove span {
  color:black !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  /*background-color: #fe4773 !important;*/
}

.multi-select-box-filed .select2-container--default .select2-selection--multiple {
  border: 1px solid #e2e0dd !important;
}

.multi-select-box-filed textarea {
  width: 100%;
  min-height: 20px !important;
  text-align: center;
  border-radius: 5px !important;
  color: #172b4d !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  text-align: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color:#FFFFFF !important;
  border-radius: 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 12px!important;
}
.course-form-row span.select2.select2-container.select2-container--default {
  width:100% !important;
}

.dob-tab .datepicker {
  display:block;
  position:relative;
  padding:1rem 3.5rem 1rem 0.75rem;

  font-size:15px!important;
  font-family:monospace;

  border:1px solid #8292a2;
  border-radius:0.25rem;
  background:
          white
          url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fe4773' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E")

          right 1rem
          center
          no-repeat;

  cursor:pointer;
}
.dob-tab .datepicker:focus {
  outline:none;
  border-color:#3acfff;
  box-shadow:0 0 0 0.25rem rgba(0, 120, 250, 0.1);
}

.dob-tab .datepicker::-webkit-datetime-edit-fields-wrapper {}
.dob-tab .datepicker::-webkit-datetime-edit-month-field:hover,
.dob-tab .datepicker::-webkit-datetime-edit-day-field:hover,
.dob-tab .datepicker::-webkit-datetime-edit-year-field:hover {
  background:rgba(0, 120, 250, 0.1);
}
.dob-tab .datepicker::-webkit-datetime-edit-text {
  opacity:0;
}
.dob-tab .datepicker::-webkit-clear-button,
.dob-tab .datepicker::-webkit-inner-spin-button {
  display:none;
}
.dob-tab .datepicker::-webkit-calendar-picker-indicator {
  position:absolute;
  width:2.5rem;
  height:100%;
  top:0;
  right:0;
  bottom:0;

  opacity:0;
  cursor:pointer;

  color:rgba(0, 120, 250, 1);
  background:rgba(0, 120, 250, 1);

}

.dob-tab .datepicker:hover::-webkit-calendar-picker-indicator { opacity:0.05; }
.dob-tab .datepicker:hover::-webkit-calendar-picker-indicator:hover { opacity:0.15; }

/*select box design*/


/* IE11 hide native button (thanks Matt!) */
.selectdiv select::-ms-expand {
  display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/

  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */

  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}
.edit-user-image {
  border-radius: 50% !important;
  width: 100% !important;
  height: 100% !important;
  margin: -5% !important;
}

/*file upload progress bar*/
.file-upload {
  position: relative;
  width: 300px; /* Adjust the width as needed */
  height: 50px; /* Adjust the height as needed */
  border: 2px dashed #ccc;
  padding: 10px;
  text-align: center;
}

.file-upload input[type="file"] {
  display: none;
}

.file-upload label {
  cursor: pointer;
}

#file-progress-bar {
  width: 50%;
  height: 5px;
  background-color: #f7f6f5;
  margin-top: 10px;
}

#progress {
  width: 0;
  height: 100%;
  background-color: #4CAF50;
  transition: width 0.3s ease-in-out;
}
/*end*/
@media screen and (min-width: 767px) {
  .jobbox {
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
}

@media (max-width: 576px) {
  .radio-label-n::after {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .exp-input {
    /*width: auto;*/
  }
}

@media (max-width: 576px) {
  #backgroundwhite {
    background: #fdfdfd;
  }
}





.i-am{
  font-family: "Poppins";
  font-weight: 500;
  line-height: 36px;
  font-style: normal;
  text-align: center;
  color: #004052;
}

.my-input::placeholder {
  font-size: 50px;
}

.arrow-style{
  width: 34px;
  height: 30px;
}

@media only screen and (max-width: 767px) {

  .top-margin {
    margin-top: 100px;
    color: #004052;
  }

  .name-mb-v{
    margin-left: 16%;
  }

  .heading-font{
    font-size: 26px !important;
  }

  .inp-font-size{
    font-size: 20px !important;
    color: black !important;
  }

  .mob-font{
    font-size: 30px;
  }

  .radio-input:checked + .radio-label-n {
    font-size: 14px;
  }


  .long-heading{
    margin-top: 20px;
    font-size: 26px;
  }

  #submit-user-reg{
    margin-bottom: 25px;
  }
 .arrow-margin{
   margin-bottom: 30px;
 }

  .exp-row{
    width: 50%;
    margin-left: 5rem;
  }

  .exp-row-cross{
  margin-left: 5rem;
  }

  .exp-mob {
    width:210px;
    height:40px;
    color: black;
    font-size:18px !important;
  }

  .top-m-a{
    margin-top:20px;

  }

  .e-margin{
    margin-left: 1rem;
  }

  .upload-font{
    font-size: 30px;
  }
  .exp-date-col input[type="date"] {
    color:#000000 !important;
  }
  .navbar.navbar-expand.home-nav-bar{
    margin-bottom:10px;
  }
}

@media only screen and (min-device-width : 469px) and (max-device-width : 991px) {
  .experince-tab-col .experince-table-wrap {
    margin: 10%;
  }
}




















